Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

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
abstract  ManagedPluginInstance PluginInstanceFactory.createInstance(java.lang.String pluginInstanceId)
          Creates a new instance for this plug-in.
abstract  void PluginInstanceLifecycle.activate()
          Activates a plug-in instance.
abstract  void PluginInstanceLifecycle.deactivate()
          Deactivates a plug-in instance.
abstract  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).
abstract  void PluginServiceLifecycle.doStopped()
          The plug-in should clean up so it's available for garbage collection.
abstract  void PluginServiceLifecycle.doActivated()
          The plug-in should continue activation and become visible without accepting traffic (register MBeans, etc).
abstract  void PluginServiceLifecycle.doDeactivated()
          The plug-in should deactivate itself (unregister MBeans etc).
abstract  void PluginServiceLifecycle.handleResuming()
          Transitions the plug-in from ACTIVE (ADMIN) to ACTIVE (RUNNING) state where it begins to accept traffic.
abstract  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(java.lang.String pluginId)
          Deprecated.  
 


Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

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