java.rmi.activation
public class ActivationID extends Object implements Serializable
Constructor Summary | |
---|---|
ActivationID(Activator an_activator)
Create a new instance with the given activator.
|
Method Summary | |
---|---|
Remote | activate(boolean force)
Activate the object.
|
boolean | equals(Object obj)
Compares the activators for equality. |
int | hashCode()
Returns the hash code of the activator. |
String | toString()
Return the content based string representation. |
Parameters: an_activator tha activator that should activate the object.
Parameters: force if true, always contact the group. Otherwise, the cached value may be returned.
Returns: the activated object
Throws: UnknownObjectException if the object is unknown ActivationException if the activation has failed RemoteException if the remote call has failed