com.sas.servlet.util
Class BoundRocf

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


Constructor Summary
BoundRocf(Rocf rocf)
          Create a new BoundRocf object
 
Method Summary
 Rocf getRocf()
          Returns the class factory
 void valueBound(com.sas.servlet.util.HttpSessionBindingEvent event)
          Called when this object is bound into a session.
 void valueUnbound(com.sas.servlet.util.HttpSessionBindingEvent event)
          Called when this object is unbound from a session.
 

Constructor Detail

BoundRocf

public BoundRocf(Rocf rocf)
Create a new BoundRocf object
Parameters:
rocf - The class factory
Method Detail

valueBound

public void valueBound(com.sas.servlet.util.HttpSessionBindingEvent event)
Called when this object is bound into a session.
Parameters:
event - The event

valueUnbound

public void valueUnbound(com.sas.servlet.util.HttpSessionBindingEvent event)
Called when this object is unbound from a session. The class factory will be properly closed.
Parameters:
event - The event

getRocf

public Rocf getRocf()
Returns the class factory
Returns:
The class factory


Version: 1.2.20000317.001 Formatted: 2000/07/06 15:57:33PM