public static class InvocationLayerFactory.Instances extends Object
InvocationLayerFactory.createInstances.| Constructor and Description | 
|---|
InvocationLayerFactory.Instances(Remote proxy,
                                InvocationDispatcher dispatcher)
Creates a container for a proxy instance and an invocation
 dispatcher instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
InvocationDispatcher | 
getInvocationDispatcher()
Returns the invocation dispatcher. 
 | 
Remote | 
getProxy()
Returns the proxy. 
 | 
public InvocationLayerFactory.Instances(Remote proxy, InvocationDispatcher dispatcher)
proxy - a proxydispatcher - an invocation dispatcherNullPointerException - if any argument is
            nullpublic Remote getProxy()
public InvocationDispatcher getInvocationDispatcher()