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