public interface IAgentServiceFactory
Modifier and Type | Field and Description |
---|---|
static String |
PROP_CREATED_SERVICE_NAME
The service property specifying the name of the service created by this factory.
|
static String |
SERVICE_NAME
The service name for the factory service.
|
Modifier and Type | Method and Description |
---|---|
Object |
createService(IProvisioningAgent agent)
Instantiates a service instance for the given provisioning agent.
|
static final String SERVICE_NAME
static final String PROP_CREATED_SERVICE_NAME
Object createService(IProvisioningAgent agent)
agent
- The agent this service will belong to
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.