com.metamatrix.console.models
Class RuntimeMgmtManager

java.lang.Object
  extended by com.metamatrix.console.models.Manager
      extended by com.metamatrix.console.models.RuntimeMgmtManager

public final class RuntimeMgmtManager
extends Manager


Field Summary
 
Fields inherited from class com.metamatrix.console.models.Manager
MODEL_CHANGED, MODEL_STALE
 
Constructor Summary
RuntimeMgmtManager(ConnectionInfo connection)
           
 
Method Summary
 void bounceServer()
           
 SystemState getServerState()
           
 java.lang.Integer[] getServiceCounts(ProcessData theProcess)
           
 boolean isServiceInSystemState(java.lang.String serviceName)
          called to determine is a service is in the system state, regardless if running.
 void refreshImpl()
           
 void shutdownServer()
           
 void startHost(HostData theHost)
           
 void startProcess(ProcessData theProcess)
           
 void startService(ServiceData theService)
           
 void stopHost(HostData theHost)
           
 void stopHostNow(HostData theHost)
           
 void stopProcess(ProcessData theProcess)
           
 void stopProcessNow(ProcessData theProcess)
           
 void stopService(ServiceData theService)
           
 void stopServiceNow(ServiceData theService)
           
 void synchronizeServer()
           
 
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
 

Constructor Detail

RuntimeMgmtManager

public RuntimeMgmtManager(ConnectionInfo connection)
                   throws ExternalException
Throws:
ExternalException
Method Detail

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.