public static class InvocationLayerFactory.Instances extends Object
InvocationLayerFactory.createInstances.| Constructor and Description |
|---|
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 Instances(Remote proxy, InvocationDispatcher dispatcher)
proxy - a proxydispatcher - an invocation dispatcherNullPointerException - if any argument is
nullpublic Remote getProxy()
public InvocationDispatcher getInvocationDispatcher()
Copyright © 2016–2018. All rights reserved.