Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
5.0

E21718-01


com.bea.wlcp.wlng.plugin
Class PluginInstanceInfo

java.lang.Object
  extended bycom.bea.wlcp.wlng.plugin.PluginInstanceInfo

All Implemented Interfaces:
Serializable

public final class PluginInstanceInfo
extends Object
implements Serializable
See Also:
Serialized Form

Field Summary
 boolean connected
           
 String nodeId
           
 String[] north
           
 String routeConfig
           
 String[] south
           

 

Constructor Summary
PluginInstanceInfo()
           
PluginInstanceInfo(String _nodeId, String[] _north, String[] _south, boolean _connected, String _routeConfig)
           

 

Method Summary
 String toString()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

connected

public boolean connected

nodeId

public String nodeId

north

public String[] north

routeConfig

public String routeConfig

south

public String[] south

Constructor Detail

PluginInstanceInfo

public PluginInstanceInfo()

PluginInstanceInfo

public PluginInstanceInfo(String _nodeId,
                          String[] _north,
                          String[] _south,
                          boolean _connected,
                          String _routeConfig)

Method Detail

toString

public String toString()

Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
5.0

E21718-01


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