com.sun.jini.phoenix
Class Activation.ObjectEntry
java.lang.Object
com.sun.jini.phoenix.Activation.ObjectEntry
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- Activation
private class Activation.ObjectEntry
- extends Object
- implements Serializable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Activation.ObjectEntry
Activation.ObjectEntry(ActivationDesc desc)
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.