| 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.bankframe.services.cache.JMSCache.JMSCacheEvent
| Field Summary | |
static int | 
ADD_SINGLE_ENTRY
 | 
static int | 
MULTIPLE_ENTRY
 | 
static int | 
REMOVE_ALL
 | 
static int | 
SINGLE_ENTRY
 | 
| Constructor Summary | |
JMSCache.JMSCacheEvent()
 | 
|
| Method Summary | |
 java.lang.Object | 
getKey()
Returns the key.  | 
 java.lang.String | 
getName()
Returns the name.  | 
 java.lang.String | 
getNode()
Returns the node.  | 
 int | 
getType()
Returns the type.  | 
 java.lang.Object | 
getValue()
Returns the value.  | 
 void | 
setKey(java.lang.Object key)
Sets the key.  | 
 void | 
setName(java.lang.String name)
Sets the name.  | 
 void | 
setNode(java.lang.String node)
Sets the node.  | 
 void | 
setType(int type)
Sets the type.  | 
 void | 
setValue(java.lang.Object value)
Sets the value.  | 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
public static final int SINGLE_ENTRY
public static final int MULTIPLE_ENTRY
public static final int REMOVE_ALL
public static final int ADD_SINGLE_ENTRY
| Constructor Detail | 
public JMSCache.JMSCacheEvent()
| Method Detail | 
public java.lang.Object getKey()
public java.lang.String getName()
public int getType()
public java.lang.Object getValue()
public java.lang.String getNode()
public void setKey(java.lang.Object key)
key - The key to setpublic void setName(java.lang.String name)
name - The name to setpublic void setType(int type)
type - The type to setpublic void setValue(java.lang.Object value)
public void setNode(java.lang.String node)
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||