public interface IEJBContextInit extends IEJBContext
IEJBContext
.
It's a convenience interface for implementation, if you
create a class that you want use as IEJBContext
you must to implement this interface, although the final
user does not know about it.
Also it's important that implementing class have a
default constructor, but without logic.
Modifier and Type | Method and Description |
---|---|
void |
setEJBContext(javax.ejb.EJBContext ejbContext)
Sets a
EJBContext needed for implementing. |
getCallerPrincipal, getProperty, isCallerInRole
getConnection, getConnection, setDefaultDataSource, setPassword, setUser