Oracle Corporation

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 be externally visible (read config data, create internal object, initialize stores, etc).
 void PluginServiceLifecycle.doStopped()
          The plug-in should make all cleanup nessesary to be 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.  
 


Oracle Corporation