|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcuba.AbstractComponentContext
public abstract class AbstractComponentContext
Base class for all implementations of ComponentContextI, defining an internal contract which should not appear in the interface
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface cuba.ContextI |
|---|
ContextI.Type |
| Constructor Summary | |
|---|---|
AbstractComponentContext()
|
|
| Method Summary | |
|---|---|
abstract void |
popCall()
|
abstract void |
pushCall()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface cuba.ComponentContextI |
|---|
getCallerName, getClientContext, getEnvironment, getRollbackOnly, isCallerInRole, setRollbackOnly |
| Methods inherited from interface cuba.ContextI |
|---|
getComponent, getDataSource, getTransaction, getType |
| Constructor Detail |
|---|
public AbstractComponentContext()
| Method Detail |
|---|
public abstract void pushCall()
throws ComponentException
ComponentException
public abstract void popCall()
throws ComponentException
ComponentException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||