Oracle ADF Business Components interMedia Domains Java API Reference 10g Release 3 (10.1.3) B16008-01


oracle.ord.im
Interface OrdDomainSupportInterface

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

public interface OrdDomainSupportInterface

An interface for interMedia (IM) Business Components for Java (BC4J) domain objects, which have a common set of BC4J supporting APIs.

Since:
JDev5.0

Method Summary
 void generateTempFilePath()
          Internal: Applications should not use this method.
 java.lang.Object getCTPassivationHandle()
          Internal: Applications should not use this method.
 void setCTPassivationHandle(java.lang.Object handle)
          Internal: Applications should not use this method.

 

Method Detail

setCTPassivationHandle

public void setCTPassivationHandle(java.lang.Object handle)
Internal: Applications should not use this method.

getCTPassivationHandle

public java.lang.Object getCTPassivationHandle()
Internal: Applications should not use this method.

generateTempFilePath

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

Oracle ADF Business Components interMedia Domains Java API Reference 10g Release 3 (10.1.3) B16008-01


Copyright © 2001,2005, Oracle. All Rights Reserved.