|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MultipleException | |
---|---|
com.metamatrix.platform.admin.api | |
com.metamatrix.platform.admin.apiimpl | |
com.metamatrix.server.admin.api | |
com.metamatrix.server.admin.apiimpl |
Uses of MultipleException in com.metamatrix.platform.admin.api |
---|
Methods in com.metamatrix.platform.admin.api that throw MultipleException | |
---|---|
void |
RuntimeStateAdminAPI.startPSC(PscID pscID)
Start up all services in psc. |
void |
RuntimeStateAdminAPI.stopHost(java.lang.String host)
Stop host processes/services once work is complete. |
void |
RuntimeStateAdminAPI.stopHostNow(java.lang.String host)
Stop host processes/services now. |
void |
RuntimeStateAdminAPI.stopPSC(PscID pscID)
Stop up all services in psc, waiting for work to complete. |
void |
RuntimeStateAdminAPI.stopPSCNow(PscID pscID)
Stop up all services in psc now. |
void |
RuntimeStateAdminAPI.synchronizeServer()
Synchronize running services with runtime configuration. |
Uses of MultipleException in com.metamatrix.platform.admin.apiimpl |
---|
Methods in com.metamatrix.platform.admin.apiimpl that throw MultipleException | |
---|---|
void |
RuntimeStateAdminAPIImpl.startPSC(PscID pscID)
Start up all services in psc. |
void |
RuntimeStateAdminAPIImpl.stopHost(java.lang.String host)
Stop host processes/services once work is complete. |
void |
RuntimeStateAdminAPIHelper.stopHost(java.lang.String host,
boolean stopNow)
Stop host processes/services. |
void |
RuntimeStateAdminAPIImpl.stopHostNow(java.lang.String host)
Stop host processes/services now. |
void |
RuntimeStateAdminAPIImpl.stopPSC(PscID pscID)
|
void |
RuntimeStateAdminAPIImpl.stopPSCNow(PscID pscID)
|
void |
RuntimeStateAdminAPIImpl.synchronizeServer()
Synchronize running services with runtime configuration. |
void |
RuntimeStateAdminAPIHelper.synchronizeServer()
Synchronize running services with runtime configuration. |
Uses of MultipleException in com.metamatrix.server.admin.api |
---|
Methods in com.metamatrix.server.admin.api that throw MultipleException | |
---|---|
void |
TransactionAdminAPI.terminateAllTransactions(MetaMatrixSessionID userSessionID)
Terminate all transactions for the user session. |
Uses of MultipleException in com.metamatrix.server.admin.apiimpl |
---|
Methods in com.metamatrix.server.admin.apiimpl that throw MultipleException | |
---|---|
void |
TransactionAdminAPIImpl.terminateAllTransactions(MetaMatrixSessionID userSessionID)
Terminate all transactions for the user session. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |