org.jboss.ejb3.timerservice.spi
Interface TimerServiceInvocationContext

All Superinterfaces:
javax.ejb.EJBContext, javax.interceptor.InvocationContext

public interface TimerServiceInvocationContext
extends org.jboss.ejb3.context.spi.InvocationContext

Represents a InvocationContext corresponding to a invocation on a TimerService


Method Summary
 boolean isSingleton()
          Returns true if this TimerServiceInvocationContext represents an invocation on a TimerService belonging to a EJB3.1 singleton bean
 
Methods inherited from interface org.jboss.ejb3.context.spi.InvocationContext
getEJBContext, getTimer, setCallerPrincipal, setEJBContext, setTimer
 
Methods inherited from interface javax.interceptor.InvocationContext
getContextData, getMethod, getParameters, getTarget, proceed, setParameters
 
Methods inherited from interface org.jboss.ejb3.context.spi.EJBContext
getContextData, getManager, getTarget
 
Methods inherited from interface javax.ejb.EJBContext
getCallerIdentity, getCallerPrincipal, getEJBHome, getEJBLocalHome, getEnvironment, getRollbackOnly, getTimerService, getUserTransaction, isCallerInRole, isCallerInRole, lookup, setRollbackOnly
 

Method Detail

isSingleton

boolean isSingleton()
Returns true if this TimerServiceInvocationContext represents an invocation on a TimerService belonging to a EJB3.1 singleton bean

Returns: