com.sun.jini.start
Class NonActivatableServiceDescriptor.Created
java.lang.Object
com.sun.jini.start.NonActivatableServiceDescriptor.Created
- Enclosing class:
- NonActivatableServiceDescriptor
public static class NonActivatableServiceDescriptor.Created
- extends Object
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
proxy
public final Object proxy
- The reference to the proxy of the created service
impl
public final Object impl
- The reference to the implementation of the created service
NonActivatableServiceDescriptor.Created
public NonActivatableServiceDescriptor.Created(Object impl,
Object proxy)
- Constructs an instance of this class.
- Parameters:
impl
- reference to the implementation of the created serviceproxy
- reference to the proxy of the created service
Copyright © GigaSpaces.