Uses of Interface
org.openejb.timer.BasicTimerService

Packages that use BasicTimerService
org.openejb   
org.openejb.entity   
org.openejb.entity.bmp   
org.openejb.entity.cmp   
org.openejb.mdb   
org.openejb.sfsb   
org.openejb.slsb   
org.openejb.timer   
 

Uses of BasicTimerService in org.openejb
 

Methods in org.openejb that return BasicTimerService
 BasicTimerService EJBInstanceContext.getBasicTimerService()
           
 BasicTimerService AbstractInstanceContext.getBasicTimerService()
           
 

Methods in org.openejb with parameters of type BasicTimerService
 void InstanceContextFactory.setTimerService(BasicTimerService timerService)
           
 

Constructors in org.openejb with parameters of type BasicTimerService
AbstractInstanceContext(Object containerId, javax.ejb.EnterpriseBean instance, org.apache.geronimo.core.service.Interceptor systemChain, EJBProxyFactory proxyFactory, BasicTimerService basicTimerService, Set unshareableResources, Set applicationManagedSecurityResources)
           
 

Uses of BasicTimerService in org.openejb.entity
 

Constructors in org.openejb.entity with parameters of type BasicTimerService
EntityInstanceContext(Object containerId, EJBProxyFactory proxyFactory, javax.ejb.EnterpriseBean instance, org.apache.geronimo.core.service.Interceptor lifecycleInterceptorChain, SystemMethodIndices systemMethodIndices, Set unshareableResources, Set applicationManagedSecurityResources, org.apache.geronimo.transaction.context.TransactionContextManager transactionContextManager, BasicTimerService timerService)
           
 

Uses of BasicTimerService in org.openejb.entity.bmp
 

Methods in org.openejb.entity.bmp with parameters of type BasicTimerService
 void BMPInstanceContextFactory.setTimerService(BasicTimerService timerService)
           
 

Constructors in org.openejb.entity.bmp with parameters of type BasicTimerService
BMPInstanceContext(Object containerId, EJBProxyFactory proxyFactory, javax.ejb.EntityBean instance, org.apache.geronimo.core.service.Interceptor lifecycleInterceptorChain, SystemMethodIndices systemMethodIndices, Set unshareableResources, Set applicationManagedSecurityResources, org.apache.geronimo.transaction.context.TransactionContextManager transactionContextManager, BasicTimerService timerService)
           
 

Uses of BasicTimerService in org.openejb.entity.cmp
 

Methods in org.openejb.entity.cmp with parameters of type BasicTimerService
 void CMPInstanceContextFactory.setTimerService(BasicTimerService timerService)
           
 

Constructors in org.openejb.entity.cmp with parameters of type BasicTimerService
CMPInstanceContext(Object containerId, EJBProxyFactory proxyFactory, javax.ejb.EntityBean entityBean, CMP1Bridge cmp1Bridge, org.tranql.cache.FaultHandler loadFault, org.tranql.identity.IdentityTransform primaryKeyTransform, org.apache.geronimo.core.service.Interceptor lifecycleInterceptorChain, SystemMethodIndices systemMethodIndices, Set unshareableResources, Set applicationManagedSecurityResources, org.apache.geronimo.transaction.context.TransactionContextManager transactionContextManager, BasicTimerService timerService)
           
 

Uses of BasicTimerService in org.openejb.mdb
 

Methods in org.openejb.mdb with parameters of type BasicTimerService
 void MDBInstanceContextFactory.setTimerService(BasicTimerService timerService)
           
 

Constructors in org.openejb.mdb with parameters of type BasicTimerService
MDBInstanceContext(Object containerId, javax.ejb.MessageDrivenBean instance, org.apache.geronimo.transaction.context.TransactionContextManager transactionContextManager, org.apache.geronimo.transaction.context.UserTransactionImpl userTransaction, SystemMethodIndices systemMethodIndices, org.apache.geronimo.core.service.Interceptor systemChain, Set unshareableResources, Set applicationManagedSecurityResources, BasicTimerService timerService)
           
 

Uses of BasicTimerService in org.openejb.sfsb
 

Methods in org.openejb.sfsb with parameters of type BasicTimerService
 void StatefulInstanceContextFactory.setTimerService(BasicTimerService timerService)
           
 

Uses of BasicTimerService in org.openejb.slsb
 

Methods in org.openejb.slsb with parameters of type BasicTimerService
 void StatelessInstanceContextFactory.setTimerService(BasicTimerService timerService)
           
 

Constructors in org.openejb.slsb with parameters of type BasicTimerService
StatelessInstanceContext(Object containerId, javax.ejb.SessionBean instance, EJBProxyFactory proxyFactory, org.apache.geronimo.transaction.context.TransactionContextManager transactionContextManager, org.apache.geronimo.transaction.context.UserTransactionImpl userTransaction, SystemMethodIndices systemMethodIndices, org.apache.geronimo.core.service.Interceptor systemChain, Set unshareableResources, Set applicationManagedSecurityResources, BasicTimerService timerService)
           
 

Uses of BasicTimerService in org.openejb.timer
 

Classes in org.openejb.timer that implement BasicTimerService
 class BasicTimerServiceImpl
           
 class UnavailableTimerService
           
 

Fields in org.openejb.timer declared as BasicTimerService
static BasicTimerService UnavailableTimerService.INSTANCE
           
 



Copyright © 1999-2006 OpenEJB. All Rights Reserved.