|
Apache Tomcat 7.0.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.catalina.connector.MapperListener
public class MapperListener
Mapper listener.
Constructor Summary | |
---|---|
MapperListener(Mapper mapper,
Connector connector)
Create mapper listener. |
Method Summary | |
---|---|
void |
containerEvent(ContainerEvent event)
Acknowledge the occurrence of the specified event. |
void |
destroy()
Clean-up. |
String |
getDomain()
|
void |
init()
Initialize associated mapper. |
void |
lifecycleEvent(LifecycleEvent event)
Acknowledge the occurrence of the specified event. |
void |
setDomain(String domain)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MapperListener(Mapper mapper, Connector connector)
Method Detail |
---|
public String getDomain()
public void setDomain(String domain)
public void init()
public void destroy()
public void containerEvent(ContainerEvent event)
ContainerListener
containerEvent
in interface ContainerListener
event
- ContainerEvent that has occurredpublic void lifecycleEvent(LifecycleEvent event)
LifecycleListener
lifecycleEvent
in interface LifecycleListener
event
- LifecycleEvent that has occurred
|
Apache Tomcat 7.0.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |