com.bankframe.services.cache
Class JMSCacheEventImpl

java.lang.Object
  extended bycom.bankframe.services.cache.JMSCacheEventImpl
All Implemented Interfaces:
JMSCacheEvent, java.io.Serializable

public class JMSCacheEventImpl
extends java.lang.Object
implements JMSCacheEvent, java.io.Serializable

See Also:
Serialized Form

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

JMSCacheEventImpl

public JMSCacheEventImpl()
Method Detail

getKey

public java.lang.Object getKey()
Returns the key.

Specified by:
getKey in interface JMSCacheEvent
Returns:
Object

getName

public java.lang.String getName()
Returns the name.

Specified by:
getName in interface JMSCacheEvent
Returns:
String

getType

public int getType()
Returns the type.

Specified by:
getType in interface JMSCacheEvent
Returns:
int

getValue

public java.lang.Object getValue()
Returns the value.

Specified by:
getValue in interface JMSCacheEvent
Returns:
Object

getNode

public java.lang.String getNode()
Returns the node.

Specified by:
getNode in interface JMSCacheEvent
Returns:
Object

setKey

public void setKey(java.lang.Object key)
Sets the key.

Specified by:
setKey in interface JMSCacheEvent
Parameters:
key - The key to set

setName

public void setName(java.lang.String name)
Sets the name.

Specified by:
setName in interface JMSCacheEvent
Parameters:
name - The name to set

setType

public void setType(int type)
Sets the type.

Specified by:
setType in interface JMSCacheEvent
Parameters:
type - The type to set

setValue

public void setValue(java.lang.Object value)
Sets the value.

Specified by:
setValue in interface JMSCacheEvent

setNode

public void setNode(java.lang.String node)
Sets the node.

Specified by:
setNode in interface JMSCacheEvent


Copyright © 2005, 2007, Oracle. All rights reserved.