|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ComponentContext
The ComponentContext contains context information about an EJB instance. EJBContextImpl implements ComponentContext in addition to EJBContext.
| Method Summary | |
|---|---|
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. |
java.lang.Object |
getEJB()
Get the EJB instance associated with this context. |
java.util.List |
getResourceList()
Get the resources associated with this Context. |
Transaction |
getTransaction()
Get the Transaction object associated with this Context. |
| Method Detail |
|---|
java.lang.Object getEJB()
Container getContainer()
Transaction getTransaction()
void checkTimerServiceMethodAccess()
throws java.lang.IllegalStateException
java.lang.IllegalStateExceptionjava.util.List getResourceList()
getResourceList in interface ResourceHandler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||