Oracle Corporation

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
Copyright © 2008 Oracle Corporation. All Rights Reserved.

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()

Oracle Corporation