private class Activation.ObjectEntry extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
(package private) ActivationDesc |
desc
descriptor for object
|
(package private) boolean |
removed |
private static long |
serialVersionUID |
(package private) MarshalledWrapper |
stub
the stub (if active)
|
Constructor and Description |
---|
Activation.ObjectEntry(ActivationDesc desc) |
Modifier and Type | Method and Description |
---|---|
(package private) MarshalledWrapper |
activate(UID uid,
boolean force,
ActivationInstantiator inst) |
(package private) void |
removed() |
(package private) void |
reset() |
private static final long serialVersionUID
ActivationDesc desc
transient volatile MarshalledWrapper stub
transient volatile boolean removed
Activation.ObjectEntry(ActivationDesc desc)
MarshalledWrapper activate(UID uid, boolean force, ActivationInstantiator inst) throws RemoteException, ActivationException
RemoteException
ActivationException
void reset()
void removed()
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.