|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.rampart.AbstractUniqueMessageAttributeCache
public abstract class AbstractUniqueMessageAttributeCache
An abstract class which implements UniqueMessageAttributeCache interface.
| Constructor Summary | |
|---|---|
AbstractUniqueMessageAttributeCache()
Default constructor. |
|
AbstractUniqueMessageAttributeCache(int maxTime)
Constructor with maximum life time as a parameter. |
|
| Method Summary | |
|---|---|
int |
getMaximumLifeTimeOfAnAttribute()
Gets the maximum life time of a message id. |
void |
setMaximumLifeTimeOfAnAttribute(int maxTime)
Sets the maximum life time of a message id. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.rampart.UniqueMessageAttributeCache |
|---|
addToCache, clearCache, valueExistsInCache |
| Constructor Detail |
|---|
public AbstractUniqueMessageAttributeCache()
public AbstractUniqueMessageAttributeCache(int maxTime)
maxTime - Maximum life time in seconds.| Method Detail |
|---|
public void setMaximumLifeTimeOfAnAttribute(int maxTime)
setMaximumLifeTimeOfAnAttribute in interface UniqueMessageAttributeCachemaxTime - Maximum life time in seconds.public int getMaximumLifeTimeOfAnAttribute()
getMaximumLifeTimeOfAnAttribute in interface UniqueMessageAttributeCache
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||