Skip navigation links

Oracle Fusion Middleware interMedia Domains Java API Reference for Oracle ADF Business Components
11g Release 2 (11.1.2.3.0)

E17485-04


oracle.ord.im
Interface OrdDomainState

All Known Implementing Classes:
OrdAudioDomain, OrdDocDomain, OrdImageDomain, OrdImageSignatureDomain, OrdVideoDomain

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
Version:
JDev5.0

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

isConnected

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

setConnected

void setConnected(boolean value)
Internal: Applications should not use this method.

getTierInfo

int getTierInfo()
Gets the tier number information that this object lives in.

The returned value indicates the tier information.


removeListenerFromTransaction

void removeListenerFromTransaction()
Internal: Applications should not use this method.

isAddedToTransaction

boolean isAddedToTransaction()
Internal: Applications should not use this method.

setAddToTransactionState

void setAddToTransactionState(boolean value)
Internal: Applications should not use this method.

Skip navigation links

Oracle Fusion Middleware interMedia Domains Java API Reference for Oracle ADF Business Components
11g Release 2 (11.1.2.3.0)

E17485-04


Copyright © 1997, 2012, Oracle. All rights reserved.