|
SAP NetWeaver 7.30 SP01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.portal.navigation.CacheConfigurator
public class CacheConfigurator
| Nested Class Summary | |
|---|---|
static class |
CacheConfigurator.CacheConfiguratorPersistenceMode
Deprecated. inner class that represents the different persistence modes of the navigation cache mechanism |
| Constructor Summary | |
|---|---|
CacheConfigurator(String cacheID)
Deprecated. |
|
| Method Summary | |
|---|---|
String |
getCacheID()
Deprecated. Return the cache ID field for this configurator |
int |
getLifeTime()
Deprecated. Get the life time of the objects for this configuration |
int |
getNumberOfObjects()
Deprecated. Get the allowed number of objects in this cache configuration |
CacheConfigurator.CacheConfiguratorPersistenceMode |
getPersistMode()
Deprecated. Get the persistence mode of the cache - data base or memory |
boolean |
isCacheEnabled()
Deprecated. Return the enabled field for this configurator |
void |
setCacheEnable(boolean enable)
Deprecated. Sets the enabled filed for this configurator |
void |
setCacheID(String cacheID)
Deprecated. Sets the cache ID filed for this configurator |
void |
setLifeTime(int lifeTime)
Deprecated. Change the life time of the objects for this configuration |
void |
setNumberOfObjects(int numberOfObjects)
Deprecated. Set the allowed number of objects in this cache configuration |
void |
setPersistMode(CacheConfigurator.CacheConfiguratorPersistenceMode persistMode)
Deprecated. Sets the persistence mode of the cache - data base or memory |
String |
toString()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CacheConfigurator(String cacheID)
| Method Detail |
|---|
public boolean isCacheEnabled()
public void setCacheEnable(boolean enable)
enable - - the value to be setpublic String getCacheID()
public void setCacheID(String cacheID)
cacheID - public void setLifeTime(int lifeTime)
lifeTime - in minutespublic int getLifeTime()
public void setNumberOfObjects(int numberOfObjects)
numberOfObjects - public int getNumberOfObjects()
public void setPersistMode(CacheConfigurator.CacheConfiguratorPersistenceMode persistMode)
persistMode - public CacheConfigurator.CacheConfiguratorPersistenceMode getPersistMode()
public String toString()
toString in class Object| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-RUNTIME
|
[sap.com] tc/ep/navigation/api
|
api
|
EP-PIN
|
|
SAP NetWeaver 7.30 SP01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||