org.apache.coyote.tomcat5

Class MapperListener

Implemented Interfaces:
NotificationListener

public class MapperListener
extends java.lang.Object
implements NotificationListener

Mapper listener.

Authors:
Remy Maucherat
Costin Manolache

Field Summary

protected MBeanServer
mBeanServer
MBean server.
protected Mapper
mapper
Associated mapper.

Constructor Summary

MapperListener(Mapper mapper)
Create mapper listener.

Method Summary

String
getDomain()
String
getEngine()
void
handleNotification(Notification notification, java.lang.Object handback)
void
init()
Initialize associated mapper.
void
setDomain(String domain)
void
setEngine(String engine)

Field Details

mBeanServer

protected MBeanServer mBeanServer
MBean server.


mapper

protected Mapper mapper
Associated mapper.

Constructor Details

MapperListener

public MapperListener(Mapper mapper)
Create mapper listener.

Method Details

getDomain

public String getDomain()


getEngine

public String getEngine()


handleNotification

public void handleNotification(Notification notification,
                               java.lang.Object handback)


init

public void init()
Initialize associated mapper.


setDomain

public void setDomain(String domain)


setEngine

public void setEngine(String engine)


Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.