|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AuxiliaryCacheAttributes
This is a nominal interface that auxiliary cache attributes should implement. This allows the auxiliary mangers to share a common interface.
Field Summary | |
---|---|
static String |
POOLED_QUEUE_TYPE
Uses a thread pool. |
static String |
SINGLE_QUEUE_TYPE
Does not use a thread pool. |
Method Summary | |
---|---|
AuxiliaryCacheAttributes |
copy()
Clones |
String |
getCacheName()
Gets the cacheName attribute of the AuxiliaryCacheAttributes object |
String |
getEventQueuePoolName()
Sets the pool name to use. |
String |
getEventQueueType()
|
String |
getName()
Gets the name attribute of the AuxiliaryCacheAttributes object |
void |
setCacheName(String s)
Sets the name of the cache, referenced by the appropriate manager. |
void |
setEventQueuePoolName(String s)
If you choose a POOLED event queue type, the value of EventQueuePoolName will be used. |
void |
setEventQueueType(String s)
SINGLE is the default. |
void |
setName(String s)
Name known by by configurator |
Field Detail |
---|
static final String SINGLE_QUEUE_TYPE
static final String POOLED_QUEUE_TYPE
Method Detail |
---|
void setCacheName(String s)
s
- The new cacheName valueString getCacheName()
void setName(String s)
s
- The new name valueString getName()
void setEventQueueType(String s)
s
- SINGLE or POOLEDString getEventQueueType()
void setEventQueuePoolName(String s)
s
- SINGLE or POOLEDString getEventQueuePoolName()
AuxiliaryCacheAttributes copy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |