oracle.ord.im
Interface OrdDomainState
- All Known Implementing Classes:
- OrdImageDomain, OrdDocDomain, OrdAudioDomain,
OrdVideoDomain, OrdImageSignatureDomain
- public interface OrdDomainState
An interface for interMedia (IM) Business Components for Java (BC4J)
domain objects, which have a common set of state reporting APIs.
- Since:
- JDev5.0
Type | Method |
int |
getTierInfo()
Gets the tier number information that this object lives in. |
boolean |
isConnected()
Determines whether the domain object has an internal JDBC connection
to the database. |
void |
removeListenerFromTransaction()
Internal: Applications should not use this method. |
isConnected
public boolean isConnected()
- Determines whether the domain object has an internal JDBC connection
to the database.
- Returns:
true
if the there exists an internal JDBC
connection; otherwise, returns false
getTierInfo
public int getTierInfo()
- Gets the tier number information that this object lives in.
The returned value indicates the tier information.
- 0 - tier unknown
- 1 - client tier (CT)
- 2 - middle tier (MT)
removeListenerFromTransaction
public void removeListenerFromTransaction()
- Internal: Applications should not use this method.