Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
6.0

E55513-02


com.bea.wlcp.wlng.api.plugin
Interface PluginInstanceLifecycle

All Known Subinterfaces:
ManagedPluginInstance

public interface PluginInstanceLifecycle

Defines the lifecycle for a plug-in instance.


Method Summary
 void activate()
          Activates a plug-in instance.
 void deactivate()
          Deactivates a plug-in instance.

 

Method Detail

activate

public void activate()
              throws DeploymentException
Activates a plug-in instance. When the plug-in is activated it should register MBeans and prepare to accept traffic. The plug-in service that created this plug-in is guaranteed to be in ACTIVE (ADMIN) or ACTIVE (RUNNING) when this method is called.
Throws:
DeploymentException

deactivate

public void deactivate()
                throws DeploymentException
Deactivates a plug-in instance. When the plug-in is deactivated it should unregister its MBeans and refuse to accept traffic. The plug-in service that created this plug-in is guaranteed to be in ACTIVE (ADMIN) or ACTIVE (RUNNING) when this method is called.
Throws:
DeploymentException

Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
6.0

E55513-02


Copyright © 2008, 2015, Oracle and/or its affiliates. All rights reserved.