Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
6.0

E55513-02


Uses of Class
com.bea.wlcp.wlng.api.plugin.common.DeploymentException

Packages that use DeploymentException
com.bea.wlcp.wlng.api.plugin   
com.bea.wlcp.wlng.api.plugin.common   

 

Uses of DeploymentException in com.bea.wlcp.wlng.api.plugin

 

Methods in com.bea.wlcp.wlng.api.plugin that throw DeploymentException
 ManagedPluginInstance PluginInstanceFactory.createInstance(String pluginInstanceId)
          Creates a new instance for this plug-in.
 void PluginInstanceLifecycle.activate()
          Activates a plug-in instance.
 void PluginInstanceLifecycle.deactivate()
          Deactivates a plug-in instance.
 void PluginServiceLifecycle.doStarted()
          The plug-in should perform as much initialization as possible without being externally visible (read config data, create internal object, initialize stores, etc).
 void PluginServiceLifecycle.doStopped()
          The plug-in should clean up so it's available for garbage collection.
 void PluginServiceLifecycle.doActivated()
          The plug-in should continue activation and become visible without accepting traffic (register MBeans, etc).
 void PluginServiceLifecycle.doDeactivated()
          The plug-in should deactivate itself (unregister MBeans etc).
 void PluginServiceLifecycle.handleResuming()
          Transitions the plug-in from ACTIVE (ADMIN) to ACTIVE (RUNNING) state where it begins to accept traffic.
 void PluginServiceLifecycle.handleSuspending(CompletionBarrier barrier)
          Called in a normal re-deployment when the plug-in is taken from ACTIVE (RUNNING) to ACTIVE (ADMIN) state.

 

Uses of DeploymentException in com.bea.wlcp.wlng.api.plugin.common

 

Methods in com.bea.wlcp.wlng.api.plugin.common that throw DeploymentException
 void AbstractManagedPlugin.doActivated()
          Deprecated.  
 void AbstractManagedPlugin.doDeactivated()
          Deprecated.  
 void AbstractManagedPlugin.doStarted()
          Deprecated.  
 void AbstractManagedPlugin.doStopped()
          Deprecated.  
 void AbstractManagedPlugin.handleResuming()
          Deprecated.  
 void AbstractManagedPlugin.handleSuspending(CompletionBarrier barrier)
          Deprecated.  
 ManagedPluginInstance AbstractManagedPlugin.createInstance(String pluginId)
          Deprecated.  

 


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.