|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jcs.auxiliary.lateral.LateralElementDescriptor
This class wraps command to other laterals.
Field Summary | |
ICacheElement |
ce
The Cache Element that we are distributing. |
int |
command
Description of the Field |
static int |
DISPOSE
The int for disposing the cache. |
static int |
GET
Command to return an object. |
static int |
REMOVE
The int for removes |
static int |
REMOVEALL
The int instructing us to remove all |
long |
requesterId
The id of the the source of the request. |
static int |
UPDATE
The int for updates |
int |
valHashCode
the hashcode value for this element. |
Constructor Summary | |
LateralElementDescriptor()
Constructor for the LateralElementDescriptor object |
|
LateralElementDescriptor(ICacheElement ce)
Constructor for the LateralElementDescriptor object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int UPDATE
public static final int REMOVE
public static final int REMOVEALL
public static final int DISPOSE
public static final int GET
public ICacheElement ce
public long requesterId
public int command
public int valHashCode
Constructor Detail |
public LateralElementDescriptor()
public LateralElementDescriptor(ICacheElement ce)
ce
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |