|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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 java.lang.Object |
serviceObject
may be local or remote object |
Constructor Summary | |
protected |
EJBProvider.EJBServiceLifeCycle(java.lang.Object serviceObject)
constructs a new lifecycle |
Method Summary | |
void |
destroy()
call remove |
void |
init(java.lang.Object arg0)
Nothing to be done |
void |
valueBound(HttpSessionBindingEvent arg0)
|
void |
valueUnbound(HttpSessionBindingEvent arg0)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.Object serviceObject
Constructor Detail |
protected EJBProvider.EJBServiceLifeCycle(java.lang.Object serviceObject)
Method Detail |
public void destroy()
destroy
in interface ServiceLifecycle (src)
ServiceLifecycle.destroy()
public void init(java.lang.Object arg0)
init
in interface ServiceLifecycle (src)
arg0
- Endpoint context for a JAX-RPC service endpointServiceLifecycle.init(Object)
public void valueBound(HttpSessionBindingEvent arg0)
javax.servlet.http.HttpSessionBindingListener#valueBound(HttpSessionBindingEvent)
public void valueUnbound(HttpSessionBindingEvent arg0)
javax.servlet.http.HttpSessionBindingListener#valueUnbound(HttpSessionBindingEvent)
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |