Expresso 5-6

com.jcorporate.expresso.core.cache
Class CacheSyncMessage

java.lang.Object
  extended bycom.jcorporate.expresso.core.cache.CacheSyncMessage
All Implemented Interfaces:
Serializable

public class CacheSyncMessage
extends Object
implements Serializable

Data Bean for sending CacheSync messages across the wire.

Since:
Expresso 4.0
Author:
Michael Rimov
See Also:
Serialized Form

Constructor Summary
CacheSyncMessage()
           
 
Method Summary
 String getCacheName()
           
 String getContextName()
           
 String getKey()
           
 void setCacheName(String newCacheName)
           
 void setContextName(String newContextName)
           
 void setKey(String newKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheSyncMessage

public CacheSyncMessage()
Method Detail

setKey

public void setKey(String newKey)

getKey

public String getKey()

setContextName

public void setContextName(String newContextName)

getContextName

public String getContextName()

setCacheName

public void setCacheName(String newCacheName)

getCacheName

public String getCacheName()

Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.