public class ActivationID extends Object implements Serializable
Constructor and Description |
---|
ActivationID(Activator activator) |
Modifier and Type | Method and Description |
---|---|
Remote |
activate(boolean force) |
boolean |
equals(Object obj)
Default object equality (is identity).
|
int |
hashCode()
The (default) object hashcode: for transient objects this is simply the
address of the instance in memory, for persistent objects it is the
address at which the instance was first created (maybe in a previous
activation of the VM).
|
public ActivationID(Activator activator)
public Remote activate(boolean force) throws ActivationException, UnknownObjectException, RemoteException
public int hashCode()
Object