|
|||||||||||
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.
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()
Description of the Method |
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()
|
int |
getEventQueueTypeFactoryCode()
Returns the value used by the factory. |
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 know by by configurator |
Field Detail |
public static final java.lang.String SINGLE_QUEUE_TYPE
public static final java.lang.String POOLED_QUEUE_TYPE
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 void setEventQueueType(java.lang.String s)
s
- SINGLE or POOLED
public java.lang.String getEventQueueType()
public int getEventQueueTypeFactoryCode()
public void setEventQueuePoolName(java.lang.String s)
s
- SINGLE or POOLED
public java.lang.String getEventQueuePoolName()
public AuxiliaryCacheAttributes copy()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |