edu.cmu.aura.service.rpc
Class StubRegistry

java.lang.Object
  |
  +--edu.cmu.aura.service.rpc.StubRegistry

public class StubRegistry
extends java.lang.Object

StubRegistry is used to get map RemoteReferences to stubs. This is used for callbacks. As the callback implementation has not been finalized this class has not been finalized yet.


Constructor Summary
StubRegistry()
           
 
Method Summary
static java.lang.Object getStub(RemoteReference ref, java.lang.String stubClassName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StubRegistry

public StubRegistry()
Method Detail

getStub

public static java.lang.Object getStub(RemoteReference ref,
                                       java.lang.String stubClassName)