public interface IAgentService
IAgentServiceFactory
objects can optionally implement
this interface to participate in the agent lifecycle.Modifier and Type | Method and Description |
---|---|
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.
|
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.
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.