|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is a nominal interface that auxilliary cache attributes should implement. This allows the auxiliary mangers to share a common interface.
Method Summary | |
AuxiliaryCacheAttributes |
copy()
Description of the Method |
java.lang.String |
getCacheName()
Gets the cacheName attribute of the IAuxiliaryCacheAttributes object |
java.lang.String |
getName()
Gets the name attribute of the IAuxiliaryCacheAttributes object |
void |
setCacheName(java.lang.String s)
Sets the name of the cache, referenced by the appropriate manager. |
void |
setName(java.lang.String s)
Name know by by configurator |
Method Detail |
public void setCacheName(java.lang.String s)
s
- The new cacheName valuepublic java.lang.String getCacheName()
public void setName(java.lang.String s)
s
- The new name valuepublic java.lang.String getName()
public AuxiliaryCacheAttributes copy()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |