Uses of Interface
com.metamatrix.platform.vm.api.controller.VMControllerInterface

Packages that use VMControllerInterface
com.metamatrix.common.comm.platform.socket   
com.metamatrix.platform.admin.apiimpl   
com.metamatrix.platform.registry   
com.metamatrix.platform.registry.util   
com.metamatrix.platform.vm.controller   
 

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

Classes in com.metamatrix.common.comm.platform.socket that implement VMControllerInterface
 class SocketVMController
          Main class for a server process.
 

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

Methods in com.metamatrix.platform.admin.apiimpl that return VMControllerInterface
 VMControllerInterface RuntimeStateAdminAPIHelper.getVMControllerInterface(VMControllerID id)
           
 

Uses of VMControllerInterface in com.metamatrix.platform.registry
 

Methods in com.metamatrix.platform.registry that return VMControllerInterface
 VMControllerInterface VMRegistryBinding.getVMController()
          Return reference for VMController.
 

Constructors in com.metamatrix.platform.registry with parameters of type VMControllerInterface
VMRegistryBinding(java.lang.String hostName, VMControllerID vmID, VMComponentDefn deployedComponent, VMControllerInterface vmController, MessageBus bus)
           
 

Uses of VMControllerInterface in com.metamatrix.platform.registry.util
 

Methods in com.metamatrix.platform.registry.util that return VMControllerInterface
 VMControllerInterface StubCreator.getVMControllerStub(VMControllerInterface controller)
           
 

Methods in com.metamatrix.platform.registry.util with parameters of type VMControllerInterface
 VMControllerInterface StubCreator.getVMControllerStub(VMControllerInterface controller)
           
 

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

Classes in com.metamatrix.platform.vm.controller that implement VMControllerInterface
 class VMController
          This class is used to start up and bind VM's to the naming server.
 



Copyright © 2009. All Rights Reserved.