public abstract class AbstractAuxiliaryCacheAttributes extends Object implements AuxiliaryCacheAttributes
| Constructor and Description |
|---|
AbstractAuxiliaryCacheAttributes() |
| Modifier and Type | Method and Description |
|---|---|
AbstractAuxiliaryCacheAttributes |
clone()
Clone object
|
String |
getCacheName()
Gets the cacheName attribute of the AuxiliaryCacheAttributes object
|
String |
getEventQueuePoolName()
Sets the pool name to use.
|
ICacheEventQueue.QueueType |
getEventQueueType() |
String |
getName()
Gets the name attribute of the AuxiliaryCacheAttributes object
|
void |
setCacheName(String name)
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(ICacheEventQueue.QueueType queueType)
SINGLE is the default.
|
void |
setName(String s)
This is the name of the auxiliary in configuration file.
|
public AbstractAuxiliaryCacheAttributes()
public void setCacheName(String name)
AuxiliaryCacheAttributessetCacheName in interface AuxiliaryCacheAttributesname - public String getCacheName()
getCacheName in interface AuxiliaryCacheAttributespublic void setName(String s)
setName in interface AuxiliaryCacheAttributess - The new name valueAuxiliaryCacheAttributes.setName(java.lang.String)public String getName()
getName in interface AuxiliaryCacheAttributespublic void setEventQueueType(ICacheEventQueue.QueueType queueType)
setEventQueueType in interface AuxiliaryCacheAttributesqueueType - SINGLE or POOLEDpublic ICacheEventQueue.QueueType getEventQueueType()
getEventQueueType in interface AuxiliaryCacheAttributespublic void setEventQueuePoolName(String s)
setEventQueuePoolName in interface AuxiliaryCacheAttributess - SINGLE or POOLEDpublic String getEventQueuePoolName()
getEventQueuePoolName in interface AuxiliaryCacheAttributespublic AbstractAuxiliaryCacheAttributes clone()
AuxiliaryCacheAttributesclone in interface AuxiliaryCacheAttributesclone in class ObjectObject.clone()Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.