|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CoreRuntimeStateAdmin
This interface defines the methods to interact with the MetaMatrix system during runtime.
As a core interface, this administration is common to both the MetaMatrix server and MM Query.
| Method Summary | |
|---|---|
void |
cancelRequest(java.lang.String identifier)
Cancel Request |
void |
cancelSourceRequest(java.lang.String identifier)
Cancel Source Request |
void |
changeVDBStatus(java.lang.String name,
java.lang.String version,
int status)
Change the status of a Deployed VDB |
void |
clearCache(java.lang.String cacheIdentifier)
Clear the cache or caches specified by the cacheIdentifier. |
void |
startConnectorBinding(java.lang.String connectorBindingIdentifier)
Start Connector Binding |
void |
stopConnectorBinding(java.lang.String connectorBindingIdentifier,
boolean stopNow)
Stop Connector Binding |
void |
terminateSession(java.lang.String identifier)
Terminate the Session |
| Method Detail |
|---|
void startConnectorBinding(java.lang.String connectorBindingIdentifier)
throws AdminException
connectorBindingIdentifier - identifier for ConnectorBinding
"*" - for all connector bindings in the system
"name*" - for all connector bindings that begin with given name
"name" - for single connector binding by the given name
AdminException - if there's a system error.
void stopConnectorBinding(java.lang.String connectorBindingIdentifier,
boolean stopNow)
throws AdminException
connectorBindingIdentifier - identifier for ConnectorBinding
"*" - for all connector bindings in the system
"name*" - for all connector bindings that begin with given name
"name" - for single connector binding by the given name
stopNow - If true, stop the process forcefully. If false, wait until any pending work is done.
AdminException - - if there's a system error.
void clearCache(java.lang.String cacheIdentifier)
throws AdminException
cacheIdentifier - Cache name identifier Cache.
No wild cards currently supported, must be explicit
AdminException - if there's a system error.
void terminateSession(java.lang.String identifier)
throws AdminException
identifier - Session Idenitfier Session.
No wild cards currently supported, must be explicit
AdminException - if there's a system error.
void cancelRequest(java.lang.String identifier)
throws AdminException
identifier - The request identifer defined by Request
No wild cards currently supported, must be explicit
AdminException - if there's a system error.
void cancelSourceRequest(java.lang.String identifier)
throws AdminException
identifier - The request identifer defined by Request
No wild cards currently supported, must be explicit
AdminException - if there's a system error.
void changeVDBStatus(java.lang.String name,
java.lang.String version,
int status)
throws AdminException
name - Name of the Virtial Databaseversion - Version of the Virtial Databasestatus - Active, InActive, Delete
AdminException - if there's a system error.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||