Oracle Corporation

Uses of Interface
com.bea.wlcp.wlng.api.plugin.Plugin

Packages that use Plugin
com.bea.wlcp.wlng.api.plugin   
 

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

Subinterfaces of Plugin in com.bea.wlcp.wlng.api.plugin
 interface PluginNorth
          North interface of plugin
 interface PluginNorthCallback
          Application facing interface for async responses from plugin
 interface PluginSouth
          South interface of plugin
 

Methods in com.bea.wlcp.wlng.api.plugin that return Plugin
 Plugin PluginHolder.getPlugin()
          Returns the Plugin
 Plugin PluginInterfaceHolder.getPlugin()
          Returns the plugin instance
 

Constructors in com.bea.wlcp.wlng.api.plugin with parameters of type Plugin
PluginInterfaceHolder(Class type, Plugin plugin)
          Creates a holder containing the type of the interface, usually PluginNorth, PluginSouth or PluginNorthCallback and the instance of the interface.
 


Oracle Corporation