public interface IAgentService
IAgentServiceFactory
objects can optionally implement
this interface to participate in the agent lifecycle.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, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.