|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.net.axis.server.EJBProvider.EJBServiceLifeCycle
This is the lifecycle object that is registered in the message scope and that shields the proper bean reference
Field Summary | |
protected Object |
serviceObject
may be local or remote object |
Constructor Summary | |
protected |
EJBProvider.EJBServiceLifeCycle(Object serviceObject)
constructs a new lifecycle |
Method Summary | |
void |
destroy()
call remove |
void |
init(Object arg0)
Nothing to be done |
void |
valueBound(javax.servlet.http.HttpSessionBindingEvent arg0)
|
void |
valueUnbound(javax.servlet.http.HttpSessionBindingEvent arg0)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Object serviceObject
Constructor Detail |
protected EJBProvider.EJBServiceLifeCycle(Object serviceObject)
Method Detail |
public void destroy()
destroy
in interface javax.xml.rpc.server.ServiceLifecycle
ServiceLifecycle.destroy()
public void init(Object arg0)
init
in interface javax.xml.rpc.server.ServiceLifecycle
ServiceLifecycle.init(Object)
public void valueBound(javax.servlet.http.HttpSessionBindingEvent arg0)
valueBound
in interface javax.servlet.http.HttpSessionBindingListener
HttpSessionBindingListener.valueBound(HttpSessionBindingEvent)
public void valueUnbound(javax.servlet.http.HttpSessionBindingEvent arg0)
valueUnbound
in interface javax.servlet.http.HttpSessionBindingListener
HttpSessionBindingListener.valueUnbound(HttpSessionBindingEvent)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |