org.jboss.ejb3.connectionmanager
Class CachedConnectionInterceptorFactory

java.lang.Object
  extended by org.jboss.ejb3.interceptors.aop.AbstractInterceptorFactory
      extended by org.jboss.ejb3.connectionmanager.CachedConnectionInterceptorFactory
All Implemented Interfaces:
org.jboss.aop.advice.AspectFactory

public class CachedConnectionInterceptorFactory
extends org.jboss.ejb3.interceptors.aop.AbstractInterceptorFactory


Constructor Summary
CachedConnectionInterceptorFactory()
           
 
Method Summary
 java.lang.Object createPerClass(org.jboss.aop.Advisor advisor)
           
 
Methods inherited from class org.jboss.ejb3.interceptors.aop.AbstractInterceptorFactory
createPerInstance, createPerJoinpoint, createPerJoinpoint, createPerVM, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachedConnectionInterceptorFactory

public CachedConnectionInterceptorFactory()
Method Detail

createPerClass

public java.lang.Object createPerClass(org.jboss.aop.Advisor advisor)
Specified by:
createPerClass in interface org.jboss.aop.advice.AspectFactory
Overrides:
createPerClass in class org.jboss.ejb3.interceptors.aop.AbstractInterceptorFactory