cvm.ncb.csm
Class CommObjectManager

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

public class CommObjectManager
extends java.lang.Object

Handles the creation of communication objects This class generaters an instance each communication bridge with the property files.

Author:
Frank Hernandez

Method Summary
 java.util.ArrayList<CommObject> getCommObjectList()
          This function returns a copy of the list of communication objects.
static CommObjectManager getInstance()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static CommObjectManager getInstance()

getCommObjectList

public java.util.ArrayList<CommObject> getCommObjectList()
This function returns a copy of the list of communication objects. The list contains all the communication objects that were created from the property file. This communication objects in turn contain an instance an adapter.

Returns:
List of communicaion objects.
See Also:
CommObject