|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.xbus.bootstrap.ReceiverServiceServletListener
public class ReceiverServiceServletListener
The ReceiverServiceServletListener
receives notifications on
startup and shutdown of the servlet container. Its task is to start and stop
the ReceiverService
.
Constructor Summary | |
---|---|
ReceiverServiceServletListener()
|
Method Summary | |
---|---|
void |
contextDestroyed(javax.servlet.ServletContextEvent arg0)
Stops the ReceiverService on shutdown of the servlet
container. |
void |
contextInitialized(javax.servlet.ServletContextEvent arg0)
Starts the ReceiverService on startup of the servlet
container. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReceiverServiceServletListener()
Method Detail |
---|
public void contextInitialized(javax.servlet.ServletContextEvent arg0)
ReceiverService
on startup of the servlet
container.
contextInitialized
in interface javax.servlet.ServletContextListener
public void contextDestroyed(javax.servlet.ServletContextEvent arg0)
ReceiverService
on shutdown of the servlet
container.
contextDestroyed
in interface javax.servlet.ServletContextListener
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |