|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.servlet.util.BoundRocf
public class BoundRocf
Holder for Rocf objects that are bound into the HTTP session. When the
bound object is unbound the class factory will be stopped
Use the Util
class to find an
existing Rocf
object factory that is bound to
the HTTP session, or to create a new Rocf
Util
,
BoundConnection
Constructor Summary | |
---|---|
BoundRocf(com.sas.rmi.Rocf rocf)
Create a new BoundRocf object |
Method Summary | |
---|---|
com.sas.rmi.Rocf |
getRocf()
Returns the class factory |
void |
valueBound(javax.servlet.http.HttpSessionBindingEvent event)
Called when this object is bound into a session. |
void |
valueUnbound(javax.servlet.http.HttpSessionBindingEvent event)
Called when this object is unbound from a session. |
Constructor Detail |
---|
public BoundRocf(com.sas.rmi.Rocf rocf)
rocf
- The class factoryMethod Detail |
---|
public void valueBound(javax.servlet.http.HttpSessionBindingEvent event)
valueBound
in interface javax.servlet.http.HttpSessionBindingListener
event
- The eventpublic void valueUnbound(javax.servlet.http.HttpSessionBindingEvent event)
valueUnbound
in interface javax.servlet.http.HttpSessionBindingListener
event
- The eventpublic com.sas.rmi.Rocf getRocf()
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |