Oracle9i Business Components for Java InterMedia API Reference
Oracle9i JDeveloper (9.0.4)
B10394-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
 java.lang.Object getCTPassivationHandle()
          Internal: Applications should not use this method.
 void prepareCTPassivation()
          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.

prepareCTPassivation

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

Oracle9i Business Components for Java InterMedia API Reference
Oracle9i JDeveloper (9.0.4)
B10394-01

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