|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jini.start.NonActivatableServiceDescriptor.Created
Object returned by
NonActivatableServiceDescriptor.create()
method that returns the proxy and implementation references
for the created service.
Field Summary | |
Object |
impl
The reference to the implementation of the created service |
Object |
proxy
The reference to the proxy of the created service |
Constructor Summary | |
NonActivatableServiceDescriptor.Created(Object impl,
Object proxy)
Constructs an instance of this class. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public final Object proxy
public final Object impl
Constructor Detail |
public NonActivatableServiceDescriptor.Created(Object impl, Object proxy)
impl
- reference to the implementation of the created serviceproxy
- reference to the proxy of the created service
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |