|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.jini.jeri.InvocationLayerFactory.Instances
public static class InvocationLayerFactory.Instances
A container for the proxy and invocation dispatcher instances
returned by InvocationLayerFactory.createInstances
.
Constructor Summary | |
---|---|
InvocationLayerFactory.Instances(Remote proxy,
InvocationDispatcher dispatcher)
Creates a container for a proxy instance and an invocation dispatcher instance. |
Method Summary | |
---|---|
InvocationDispatcher |
getInvocationDispatcher()
Returns the invocation dispatcher. |
Remote |
getProxy()
Returns the proxy. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InvocationLayerFactory.Instances(Remote proxy, InvocationDispatcher dispatcher)
proxy
- a proxydispatcher
- an invocation dispatcher
NullPointerException
- if any argument is
null
Method Detail |
---|
public Remote getProxy()
public InvocationDispatcher getInvocationDispatcher()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |