com.bankframe.services.cache
Class JMSCache.JMSCacheEvent

java.lang.Object
  extended bycom.bankframe.services.cache.JMSCache.JMSCacheEvent
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
JMSCache

public static class JMSCache.JMSCacheEvent
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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

SINGLE_ENTRY

public static final int SINGLE_ENTRY
See Also:
Constant Field Values

MULTIPLE_ENTRY

public static final int MULTIPLE_ENTRY
See Also:
Constant Field Values

REMOVE_ALL

public static final int REMOVE_ALL
See Also:
Constant Field Values

ADD_SINGLE_ENTRY

public static final int ADD_SINGLE_ENTRY
See Also:
Constant Field Values
Constructor Detail

JMSCache.JMSCacheEvent

public JMSCache.JMSCacheEvent()
Method Detail

getKey

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

Returns:
Object

getName

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

Returns:
String

getType

public int getType()
Returns the type.

Returns:
int

getValue

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

Returns:
Object

getNode

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

Returns:
Object

setKey

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

Parameters:
key - The key to set

setName

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

Parameters:
name - The name to set

setType

public void setType(int type)
Sets the type.

Parameters:
type - The type to set

setValue

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


setNode

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



Copyright © 2004 Siebel Systems, Inc. All rights reserved.