com.metamatrix.platform.registry.util
Interface StubCreator


public interface StubCreator

Interface defining methods used by StubCreator implementations. There is an implementation for each Application server.


Method Summary
 void connectStub(java.lang.Object stub)
           
 ResourcePoolMgr getResourcePoolMgrStub(ResourcePoolMgr poolMgr)
           
 ServiceInterface getServiceStub(ServiceInterface service)
           
 VMControllerInterface getVMControllerStub(VMControllerInterface controller)
           
 

Method Detail

getServiceStub

ServiceInterface getServiceStub(ServiceInterface service)
                                throws java.lang.Exception
Throws:
java.lang.Exception

getVMControllerStub

VMControllerInterface getVMControllerStub(VMControllerInterface controller)
                                          throws java.lang.Exception
Throws:
java.lang.Exception

getResourcePoolMgrStub

ResourcePoolMgr getResourcePoolMgrStub(ResourcePoolMgr poolMgr)
                                       throws java.lang.Exception
Throws:
java.lang.Exception

connectStub

void connectStub(java.lang.Object stub)
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2009. All Rights Reserved.