Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » resource » connectionmanager » [javadoc | source]
org.jboss.resource.connectionmanager
public class: CachedConnectionInterceptor [javadoc | source]
java.lang.Object
   org.jboss.ejb.plugins.AbstractInterceptor
      org.jboss.resource.connectionmanager.CachedConnectionInterceptor

All Implemented Interfaces:
    EntityPersistenceManager, Interceptor

CachedConnectionInterceptor
Fields inherited from org.jboss.ejb.plugins.AbstractInterceptor:
nextInterceptor,  log,  container
Constructor:
 public CachedConnectionInterceptor() throws Exception 
Method from org.jboss.resource.connectionmanager.CachedConnectionInterceptor Summary:
activateEntity,   createBeanClassInstance,   createEntity,   findEntities,   findEntity,   getContainer,   getDelegatePersistenceManager,   invoke,   invokeEjbStore,   invokeHome,   isModified,   isStoreRequired,   loadEntity,   passivateEntity,   postCreateEntity,   removeEntity,   setContainer,   start,   stop,   storeEntity
Methods from org.jboss.ejb.plugins.AbstractInterceptor:
create,   destroy,   getContainer,   getNext,   invoke,   invokeHome,   isAppException,   setContainer,   setNext,   start,   stop
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.resource.connectionmanager.CachedConnectionInterceptor Detail:
 public  void activateEntity(EntityEnterpriseContext instance) throws RemoteException 
 public Object createBeanClassInstance() throws Exception 
 public  void createEntity(Method m,
    Object[] args,
    EntityEnterpriseContext instance) throws Exception 
 public Collection findEntities(Method finderMethod,
    Object[] args,
    EntityEnterpriseContext instance,
    GenericEntityObjectFactory factory) throws Exception 
 public Object findEntity(Method finderMethod,
    Object[] args,
    EntityEnterpriseContext instance,
    GenericEntityObjectFactory factory) throws Exception 
 public Container getContainer() 
 public EntityPersistenceManager getDelegatePersistenceManager() 
    Return the real EntityPersistenceManager to which this interceptor delegates.
 public Object invoke(Invocation mi) throws Exception 
 public  void invokeEjbStore(EntityEnterpriseContext ctx) throws RemoteException 
 public Object invokeHome(Invocation mi) throws Exception 
 public boolean isModified(EntityEnterpriseContext ctx) throws Exception 
 public boolean isStoreRequired(EntityEnterpriseContext instance) throws Exception 
 public  void loadEntity(EntityEnterpriseContext instance) throws RemoteException 
 public  void passivateEntity(EntityEnterpriseContext instance) throws RemoteException 
 public  void postCreateEntity(Method m,
    Object[] args,
    EntityEnterpriseContext instance) throws Exception 
 public  void removeEntity(EntityEnterpriseContext instance) throws RemoveException, RemoteException 
 public  void setContainer(Container container) 
 public  void start() throws Exception 
 public  void stop() 
 public  void storeEntity(EntityEnterpriseContext ctx) throws RemoteException