|
Eclipse Platform Kepler (4.3) |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAgentServiceFactory
A factory for creating a service that forms part of a provisioning agent instance. Factories themselves are registered in the OSGi service registry so that they can be obtained by a provisioning agent.
Field Summary | |
---|---|
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. |
Method Summary | |
---|---|
java.lang.Object |
createService(IProvisioningAgent agent)
Instantiates a service instance for the given provisioning agent. |
Field Detail |
---|
static final java.lang.String SERVICE_NAME
static final java.lang.String PROP_CREATED_SERVICE_NAME
Method Detail |
---|
java.lang.Object createService(IProvisioningAgent agent)
agent
- The agent this service will belong to
|
Eclipse Platform Kepler (4.3) |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2012. All rights reserved.