Package com.sun.jini.start
Class NonActivatableServiceDescriptor.Created
java.lang.Object
com.sun.jini.start.NonActivatableServiceDescriptor.Created
- Enclosing class:
- NonActivatableServiceDescriptor
Object returned by
NonActivatableServiceDescriptor.create() method that returns the proxy and implementation
references for the created service.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
proxy
The reference to the proxy of the created service -
impl
The reference to the implementation of the created service
-
-
Constructor Details
-
Created
Constructs an instance of this class.- Parameters:
impl- reference to the implementation of the created serviceproxy- reference to the proxy of the created service
-