|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bankframe.services.cache.JMSCacheEventImpl
public class 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 | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JMSCacheEventImpl()
| Method Detail |
|---|
public Object getKey()
getKey in interface JMSCacheEventpublic String getName()
getName in interface JMSCacheEventpublic int getType()
getType in interface JMSCacheEventpublic Object getValue()
getValue in interface JMSCacheEventpublic String getNode()
getNode in interface JMSCacheEventpublic void setKey(Object key)
setKey in interface JMSCacheEventkey - The key to setpublic void setName(String name)
setName in interface JMSCacheEventname - The name to setpublic void setType(int type)
setType in interface JMSCacheEventtype - The type to setpublic void setValue(Object value)
setValue in interface JMSCacheEventvalue - The value to setpublic void setNode(String node)
setNode in interface JMSCacheEventnode - The node to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||