kaos.aci.flexfeed
Class CSIFactoryWithFlexfeed

java.lang.Object
  extended by kaos.core.csi.CSIFactory
      extended by kaos.aci.flexfeed.CSIFactoryWithFlexfeed

public class CSIFactoryWithFlexfeed
extends CSIFactory


Field Summary
 
Fields inherited from class kaos.core.csi.CSIFactory
COABSGRID_TRANSPORT, CORBA_TRANSPORT, currentTransportName, SUPPORTED_TRANSPORTS, TCP_TRANSPORT
 
Constructor Summary
CSIFactoryWithFlexfeed()
           
 
Method Summary
static ObserverManager getObserverManager()
           
static ObserverManager getObserverManager(java.lang.String nickName)
          Retrieve a reference to the ObserverManager.
 
Methods inherited from class kaos.core.csi.CSIFactory
getClassifierManagement, getCurrentTransport, getHistoryMonitor, getKAoSExtensionComponent, getKAoSExtensionComponentManager, getOntologyService, getPolicyAdvice, getPolicyChecking, getPolicyEnforcement, getPolicyManagement, getQueryRegistration, getQueryState, getRegistration, getRequestManager, getSpatialReasoner, getStateMonitor, getTransportSupport, getXMLToCSILink, setCurrentTransport
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSIFactoryWithFlexfeed

public CSIFactoryWithFlexfeed()
Method Detail

getObserverManager

public static ObserverManager getObserverManager()
                                          throws java.lang.Exception
Throws:
java.lang.Exception

getObserverManager

public static ObserverManager getObserverManager(java.lang.String nickName)
                                          throws java.lang.Exception
Retrieve a reference to the ObserverManager.

Parameters:
nickName - is a String containing the nick name of the Command that may be used by certain transport implementations, or null if not required by the transport.
Returns:
a reference to the ObserverManager
Throws:
java.lang.Exception