com.sapportals.portal.navigation

Class CacheAction

java.lang.Object
  extended by com.sapportals.portal.navigation.CacheAction
All Implemented Interfaces:
Serializable

Deprecated. Replaced by { @link com.sap.portal.cache }

public class CacheAction
extends Object
implements Serializable

Represents a generic cache action that can be performed on a cache. Each cache implementation can define a number of such actions.

See Also:
Serialized Form

Field Summary
static CacheAction CLEAR_CACHE
          Deprecated. Clear cache action
static CacheAction SYNCH_CACHE
          Deprecated. Sync cache action
static CacheAction UNSUPPORTED
          Deprecated. An un-supported action
 
Method Summary
 boolean equals(Object arg0)
          Deprecated. Compares values for equality
 int hashCode()
          Deprecated. Returns a hash code value for the object
static CacheAction parseAction(String actionStr)
          Deprecated. Returns the specific action retrieved according to the actionStr
static CacheAction parseType(String cacheActionName)
          Deprecated. Returns the specific action retrieved according to the cacheActionName
 String toString()
          Deprecated. Returns a string representation of the object.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

UNSUPPORTED

public static final CacheAction UNSUPPORTED
Deprecated. 
An un-supported action


CLEAR_CACHE

public static final CacheAction CLEAR_CACHE
Deprecated. 
Clear cache action


SYNCH_CACHE

public static final CacheAction SYNCH_CACHE
Deprecated. 
Sync cache action

Method Detail

equals

public boolean equals(Object arg0)
Deprecated. 
Compares values for equality

Overrides:
equals in class Object

toString

public String toString()
Deprecated. 
Returns a string representation of the object.

Overrides:
toString in class Object

parseType

public static CacheAction parseType(String cacheActionName)
Deprecated. 
Returns the specific action retrieved according to the cacheActionName

Parameters:
cacheActionName - - the action to be returned
Returns:
the action

parseAction

public static CacheAction parseAction(String actionStr)
Deprecated. 
Returns the specific action retrieved according to the actionStr

Parameters:
actionStr - - the action to be returned
Returns:
the action

hashCode

public int hashCode()
Deprecated. 
Returns a hash code value for the object

Overrides:
hashCode in class Object
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] EP-RUNTIME [sap.com] tc/ep/navigation/api api EP-PIN


Copyright 2011 SAP AG Complete Copyright Notice