interMedia BC4J Integration

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.


interMedia BC4J Integration