|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAgentService
Services created by IAgentServiceFactory
objects can optionally implement
this interface to participate in the agent lifecycle.
Method Summary | |
---|---|
void |
start()
This method is invoked when a service is added to an agent. |
void |
stop()
This method is invoked when a service is removed from an agent. |
Method Detail |
---|
void start()
IProvisioningAgent.registerService(String, Object)
.
void stop()
IProvisioningAgent.unregisterService(String, Object)
.
Services must not attempt to obtain further services from their agent while stopping, as some required services may no longer be available.
|
Eclipse Platform Release 3.6 |
|||||||||
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, 2010. All rights reserved.