Searched defs:ActivatableRef (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DActivatableRef.java44 public class ActivatableRef implements RemoteRef { class in inherits:RemoteRef
57 * Create a new (empty) ActivatableRef
59 public ActivatableRef() method in class:ActivatableRef
63 * Create a ActivatableRef with the specified id
65 public ActivatableRef(ActivationID id, RemoteRef ref) method in class:ActivatableRef
73 * specified in the activation descriptor. The ActivatableRef
85 RemoteRef clientRef = new ActivatableRef(id, null);
270 * ActivatableRef. We need to set the ref in *this*
271 * ActivatableRef to the ref inside the ActivatableRef
[all...]

Completed in 29 milliseconds