Save This Page
Home » JBoss-5.1.0 » org » jboss » web » tomcat » service » jca » [javadoc | source]
org.jboss.web.tomcat.service.jca
public class: CachedConnectionValve [javadoc | source]
java.lang.Object
   org.apache.catalina.valves.ValveBase
      org.jboss.web.tomcat.service.jca.CachedConnectionValve

All Implemented Interfaces:
    org.apache.catalina.Lifecycle

This valve checks for unclosed connections on a servlet request
Field Summary
protected  LifecycleSupport support    Valve-lifecycle helper object 
protected  String ccmName    The object name of the cached connection manager 
protected  CachedConnectionManager ccm    The cached connection manager 
protected  String tmName    The object name of the transaction manager service 
protected  TransactionManager tm    The transaction manager 
protected  Set unsharableResources    The unshareable resources 
Constructor:
 public CachedConnectionValve() 
Method from org.jboss.web.tomcat.service.jca.CachedConnectionValve Summary:
addLifecycleListener,   checkTransactionComplete,   event,   findLifecycleListeners,   getCachedConnectionManagerObjectName,   getInfo,   getTransactionManagerObjectName,   invoke,   removeLifecycleListener,   setCachedConnectionManagerObjectName,   setTransactionManagerObjectName,   start,   stop
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.web.tomcat.service.jca.CachedConnectionValve Detail:
 public  void addLifecycleListener(LifecycleListener listener) 
 protected  void checkTransactionComplete(Request request) 
 public  void event(Request request,
    Response response,
    HttpEvent event) throws IOException, ServletException 
 public LifecycleListener[] findLifecycleListeners() 
 public String getCachedConnectionManagerObjectName() 
    Get the cached connection manager object name
 public String getInfo() 
    Get information about this Valve.
 public String getTransactionManagerObjectName() 
    Get the transaction manager object name
 public  void invoke(Request request,
    Response response) throws IOException, ServletException 
 public  void removeLifecycleListener(LifecycleListener listener) 
 public  void setCachedConnectionManagerObjectName(String ccmName) 
    Set the cached connection manager object name
 public  void setTransactionManagerObjectName(String tmName) 
    Set the transaction manager object name
 public  void start() throws LifecycleException 
 public  void stop() throws LifecycleException