See: Description
Interface | Description |
---|---|
OrdContentSource |
Specifies a multimedia content source to use when it is desirable to defer content loading until the application either posts or commits the data.
|
OrdDomainIOInterface |
An interface for interMedia (IM) Business Components for Java (BC4J) domain objects, which have a common set of loading and retrieving related APIs.
|
OrdDomainState |
An interface for interMedia (IM) Business Components for Java (BC4J) domain objects, which have a common set of state reporting APIs.
|
OrdDomainSupportInterface |
An interface for interMedia (IM) Business Components for Java (BC4J) domain objects, which have a common set of BC4J supporting APIs.
|
Class | Description |
---|---|
OrdAudioDomain |
Represents interMedia ORDSYS.ORDAudio database type as a domain class in the Business Components for Java (BC4J) framework.
|
OrdByteArraySource |
An implementation class of
OrdContentSource to support using a byte array as the content source for deferred loading. |
OrdDocDomain |
Represents interMedia ORDSYS.ORDDoc database type as a domain class in the Business Components for Java (BC4J) framework.
|
OrdDomainUtil |
Provides some utility methods for internal use.
|
OrdFileSource |
An implementation class of
OrdContentSource to support using a file as the content source for deferred loading. |
OrdHttpUploadFileSource |
An implementation class of
OrdContentSource that supports using an OrdHttpUploadFile object as the content source. |
OrdImageDomain |
Represents interMedia ORDSYS.ORDImage database type as a domain class in the Business Component for Java (BC4J) framework.
|
OrdImageSignatureDomain |
Represents interMedia ORDSYS.ORDImageSignature database type as a domain class in the Business Components for Java (BC4J) framework.
|
OrdJboMsgBundle |
Defines the error codes and default error messages for operations on interMedia BC4J domain objects.
|
OrdVideoDomain |
Represents interMedia ORDSYS.ORDVideo database type as a domain class in the Business Components for Java (BC4J) framework.
|
TestOrdHttpUploadFile |
Exception | Description |
---|---|
ClassNotSupportedException |
Indicates the interMedia domain class is not supported in Oracle 817 compatible jboimdomains.zip.
|
DomainNoOwnerException |
Indicates the interMedia domain object has been created without an owner object.
|
ExpectedSQLException |
For internal use only.
|
MethodNotImplementedException |
Indicates a method that was not implemented by the interMedia domain object has been invoked.
|
NotConnectedException |
Signals the method requires a JDBC connection to the database but the interMedia domain object is not yet connected to the database.
|
NotOrdDomainException |
Indicates the object is not an instance of interMedia domain classes.
|
OrdJboException |
The top level exception class for the interMedia Business Components for Java integration package.
|
WrongTierException |
Indicates a domain method that is not supported on a specific tier has been invoked.
|
This package contains interMedia client-side interfaces and classes that are used by client applications. The classes and interfaces in this package belong to interMedia Java Classes, interMedia Java Classes for Servlets and JSPs, interMedia BC4J Domain Classes.