com.metamatrix.console.models
Class RuntimeMgmtManager
java.lang.Object
com.metamatrix.console.models.Manager
com.metamatrix.console.models.RuntimeMgmtManager
public final class RuntimeMgmtManager
- extends Manager
Methods inherited from class com.metamatrix.console.models.Manager |
addManagerListener, fireModelChangedEvent, fireModelChangedEvent, getConnection, getConnection, getEncryptor, getEventListeners, getIsStale, init, refresh, removeManagerListener, setIsStale |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RuntimeMgmtManager
public RuntimeMgmtManager(ConnectionInfo connection)
throws ExternalException
- Throws:
ExternalException
bounceServer
public void bounceServer()
throws ExternalException
- Throws:
ExternalException
getServiceCounts
public java.lang.Integer[] getServiceCounts(ProcessData theProcess)
getServerState
public SystemState getServerState()
throws ExternalException
- Throws:
ExternalException
isServiceInSystemState
public boolean isServiceInSystemState(java.lang.String serviceName)
throws ExternalException
- called to determine is a service is in the system state, regardless if running.
- Parameters:
serviceName
-
- Returns:
-
- Throws:
ExternalException
- Since:
- 4.3
refreshImpl
public void refreshImpl()
throws ExternalException
- Throws:
ExternalException
shutdownServer
public void shutdownServer()
throws ExternalException
- Throws:
ExternalException
startHost
public void startHost(HostData theHost)
throws ExternalException
- Throws:
ExternalException
startProcess
public void startProcess(ProcessData theProcess)
throws ExternalException
- Throws:
ExternalException
startService
public void startService(ServiceData theService)
throws ExternalException
- Throws:
ExternalException
stopHost
public void stopHost(HostData theHost)
throws ExternalException
- Throws:
ExternalException
stopHostNow
public void stopHostNow(HostData theHost)
throws ExternalException
- Throws:
ExternalException
stopProcess
public void stopProcess(ProcessData theProcess)
throws ExternalException
- Throws:
ExternalException
stopProcessNow
public void stopProcessNow(ProcessData theProcess)
throws ExternalException
- Throws:
ExternalException
stopService
public void stopService(ServiceData theService)
throws ExternalException
- Throws:
ExternalException
stopServiceNow
public void stopServiceNow(ServiceData theService)
throws ExternalException
- Throws:
ExternalException
synchronizeServer
public void synchronizeServer()
throws ExternalException
- Throws:
ExternalException
Copyright © 2009. All Rights Reserved.