Methods Summary |
---|
public void | checkTimerServiceMethodAccess()The EJB spec makes a distinction between access to the TimerService
object itself (via EJBContext.getTimerService) and access to the
methods on TimerService, Timer, and TimerHandle. The latter case
is covered by this check.
|
public Container | getContainer()Get the Container instance which created this Context.
|
public java.lang.Object | getEJB()Get the EJB instance associated with this context.
|
public java.util.List | getResourceList()Get the resources associated with this Context.
|
public javax.transaction.Transaction | getTransaction()Get the Transaction object associated with this Context.
|