|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.ejb.AbstractContext
com.caucho.ejb.message.MessageDrivenContextImpl
public class MessageDrivenContextImpl
Server container for a message bean.
| Field Summary | |
|---|---|
protected static L10N |
L
|
protected static java.util.logging.Logger |
log
|
| Method Summary | |
|---|---|
EJBHome |
getEJBHome()
Returns the EJBHome stub for the container. |
boolean |
getRollbackOnly()
Forces a rollback of the current transaction. |
AbstractServer |
getServer()
Returns the server which owns this bean. |
UserTransaction |
getUserTransaction()
Returns the current UserTransaction. |
boolean |
isCMT()
|
void |
setRollbackOnly()
Forces a rollback of the current transaction. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.ejb.EJBContext |
|---|
getCallerIdentity, getCallerPrincipal, getEJBLocalHome, getEnvironment, getTimerService, isCallerInRole, isCallerInRole, lookup |
| Field Detail |
|---|
protected static final L10N L
protected static final java.util.logging.Logger log
| Method Detail |
|---|
public AbstractServer getServer()
AbstractContext
getServer in class AbstractContextpublic boolean isCMT()
public EJBHome getEJBHome()
getEJBHome in interface EJBContextgetEJBHome in class AbstractContext
public UserTransaction getUserTransaction()
throws java.lang.IllegalStateException
getUserTransaction in interface EJBContextgetUserTransaction in class AbstractContextjava.lang.IllegalStateException
public void setRollbackOnly()
throws java.lang.IllegalStateException
setRollbackOnly in interface EJBContextsetRollbackOnly in class AbstractContextjava.lang.IllegalStateException
public boolean getRollbackOnly()
throws java.lang.IllegalStateException
getRollbackOnly in interface EJBContextgetRollbackOnly in class AbstractContextjava.lang.IllegalStateException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||