Lines Matching defs:activation
26 package java.rmi.activation;
46 * objects that can be activated over time. An activation identifier
56 * An activation identifier for an object can be obtained by registering
57 * an object with the activation system. Registration is accomplished
63 * that takes the activation descriptor, object and port as arguments;
106 * @exception ActivationException if activation fails
121 throw new UnmarshalException("activation failed", e);
123 throw new UnmarshalException("activation failed", e);
129 * Returns a hashcode for the activation id. Two identifiers that
140 * Compares two activation ids for content equality.