com.sun.jini.phoenix
Class Activation.ObjectEntry

java.lang.Object
  extended by com.sun.jini.phoenix.Activation.ObjectEntry
All Implemented Interfaces:
Serializable
Enclosing class:
Activation

private class Activation.ObjectEntry
extends Object
implements Serializable


Field Summary
(package private)  ActivationDesc desc
          descriptor for object
(package private)  boolean removed
           
private static long serialVersionUID
           
(package private)  MarshalledWrapper stub
          the stub (if active)
 
Constructor Summary
Activation.ObjectEntry(ActivationDesc desc)
           
 
Method Summary
(package private)  MarshalledWrapper activate(UID uid, boolean force, ActivationInstantiator inst)
           
(package private)  void removed()
           
(package private)  void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

desc

ActivationDesc desc
descriptor for object


stub

transient volatile MarshalledWrapper stub
the stub (if active)


removed

transient volatile boolean removed
Constructor Detail

Activation.ObjectEntry

Activation.ObjectEntry(ActivationDesc desc)
Method Detail

activate

MarshalledWrapper activate(UID uid,
                           boolean force,
                           ActivationInstantiator inst)
                     throws RemoteException,
                            ActivationException
Throws:
RemoteException
ActivationException

reset

void reset()

removed

void removed()


Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.