Lines Matching defs:Activatable
40 * The <code>Activatable</code> class provides support for remote
55 public abstract class Activatable extends RemoteServer {
67 * <p><strong>Note:</strong> Using the <code>Activatable</code>
98 protected Activatable(String location,
114 * <p><strong>Note:</strong> Using the <code>Activatable</code>
148 protected Activatable(String location,
180 protected Activatable(ActivationID id, int port)
211 protected Activatable(ActivationID id, int port,
307 * <code>Activatable</code> constructors that both register and export
356 * <code>Activatable</code> constructors that both register and export
466 * extend the <code>Activatable</code> class. There is no need for objects
467 * that do extend the <code>Activatable</code> class to invoke this
493 * extend the <code>Activatable</code> class. There is no need for objects
494 * that do extend the <code>Activatable</code> class to invoke this
548 // if obj extends Activatable, set its ref.
549 if (obj instanceof Activatable) {
550 ((Activatable) obj).ref = sref;