|
SilverStream Application Server 3.5 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
SilverStream extension to the standard Enterprise JavaBeans context. It permits a JavaBean to access SilverStream-specific extension functionality, such as access to the SilverStream API, datasets, and so forth. It's guaranteed that the EJBContext for an Enterprise JavaBean obtained on a SilverStream server will implement AgiEJBContext.
Method Summary | |
Principal |
getCallerPrincipal()
Return the identity of the caller of this Bean, as a Principal. |
AgiDatabase |
getDatabase()
Returns the AgiDatabase object of the database on which this Bean resides. |
AgiServer |
getServer()
Returns a server object for the server on which this Bean is running. |
AgiSession |
getSession()
Returns the AgiSession for the caller of this Bean. |
Methods implemented from interface javax.ejb.EJBContext |
getCallerIdentity,
getEJBHome,
getEnvironment,
getRollbackOnly,
getUserTransaction,
isCallerInRole,
isCallerInRole,
setRollbackOnly |
Method Detail |
public AgiSession getSession()
public AgiServer getServer()
public AgiDatabase getDatabase()
public Principal getCallerPrincipal()
|
SilverStream Application Server 3.5 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |