org.apache.jcs.auxiliary.lateral
Class LateralElementDescriptor

java.lang.Object
  extended byorg.apache.jcs.auxiliary.lateral.LateralElementDescriptor
All Implemented Interfaces:
java.io.Serializable

public class LateralElementDescriptor
extends java.lang.Object
implements java.io.Serializable

Description of the Class

See Also:
Serialized Form

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

UPDATE

public static final int UPDATE
Description of the Field

See Also:
Constant Field Values

REMOVE

public static final int REMOVE
Description of the Field

See Also:
Constant Field Values

REMOVEALL

public static final int REMOVEALL
Description of the Field

See Also:
Constant Field Values

DISPOSE

public static final int DISPOSE
Description of the Field

See Also:
Constant Field Values

GET

public static final int GET
Command to return an object.

See Also:
Constant Field Values

ce

public ICacheElement ce
Description of the Field


requesterId

public long requesterId
Description of the Field


command

public int command
Description of the Field

Constructor Detail

LateralElementDescriptor

public LateralElementDescriptor()
Constructor for the LateralElementDescriptor object


LateralElementDescriptor

public LateralElementDescriptor(ICacheElement ce)
Constructor for the LateralElementDescriptor object

Parameters:
ce -


Copyright © 2002-2005 Apache Software Foundation. All Rights Reserved.