|
Oracle ADF Business Components interMedia Domains API Reference Oracle JDeveloper 10g (10.1.2) B10394-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface for interMedia (IM) Business Components for Java (BC4J) domain objects, which have a common set of state reporting APIs.
Method Summary | |
int |
getTierInfo() Gets the tier number information that this object lives in. |
boolean |
isAddedToTransaction() Internal: Applications should not use this method. |
boolean |
isConnected() Determines whether the domain object has an internal JDBC connection to the database. |
void |
removeListenerFromTransaction() Internal: Applications should not use this method. |
void |
setAddToTransactionState(boolean value) Internal: Applications should not use this method. |
void |
setConnected(boolean value) Internal: Applications should not use this method. |
Method Detail |
public boolean isConnected()
true
if the there exists an internal JDBC connection; otherwise, returns false
public void setConnected(boolean value)
public int getTierInfo()
The returned value indicates the tier information.
public void removeListenerFromTransaction()
public boolean isAddedToTransaction()
public void setAddToTransactionState(boolean value)
|
Oracle ADF Business Components interMedia Domains API Reference Oracle JDeveloper 10g (10.1.2) B10394-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |