public class AttributeContainerMap extends ContainerLifeCycle implements Attributes
ContainerLifeCycleContainerLifeCycle.ManagedAbstractLifeCycle.AbstractLifeCycleListenerAttributes.WrapperContainer.InheritedListener, Container.ListenerLifeCycle.Listener| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.String,java.lang.Object> |
_map |
| Constructor and Description |
|---|
AttributeContainerMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearAttributes() |
void |
dump(java.lang.Appendable out,
java.lang.String indent)
Dump this object (and children) into an Appendable using the provided indent after any new lines.
|
java.lang.Object |
getAttribute(java.lang.String name) |
java.util.Enumeration<java.lang.String> |
getAttributeNames() |
java.util.Set<java.lang.String> |
getAttributeNameSet() |
void |
removeAttribute(java.lang.String name) |
void |
setAttribute(java.lang.String name,
java.lang.Object attribute) |
java.lang.String |
toString() |
addBean, addBean, addEventListener, addManaged, contains, destroy, doStart, doStop, dump, dump, dump, dump, dumpBeans, dumpObject, dumpObjects, dumpStdErr, dumpThis, getBean, getBeans, getBeans, getContainedBeans, getContainedBeans, isAuto, isManaged, isUnmanaged, manage, removeBean, removeBeans, removeEventListener, setBeans, setStopTimeout, start, stop, unmanage, updateBean, updateBean, updateBeansaddLifeCycleListener, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stopclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitunwrapdumpContainer, dumpIterable, dumpMapEntries, dumpObjects, dumpSelf, namedpublic void setAttribute(java.lang.String name,
java.lang.Object attribute)
setAttribute in interface Attributespublic void removeAttribute(java.lang.String name)
removeAttribute in interface Attributespublic java.lang.Object getAttribute(java.lang.String name)
getAttribute in interface Attributespublic java.util.Enumeration<java.lang.String> getAttributeNames()
getAttributeNames in interface Attributespublic java.util.Set<java.lang.String> getAttributeNameSet()
getAttributeNameSet in interface Attributespublic void clearAttributes()
clearAttributes in interface Attributespublic void dump(java.lang.Appendable out,
java.lang.String indent)
throws java.io.IOException
Dumpabledump in interface Dumpabledump in class ContainerLifeCycleout - The appendable to dump toindent - The indent to apply after any new lines.java.io.IOException - if unable to write to Appendablepublic java.lang.String toString()
toString in class AbstractLifeCycle