public abstract class AbstractAuxiliaryCacheAttributes extends java.lang.Object implements AuxiliaryCacheAttributes
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
cacheName
cacheName
|
protected java.lang.String |
eventQueuePoolName
Named when pooled
|
protected java.lang.String |
eventQueueType
eventQueueType -- custom classname, pooled, or single threaded
|
protected java.lang.String |
name
name
|
POOLED_QUEUE_TYPE, SINGLE_QUEUE_TYPE
Constructor and Description |
---|
AbstractAuxiliaryCacheAttributes() |
Modifier and Type | Method and Description |
---|---|
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 name)
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 queueType)
SINGLE is the default.
|
void |
setName(java.lang.String s)
This is the name of the auxiliary in configuration file.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
copy
protected java.lang.String cacheName
protected java.lang.String name
protected java.lang.String eventQueueType
protected java.lang.String eventQueuePoolName
public void setCacheName(java.lang.String name)
AuxiliaryCacheAttributes
setCacheName
in interface AuxiliaryCacheAttributes
name
- public java.lang.String getCacheName()
getCacheName
in interface AuxiliaryCacheAttributes
public void setName(java.lang.String s)
setName
in interface AuxiliaryCacheAttributes
s
- The new name valueAuxiliaryCacheAttributes.setName(java.lang.String)
public java.lang.String getName()
getName
in interface AuxiliaryCacheAttributes
public void setEventQueueType(java.lang.String queueType)
setEventQueueType
in interface AuxiliaryCacheAttributes
queueType
- SINGLE or POOLED or a classnamepublic java.lang.String getEventQueueType()
getEventQueueType
in interface AuxiliaryCacheAttributes
public void setEventQueuePoolName(java.lang.String s)
setEventQueuePoolName
in interface AuxiliaryCacheAttributes
s
- SINGLE or POOLEDpublic java.lang.String getEventQueuePoolName()
getEventQueuePoolName
in interface AuxiliaryCacheAttributes
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.