Oracle Corporation

com.bea.wlcp.wlng.api.plugin
Class PluginInterfaceHolder

java.lang.Object
  extended bycom.bea.wlcp.wlng.api.plugin.PluginInterfaceHolder

public class PluginInterfaceHolder
extends Object

Class holding the information about a plugin interface (north or south).

Copyright © 2008 Oracle Corporation Systems, Inc. All Rights Reserved.

Constructor Summary
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.
 
Method Summary
 Plugin getPlugin()
          Returns the plugin instance
 Class getType()
          Returns the plugin type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginInterfaceHolder

public 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.

Method Detail

getPlugin

public Plugin getPlugin()
Returns the plugin instance

Returns:
The plugin instance

getType

public Class getType()
Returns the plugin type

Returns:
The plugin type

Oracle Corporation