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
null
public Remote getProxy()
public InvocationDispatcher getInvocationDispatcher()
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.