javax.ejb
public interface EJBContext
Method Summary | |
---|---|
Identity | getCallerIdentity() |
Principal | getCallerPrincipal() |
EJBHome | getEJBHome() |
EJBLocalHome | getEJBLocalHome() |
Properties | getEnvironment() |
boolean | getRollbackOnly() |
TimerService | getTimerService() |
UserTransaction | getUserTransaction() |
boolean | isCallerInRole(Identity role) |
boolean | isCallerInRole(String roleName) |
void | setRollbackOnly() |
Deprecated:
Deprecated:
Deprecated: