|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jcs.auxiliary.lateral.LateralElementDescriptor
Description of the Class
Field Summary | |
ICacheElement |
ce
Description of the Field |
int |
command
Description of the Field |
static int |
DISPOSE
Description of the Field |
static int |
GET
Command to return an object. |
static int |
REMOVE
Description of the Field |
static int |
REMOVEALL
Description of the Field |
long |
requesterId
Description of the Field |
static int |
UPDATE
Description of the Field |
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
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 |