com.metamatrix.common.comm.platform.socket
Class SocketVMController
java.lang.Object
   com.metamatrix.platform.vm.controller.ProcessController
com.metamatrix.platform.vm.controller.ProcessController
       com.metamatrix.common.comm.platform.socket.SocketVMController
com.metamatrix.common.comm.platform.socket.SocketVMController
- All Implemented Interfaces: 
- ProcessManagement
- public class SocketVMController 
- extends ProcessController
Main class for a server process.
 
 
 
 
| Methods inherited from class com.metamatrix.platform.vm.controller.ProcessController | 
| checkService, dumpThreads, exportLogs, getAddress, getConfigHost, getName, getProperties, getStartTime, getVMStatistics, isShuttingDown, isStarted, logMessage, ping, setCurrentLogConfiguration, startDeployedService, startService, stopService | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
SOCKET_CONTEXT
public static final java.lang.String SOCKET_CONTEXT
- See Also:
- Constant Field Values
SocketVMController
public SocketVMController(Host host,
                          java.lang.String processName,
                          ClusteredRegistryState registry,
                          ServerEvents serverEvents,
                          MessageBus bus,
                          HostManagement hostManagement)
                   throws java.lang.Exception
- Throws:
- java.lang.Exception
start
public void start()
- Description copied from interface: ProcessManagement
- Starts the VM by invoking all the deployed services
 
- 
- Specified by:
- startin interface- ProcessManagement
- Overrides:
- startin class- ProcessController
 
- 
 
shutdown
public void shutdown(boolean now)
- Description copied from class: ProcessController
- Shut down all services waiting for work to complete.
 Essential services will also be shutdown.
 
- 
- Specified by:
- shutdownin interface- ProcessManagement
- Overrides:
- shutdownin class- ProcessController
 
- 
 
toString
public java.lang.String toString()
- 
- Overrides:
- toStringin class- java.lang.Object
 
- 
 
getSocketListenerStats
protected SocketListenerStats getSocketListenerStats()
- 
- Specified by:
- getSocketListenerStatsin class- ProcessController
 
- 
 
getProcessPoolStats
protected WorkerPoolStats getProcessPoolStats()
- 
- Specified by:
- getProcessPoolStatsin class- ProcessController
 
- 
 
main
@Deprecated
public static void main(java.lang.String[] args)
                 throws java.lang.Exception
- Deprecated. 
 
- 
- Throws:
- java.lang.Exception
 
Copyright © 2009. All Rights Reserved.