org.apache.catalina.ha.context

Class ReplicatedContext.ReplApplContext

protected static class ReplicatedContext.ReplApplContext extends ApplicationContext

Field Summary
protected ConcurrentHashMaptomcatAttributes
Constructor Summary
ReplApplContext(String basePath, ReplicatedContext context)
Method Summary
ObjectgetAttribute(String name)
AbstractMapgetAttributeMap()
EnumerationgetAttributeNames()
protected ServletContextgetFacade()
protected ReplicatedContextgetParent()
voidremoveAttribute(String name)
voidsetAttribute(String name, Object value)
voidsetAttributeMap(AbstractMap map)

Field Detail

tomcatAttributes

protected ConcurrentHashMap tomcatAttributes

Constructor Detail

ReplApplContext

public ReplApplContext(String basePath, ReplicatedContext context)

Method Detail

getAttribute

public Object getAttribute(String name)

getAttributeMap

public AbstractMap getAttributeMap()

getAttributeNames

public Enumeration getAttributeNames()

getFacade

protected ServletContext getFacade()

getParent

protected ReplicatedContext getParent()

removeAttribute

public void removeAttribute(String name)

setAttribute

public void setAttribute(String name, Object value)

setAttributeMap

public void setAttributeMap(AbstractMap map)
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.