|
||||||||||
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 java.lang.String |
POOLED_QUEUE_TYPE
Uses a thread pool. |
static java.lang.String |
SINGLE_QUEUE_TYPE
Does not use a thread pool. |
Method Summary | |
---|---|
AuxiliaryCacheAttributes |
copy()
Clones |
java.lang.String |
getCacheName()
Gets the cacheName attribute of the AuxiliaryCacheAttributes object |
java.lang.String |
getEventQueuePoolName()
Sets the pool name to use. |
java.lang.String |
getEventQueueType()
|
java.lang.String |
getName()
Gets the name attribute of the AuxiliaryCacheAttributes object |
void |
setCacheName(java.lang.String s)
Sets the name of the cache, referenced by the appropriate manager. |
void |
setEventQueuePoolName(java.lang.String s)
If you choose a POOLED event queue type, the value of EventQueuePoolName will be used. |
void |
setEventQueueType(java.lang.String s)
SINGLE is the default. |
void |
setName(java.lang.String s)
Name known by by configurator |
Field Detail |
---|
static final java.lang.String SINGLE_QUEUE_TYPE
static final java.lang.String POOLED_QUEUE_TYPE
Method Detail |
---|
void setCacheName(java.lang.String s)
s
- The new cacheName valuejava.lang.String getCacheName()
void setName(java.lang.String s)
s
- The new name valuejava.lang.String getName()
void setEventQueueType(java.lang.String s)
s
- SINGLE or POOLEDjava.lang.String getEventQueueType()
void setEventQueuePoolName(java.lang.String s)
s
- SINGLE or POOLEDjava.lang.String getEventQueuePoolName()
AuxiliaryCacheAttributes copy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |