java.lang.Object
org.jboss.net.axis.server.EJBProvider.EJBServiceLifeCycle
- All Implemented Interfaces:
- java.util.EventListener, javax.servlet.http.HttpSessionBindingListener, javax.xml.rpc.server.ServiceLifecycle
- Enclosing class:
- EJBProvider
- protected static class EJBProvider.EJBServiceLifeCycle
- extends java.lang.Object
- implements javax.xml.rpc.server.ServiceLifecycle, javax.servlet.http.HttpSessionBindingListener
This is the lifecycle object that is registered in the
message scope and that shields the proper bean reference
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serviceObject
protected java.lang.Object serviceObject
- may be local or remote object
EJBProvider.EJBServiceLifeCycle
protected EJBProvider.EJBServiceLifeCycle(java.lang.Object serviceObject)
- constructs a new lifecycle
destroy
public void destroy()
- call remove
- Specified by:
destroy in interface javax.xml.rpc.server.ServiceLifecycle
init
public void init(java.lang.Object arg0)
- Nothing to be done
- Specified by:
init in interface javax.xml.rpc.server.ServiceLifecycle
valueBound
public void valueBound(javax.servlet.http.HttpSessionBindingEvent arg0)
- Description copied from interface:
javax.servlet.http.HttpSessionBindingListener
- Notifies the object that it is being bound to
a session and identifies the session.
- Specified by:
valueBound in interface javax.servlet.http.HttpSessionBindingListener
valueUnbound
public void valueUnbound(javax.servlet.http.HttpSessionBindingEvent arg0)
- Description copied from interface:
javax.servlet.http.HttpSessionBindingListener
- Notifies the object that it is being unbound
from a session and identifies the session.
- Specified by:
valueUnbound in interface javax.servlet.http.HttpSessionBindingListener