Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

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

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

public class PluginInterfaceHolder
extends java.lang.Object

Class containing the information about a plug-in interface (application or network facing).


Constructor Summary
PluginInterfaceHolder(java.lang.Class type, Plugin plugin)
          Creates a holder containing the type of the interface, usually PluginNorth (application facing), PluginSouth (network facing), or PluginNorthCallback (application facing) and the instance of the interface.
 
Method Summary
 Plugin getPlugin()
          Returns the plugin instance.
 java.lang.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(java.lang.Class type,
                             Plugin plugin)
Creates a holder containing the type of the interface, usually PluginNorth (application facing), PluginSouth (network facing), or PluginNorthCallback (application facing) and the instance of the interface.

Method Detail

getPlugin

public Plugin getPlugin()
Returns the plugin instance.

Returns:
The plugin instance.

getType

public java.lang.Class getType()
Returns the plugin type.

Returns:
The plugin type.

Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

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