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)
AuxiliaryCacheAttributes
setCacheName
in interface AuxiliaryCacheAttributes
name
- public String getCacheName()
getCacheName
in interface AuxiliaryCacheAttributes
public void setName(String s)
setName
in interface AuxiliaryCacheAttributes
s
- The new name valueAuxiliaryCacheAttributes.setName(java.lang.String)
public String getName()
getName
in interface AuxiliaryCacheAttributes
public void setEventQueueType(ICacheEventQueue.QueueType queueType)
setEventQueueType
in interface AuxiliaryCacheAttributes
queueType
- SINGLE or POOLEDpublic ICacheEventQueue.QueueType getEventQueueType()
getEventQueueType
in interface AuxiliaryCacheAttributes
public void setEventQueuePoolName(String s)
setEventQueuePoolName
in interface AuxiliaryCacheAttributes
s
- SINGLE or POOLEDpublic String getEventQueuePoolName()
getEventQueuePoolName
in interface AuxiliaryCacheAttributes
public AbstractAuxiliaryCacheAttributes clone()
AuxiliaryCacheAttributes
clone
in interface AuxiliaryCacheAttributes
clone
in class Object
Object.clone()
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.