Expresso 5-5-0

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
Version:
$Revision: 1.5 $
Author:
Michael Rimov
See Also:
Serialized Form

Constructor Summary
CacheSyncMessage()
           
 
Method Summary
 String getCacheName()
           
 String getContextName()
           
 String getKey()
           
 String getWebContext()
           
 void setCacheName(String newCacheName)
           
 void setContextName(String newContextName)
           
 void setKey(String newKey)
           
 void setWebContext(String newWebContext)
           
 
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()

setWebContext

public void setWebContext(String newWebContext)
Parameters:
newWebContext - The source web context

getWebContext

public String getWebContext()
Returns:
java.lang.String

Expresso 5-5-0

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