public interface ComponentContext extends ResourceHandler
Modifier and Type | Method and Description |
---|---|
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.
|
Container |
getContainer()
Get the Container instance which created this Context.
|
Object |
getEJB()
Get the EJB instance associated with this context.
|
List |
getResourceList()
Get the resources associated with this Context.
|
Transaction |
getTransaction()
Get the Transaction object associated with this Context.
|
Object getEJB()
Container getContainer()
Transaction getTransaction()
void checkTimerServiceMethodAccess() throws IllegalStateException
IllegalStateException
List getResourceList()
getResourceList
in interface ResourceHandler
Copyright © 2020. All rights reserved.