Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
_
_
_activate()
- Method in class org.sadun.util.pool2.
BasePooledObject
Activate the object.
_activate()
- Method in interface org.sadun.util.pool2.
PooledObject
Activate the object - retrieving it from secondary memory.
_getOriginal()
- Method in class org.sadun.util.pool2.
BasePooledObject
_getOriginal()
- Method in interface org.sadun.util.pool2.
PooledObject
Activate the object, if necessary, and returns the original object.
_isPassivable()
- Method in class org.sadun.util.pool2.
BasePooledObject
Return the invariant passivable.state, as determined by the passivation manager associated to this pooled object.
_isPassivable()
- Method in interface org.sadun.util.pool2.
PooledObject
Return the invariant passivable.state
_isPassivableNow()
- Method in class org.sadun.util.pool2.
BasePooledObject
Return the current passivable.state.
_isPassivableNow()
- Method in interface org.sadun.util.pool2.
PooledObject
Return the current passivable.state
_isPassivated()
- Method in class org.sadun.util.pool2.
BasePooledObject
Returns the passivated state.
_isPassivated()
- Method in interface org.sadun.util.pool2.
PooledObject
Return the passivate.state
_passivate()
- Method in class org.sadun.util.pool2.
BasePooledObject
This method passivates objects via serialization.
_passivate()
- Method in interface org.sadun.util.pool2.
PooledObject
Passivate the object - storing it on secondary storage and freeing core memory.
_releaseOriginal()
- Method in class org.sadun.util.pool2.
BasePooledObject
_releaseOriginal()
- Method in interface org.sadun.util.pool2.
PooledObject
Release the original, marking it as passivable.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
_