com.poscoict.glueframework.cache.remote
Class GlueCacheEvent

java.lang.Object
  extended by com.poscoict.glueframework.cache.remote.GlueCacheEvent
All Implemented Interfaces:
Serializable

public class GlueCacheEvent
extends Object
implements Serializable

Cache Event 舛税.

See Also:
Serialized Form

Field Summary
static String CACHE_KEY
           
static int DELETE
           
static int GET
           
static int PUT
           
static String REGION_NAME
           
static String REQUESTOR
           
 
Constructor Summary
GlueCacheEvent(String cacheKey, String regionName)
          持失切(constructor).
GlueCacheEvent(String cacheKey, String regionName, int eventType)
          持失切(constructor).
GlueCacheEvent(String cacheKey, String regionName, String requestor)
          持失切(constructor).
 
Method Summary
 String getCacheKey()
           
 int getEventType()
           
 String getRegionName()
           
 String getRequestor()
           
 void setCacheKey(String cacheKey)
           
 void setEventType(int eventType)
           
 void setRegionName(String regionName)
           
 void setRequestor(String requestor)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

GET

public static final int GET
See Also:
Constant Field Values

PUT

public static final int PUT
See Also:
Constant Field Values

DELETE

public static final int DELETE
See Also:
Constant Field Values

REGION_NAME

public static final String REGION_NAME
See Also:
Constant Field Values

CACHE_KEY

public static final String CACHE_KEY
See Also:
Constant Field Values

REQUESTOR

public static final String REQUESTOR
See Also:
Constant Field Values
Constructor Detail

GlueCacheEvent

public GlueCacheEvent(String cacheKey,
                      String regionName,
                      String requestor)
持失切(constructor).

Parameters:
cacheKey -
regionName -
requestor -

GlueCacheEvent

public GlueCacheEvent(String cacheKey,
                      String regionName)
持失切(constructor).

Parameters:
cacheKey -
regionName -

GlueCacheEvent

public GlueCacheEvent(String cacheKey,
                      String regionName,
                      int eventType)
持失切(constructor).

Parameters:
cacheKey -
regionName -
eventType -
Method Detail

getRegionName

public String getRegionName()
Returns:
the regionName

setRegionName

public void setRegionName(String regionName)
Parameters:
regionName - the regionName to set

getCacheKey

public String getCacheKey()
Returns:
the cacheKey

setCacheKey

public void setCacheKey(String cacheKey)
Parameters:
cacheKey - the cacheKey to set

getEventType

public int getEventType()
Returns:
the eventType

setEventType

public void setEventType(int eventType)
Parameters:
eventType - the eventType to set

getRequestor

public String getRequestor()
Returns:
the requestor

setRequestor

public void setRequestor(String requestor)
Parameters:
requestor - the requestor to set

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013–2015 POSCO ICT SW薦念奄綬得. All rights reserved.