|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.bankframe.services.cache.JMSCacheEventImpl
| Field Summary |
| Fields inherited from interface com.bankframe.services.cache.JMSCacheEvent |
ADD_SINGLE_ENTRY, MULTIPLE_ENTRY, REMOVE_ALL, SINGLE_ENTRY |
| Constructor Summary | |
JMSCacheEventImpl()
|
|
| 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 |
| Constructor Detail |
public JMSCacheEventImpl()
| Method Detail |
public java.lang.Object getKey()
getKey in interface JMSCacheEventpublic java.lang.String getName()
getName in interface JMSCacheEventpublic int getType()
getType in interface JMSCacheEventpublic java.lang.Object getValue()
getValue in interface JMSCacheEventpublic java.lang.String getNode()
getNode in interface JMSCacheEventpublic void setKey(java.lang.Object key)
setKey in interface JMSCacheEventkey - The key to setpublic void setName(java.lang.String name)
setName in interface JMSCacheEventname - The name to setpublic void setType(int type)
setType in interface JMSCacheEventtype - The type to setpublic void setValue(java.lang.Object value)
setValue in interface JMSCacheEventpublic void setNode(java.lang.String node)
setNode in interface JMSCacheEvent
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||