org.apache.catalina.connector
public class MapperListener extends Object implements NotificationListener, ContainerListener
| Field Summary | |
|---|---|
| protected Connector | connector
Associated connector. |
| protected Mapper | mapper
Associated mapper. |
| protected MBeanServer | mBeanServer
MBean server. |
| Constructor Summary | |
|---|---|
| MapperListener(Mapper mapper, Connector connector)
Create mapper listener. | |
| Method Summary | |
|---|---|
| void | containerEvent(ContainerEvent event) |
| void | destroy()
unregister this from JMImplementation:type=MBeanServerDelegate |
| String | getDomain() |
| String | getEngine() |
| void | handleNotification(Notification notification, Object handback) |
| void | init()
Initialize associated mapper. |
| void | setDomain(String domain) |
| void | setEngine(String engine) |