|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kaos.core.csi.CSIFactory
public class CSIFactory
This class provides access to specific KAoS services offered by the KAoS Common Services Interface $Revision: 1.45 $
Field Summary | |
---|---|
static java.lang.String |
COABSGRID_TRANSPORT
|
static java.lang.String |
CORBA_TRANSPORT
|
protected static java.lang.String |
currentTransportName
|
static java.lang.String[] |
SUPPORTED_TRANSPORTS
|
static java.lang.String |
TCP_TRANSPORT
|
Constructor Summary | |
---|---|
CSIFactory()
|
Method Summary | |
---|---|
static InstanceClassifierManager |
getClassifierManagement()
Retrieve a reference to the ClassifierManagement |
static java.lang.String |
getCurrentTransport()
|
static EventHistoryComponent |
getHistoryMonitor()
Retrieve a reference to the EventHistoryComponent. |
static KAoSExtensionComponent |
getKAoSExtensionComponent(java.lang.String repType,
java.lang.String associatedOntType)
Retrieve a reference to a KAoSExtensionComponent loaded in the guard |
static KAoSExtensionComponentManager |
getKAoSExtensionComponentManager(java.lang.String serviceMgrName)
Retrieve a reference to a KAoSExtensionComponentManager, whose service name is specified |
static ObserverManager |
getObserverManager()
Retrieve a reference to the ObserverManager. |
static OntologyService |
getOntologyService()
Retrieve a reference to the OntologyService. |
static PolicyAdvice |
getPolicyAdvice()
Retrieve a reference to the PolicyAdvice. |
static PolicyChecking |
getPolicyChecking()
Retrieve a reference to the PolicyChecking. |
static EnforcerManager |
getPolicyEnforcement()
Retrieve a reference to the PolicyEnforcement. |
static PolicyManagement |
getPolicyManagement()
Retrieve a reference to the PolicyManagement. |
static QueryRegistration |
getQueryRegistration()
Retrieve a reference to the QueryRegistration. |
static QueryState |
getQueryState()
Retrieve a reference to the QueryState. |
static Registration |
getRegistration()
Retrieve a reference to the Registration. |
static RequestManager |
getRequestManager()
Retrieve a reference to the RequestManager. |
static kaos.spatial.SpatialReasoner |
getSpatialReasoner()
Retrieve a reference to the SpatialReasoner. |
static StateMonitor |
getStateMonitor(java.lang.String associatedOntType)
Retrieve a reference to the StateMonitor |
static TransportSupport |
getTransportSupport()
Retrieve a reference to the Registration. |
static kaos.core.csi.util.xmlSupport.XMLToCSILink |
getXMLToCSILink(java.lang.String dsTransport)
Retrieve a reference to the XMLToCSILink. |
static void |
setCurrentTransport(java.lang.String currentTransportName)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String TCP_TRANSPORT
public static final java.lang.String CORBA_TRANSPORT
public static final java.lang.String COABSGRID_TRANSPORT
public static final java.lang.String[] SUPPORTED_TRANSPORTS
protected static java.lang.String currentTransportName
Constructor Detail |
---|
public CSIFactory()
Method Detail |
---|
public static java.lang.String getCurrentTransport()
public static void setCurrentTransport(java.lang.String currentTransportName)
currentTransportName
- - the currentTransportName to set.public static TransportSupport getTransportSupport()
public static ObserverManager getObserverManager() throws java.lang.Exception
java.lang.Exception
public static Registration getRegistration() throws java.lang.Exception
java.lang.Exception
public static QueryRegistration getQueryRegistration() throws java.lang.Exception
java.lang.Exception
public static QueryState getQueryState() throws java.lang.Exception
java.lang.Exception
public static RequestManager getRequestManager() throws java.lang.Exception
java.lang.Exception
public static OntologyService getOntologyService() throws java.lang.Exception
java.lang.Exception
public static PolicyManagement getPolicyManagement() throws java.lang.Exception
java.lang.Exception
public static PolicyChecking getPolicyChecking() throws java.lang.Exception
java.lang.Exception
public static PolicyAdvice getPolicyAdvice() throws java.lang.Exception
java.lang.Exception
public static KAoSExtensionComponentManager getKAoSExtensionComponentManager(java.lang.String serviceMgrName) throws java.lang.Exception
serviceMgrName
- String containing the name as specified in the guardConfiguration file, at the beginning of the section
describing the service, ex. stateMonitor-service
java.lang.Exception
public static KAoSExtensionComponent getKAoSExtensionComponent(java.lang.String repType, java.lang.String associatedOntType) throws java.lang.Exception
java.lang.Exception
public static EnforcerManager getPolicyEnforcement() throws java.lang.Exception
java.lang.Exception
public static InstanceClassifierManager getClassifierManagement()
public static EventHistoryComponent getHistoryMonitor() throws java.lang.Exception
java.lang.Exception
public static StateMonitor getStateMonitor(java.lang.String associatedOntType) throws java.lang.Exception
java.lang.Exception
public static kaos.spatial.SpatialReasoner getSpatialReasoner() throws java.lang.Exception
java.lang.Exception
public static kaos.core.csi.util.xmlSupport.XMLToCSILink getXMLToCSILink(java.lang.String dsTransport) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |