org.apache.catalina.core
Class ServiceMapperListener

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

public class ServiceMapperListener
extends java.lang.Object
implements LifecycleListener, ContainerListener

Mapper listener.

Author:
Remy Maucherat, Costin Manolache

Field Summary
protected  Mapper mapper
          Associated mapper.
 
Constructor Summary
ServiceMapperListener(Mapper mapper)
          Create mapper listener.
 
Method Summary
protected  void addContext(Context context)
           
 void containerEvent(ContainerEvent event)
          Acknowledge the occurrence of the specified event.
 void lifecycleEvent(LifecycleEvent event)
          Acknowledge the occurrence of the specified event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mapper

protected Mapper mapper
Associated mapper.

Constructor Detail

ServiceMapperListener

public ServiceMapperListener(Mapper mapper)
Create mapper listener.

Method Detail

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

addContext

protected void addContext(Context context)


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