Apache Tomcat 7.0.4

org.apache.catalina.connector
Class MapperListener

java.lang.Object
  extended by org.apache.catalina.connector.MapperListener
All Implemented Interfaces:
ContainerListener, LifecycleListener

public class MapperListener
extends Object
implements ContainerListener, LifecycleListener

Mapper listener.

Author:
Remy Maucherat, Costin Manolache

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

MapperListener

public MapperListener(Mapper mapper,
                      Connector connector)
Create mapper listener.

Method Detail

getDomain

public String getDomain()

setDomain

public void setDomain(String domain)

init

public void init()
Initialize associated mapper.


destroy

public void destroy()
Clean-up.


containerEvent

public void containerEvent(ContainerEvent event)
Description copied from interface: ContainerListener
Acknowledge the occurrence of the specified event.

Specified by:
containerEvent in interface ContainerListener
Parameters:
event - ContainerEvent that has occurred

lifecycleEvent

public void lifecycleEvent(LifecycleEvent event)
Description copied from interface: LifecycleListener
Acknowledge the occurrence of the specified event.

Specified by:
lifecycleEvent in interface LifecycleListener
Parameters:
event - LifecycleEvent that has occurred

Apache Tomcat 7.0.4

Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.