Uses of Class
com.metamatrix.platform.vm.controller.VMControllerID

Packages that use VMControllerID
com.metamatrix.common.comm.platform.socket   
com.metamatrix.platform.admin.api   
com.metamatrix.platform.admin.api.runtime   
com.metamatrix.platform.admin.apiimpl   
com.metamatrix.platform.registry   
com.metamatrix.platform.service.api   
com.metamatrix.platform.service.controller   
com.metamatrix.platform.service.proxy   
com.metamatrix.platform.vm.api.controller   
com.metamatrix.platform.vm.controller   
 

Uses of VMControllerID in com.metamatrix.common.comm.platform.socket
 

Constructors in com.metamatrix.common.comm.platform.socket with parameters of type VMControllerID
SocketVMController(Host host, java.lang.String vmName, VMControllerID vmId, ClusteredRegistryState registry, ServerEvents serverEvents, MessageBus bus, HostManagement hostManagement)
           
 

Uses of VMControllerID in com.metamatrix.platform.admin.api
 

Methods in com.metamatrix.platform.admin.api that return VMControllerID
 VMControllerID RuntimeStateAdminAPI.getVMControllerIDByName(java.lang.String hostName, java.lang.String processName)
          Retrieve the VMControllerID by name
 

Methods in com.metamatrix.platform.admin.api with parameters of type VMControllerID
 VMStatistics RuntimeStateAdminAPI.getVMStatistics(VMControllerID vmID)
          Return VMStatistics object for Process.
 void RuntimeStateAdminAPI.runGC(VMControllerID vmID)
          Run Garbage collection on process.
 void RuntimeStateAdminAPI.setLoggingConfiguration(LogConfiguration logConfig, VMControllerID vmID)
          Sets the LogConfiguration on the LogManager running in the given VM.
 void RuntimeStateAdminAPI.startDeployedService(ServiceComponentDefnID id, VMControllerID vmID)
          Start a deployed service.
 void RuntimeStateAdminAPI.stopAllServicesInAProcess(VMControllerID processID)
          Stop all services, in a process, once work is complete.
 void RuntimeStateAdminAPI.stopAllServicesInAProcessNow(VMControllerID processID)
          Stop all services, in a process, now.
 void RuntimeStateAdminAPI.stopProcess(VMControllerID processID)
          Stop process once work is complete.
 void RuntimeStateAdminAPI.stopProcessNow(VMControllerID processID)
          Stop process now.
 

Uses of VMControllerID in com.metamatrix.platform.admin.api.runtime
 

Methods in com.metamatrix.platform.admin.api.runtime that return VMControllerID
 VMControllerID ProcessData.getProcessID()
          Return VMControllerID that this binding represents.
 

Constructors in com.metamatrix.platform.admin.api.runtime with parameters of type VMControllerID
ProcessData(VMControllerID processID, ComponentDefnID defnID, java.lang.String hostName, java.util.Collection pscs, java.lang.String processName, java.lang.String port, boolean deployed, boolean registered)
          Create a new instance of VMRegistryBinding.
 

Uses of VMControllerID in com.metamatrix.platform.admin.apiimpl
 

Methods in com.metamatrix.platform.admin.apiimpl that return VMControllerID
 VMControllerID RuntimeStateAdminAPIImpl.getVMControllerIDByName(java.lang.String hostName, java.lang.String processName)
           
 

Methods in com.metamatrix.platform.admin.apiimpl that return types with arguments of type VMControllerID
 java.util.List<VMControllerID> RuntimeStateAdminAPIImpl.getProcesses()
          Return all processes running in mm system.
 java.util.List<VMControllerID> RuntimeStateAdminAPIHelper.getProcesses()
          Return all processes running in mm system.
 

Methods in com.metamatrix.platform.admin.apiimpl with parameters of type VMControllerID
 byte[] RuntimeStateAdminAPIHelper.exportLogs(VMControllerID processID)
          Export the server logs to a byte[].
 VMControllerInterface RuntimeStateAdminAPIHelper.getVMControllerInterface(VMControllerID id)
           
 java.net.InetAddress RuntimeStateAdminAPIHelper.getVMHostName(VMControllerID vmID)
           
 VMStatistics RuntimeStateAdminAPIImpl.getVMStatistics(VMControllerID vmID)
          Return VMStatistics object for Process.
 VMStatistics RuntimeStateAdminAPIHelper.getVMStatistics(VMControllerID vmID)
          Return VMStatistics object for Process.
 void RuntimeStateAdminAPIImpl.runGC(VMControllerID vmID)
          Run Garbage Collection on Process.
 void RuntimeStateAdminAPIImpl.setLoggingConfiguration(LogConfiguration logConfig, VMControllerID vmID)
          Sets the LogConfiguration on the LogManager running in the given VM.
 void RuntimeStateAdminAPIImpl.startDeployedService(ServiceComponentDefnID serviceID, VMControllerID vmID)
          Start a deployed service.
 void RuntimeStateAdminAPIHelper.startDeployedService(ServiceComponentDefnID serviceID, VMControllerID vmID)
          Start a deployed service.
 void RuntimeStateAdminAPIImpl.stopAllServicesInAProcess(VMControllerID processID)
          Stop all services, in a process, once work is complete.
 void RuntimeStateAdminAPIImpl.stopAllServicesInAProcessNow(VMControllerID processID)
          Stop all services, in a process, now.
 void RuntimeStateAdminAPIImpl.stopProcess(VMControllerID processID)
          Stop process once work is complete.
 void RuntimeStateAdminAPIHelper.stopProcess(VMControllerID vmID, boolean stopNow)
          Stop process.
 void RuntimeStateAdminAPIImpl.stopProcessNow(VMControllerID processID)
          Stop process now.
 

Uses of VMControllerID in com.metamatrix.platform.registry
 

Methods in com.metamatrix.platform.registry that return VMControllerID
 VMControllerID ResourcePoolMgrID.getVMControllerID()
           
 VMControllerID VMRegistryBinding.getVMControllerID()
          Return VMControllerID that this binding represents.
 

Methods in com.metamatrix.platform.registry with parameters of type VMControllerID
 void VMMonitor.vmRemoved(VMControllerID id)
           
 

Constructors in com.metamatrix.platform.registry with parameters of type VMControllerID
ResourcePoolMgrID(long id, VMControllerID vmControllerID)
           
VMMonitor(java.lang.String hostName, java.lang.String vmName, VMControllerID vmId, ClusteredRegistryState registry)
           
VMRegistryBinding(java.lang.String hostName, VMControllerID vmID, VMComponentDefn deployedComponent, VMControllerInterface vmController, MessageBus bus)
           
 

Uses of VMControllerID in com.metamatrix.platform.service.api
 

Methods in com.metamatrix.platform.service.api that return VMControllerID
 VMControllerID ServiceID.getVMControllerID()
           
 VMControllerID ServiceInterface.getVMID()
          Get the id of the VM that the service is running in.
 

Constructors in com.metamatrix.platform.service.api with parameters of type VMControllerID
ServiceID(long id, VMControllerID vmControllerID)
           
 

Uses of VMControllerID in com.metamatrix.platform.service.controller
 

Methods in com.metamatrix.platform.service.controller that return VMControllerID
 VMControllerID AbstractService.getVMID()
          Return VMControllerID for vm service is running in.
 

Uses of VMControllerID in com.metamatrix.platform.service.proxy
 

Constructors in com.metamatrix.platform.service.proxy with parameters of type VMControllerID
ProxyManager(java.lang.String hostName, java.lang.String vmName, VMControllerID vmID, ClusteredRegistryState registry)
           
 

Uses of VMControllerID in com.metamatrix.platform.vm.api.controller
 

Methods in com.metamatrix.platform.vm.api.controller that return VMControllerID
 VMControllerID VMControllerInterface.getID()
          Get the ID for this controller.
 

Uses of VMControllerID in com.metamatrix.platform.vm.controller
 

Fields in com.metamatrix.platform.vm.controller declared as VMControllerID
protected  VMControllerID VMController.id
           
 

Methods in com.metamatrix.platform.vm.controller that return VMControllerID
 VMControllerID VMController.getID()
           
 

Methods in com.metamatrix.platform.vm.controller with parameters of type VMControllerID
 void ServerEvents.vmRemoved(VMControllerID id)
           
 

Constructors in com.metamatrix.platform.vm.controller with parameters of type VMControllerID
VMController(Host host, java.lang.String vmName, VMControllerID vmId, ClusteredRegistryState registry, ServerEvents serverEvents, MessageBus bus, HostManagement hostManagement)
          Create a new instance of VMController.
 



Copyright © 2009. All Rights Reserved.