|
SAP NetWeaver 7.30 Enterprise Portal (SP07) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.portal.cache.api.CacheAction
public class CacheAction
Represents a generic cache action that can be performed on a cache. Each cache implementation can define a number of such actions. Receives the following parameters: the ID of the cache, the ID of the specific cache action implementation, and a map of parameters that are required for performing the action, if applicable.
ICacheManager,
ApplyActionException| Constructor Summary | |
|---|---|
CacheAction()
|
|
CacheAction(String cacheID,
String actionID,
HashMap actionParams)
Creates a cache Action object |
|
| Method Summary | |
|---|---|
String |
getActionID()
Returns the ID of this action |
HashMap |
getActionParams()
Returs a map of parameters required for applying this action |
String |
getCacheID()
Returns the cache ID of this action |
void |
setActionParams(HashMap actionParams)
Sets the parameters required for this action |
String |
toString()
Returns a string representation of this action |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CacheAction()
public CacheAction(String cacheID,
String actionID,
HashMap actionParams)
cacheID - ID of the cache that enables the current actionactionID - The ID of the action as taken from the specific cache available actionsactionParams - Map of the parameters and values required for this action| Method Detail |
|---|
public String getActionID()
public String getCacheID()
public void setActionParams(HashMap actionParams)
actionParams - a map of parameter key, value.public HashMap getActionParams()
public String toString()
toString in class Object| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-RUNTIME
|
[sap.com] tc/ep/common/api
|
api
|
EP-PIN
|
|
SAP NetWeaver 7.30 Enterprise Portal (SP07) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||