cvm.ncb.csm
Class CommObject

java.lang.Object
  extended by cvm.ncb.csm.CommObject

public class CommObject
extends java.lang.Object

Communication object used by CSM

Author:
Frank Hernandez

Constructor Summary
CommObject()
           
CommObject(NCBBridge bridge)
           
 
Method Summary
 NCBBridge getNCBBridge()
          Gets the bridge instance.
 void setBrdige(NCBBridge bridge)
          Sets the bride instance.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommObject

public CommObject()

CommObject

public CommObject(NCBBridge bridge)
Method Detail

setBrdige

public void setBrdige(NCBBridge bridge)
Sets the bride instance.

Parameters:
bridge -

getNCBBridge

public NCBBridge getNCBBridge()
Gets the bridge instance.

Returns:
attached bridge