|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JMSCacheEvent
This interface should be implemented by all Txn
| Field Summary | |
|---|---|
static int |
ADD_SINGLE_ENTRY
|
static int |
MULTIPLE_ENTRY
|
static int |
REMOVE_ALL
|
static int |
SINGLE_ENTRY
|
| Method Summary | |
|---|---|
Object |
getKey()
Returns the key. |
String |
getName()
Returns the name. |
String |
getNode()
Returns the node. |
int |
getType()
Returns the type. |
Object |
getValue()
Returns the value. |
void |
setKey(Object key)
Sets the key. |
void |
setName(String name)
Sets the name. |
void |
setNode(String node)
Sets the node. |
void |
setType(int type)
Sets the type. |
void |
setValue(Object value)
Sets the value. |
| Field Detail |
|---|
static final int SINGLE_ENTRY
static final int MULTIPLE_ENTRY
static final int REMOVE_ALL
static final int ADD_SINGLE_ENTRY
| Method Detail |
|---|
Object getKey()
String getName()
int getType()
Object getValue()
String getNode()
void setKey(Object key)
key - The key to setvoid setName(String name)
name - The name to setvoid setType(int type)
type - The type to setvoid setValue(Object value)
value - The value to setvoid setNode(String node)
node - The node to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||