interMedia BC4J Integration

Package oracle.ord.im

Interface Summary
InterfaceDescription
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.
 

Class Summary
ClassDescription
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.
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.
OrdAudio The OrdAudio class is used to represent an instance of the ORDSYS.ORDAudio database type in a Java application.
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.
OrdDoc The OrdDoc class is used to represent an instance of the ORDSYS.ORDDoc database type in a Java application.
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.
OrdHttpJspResponseHandler The OrdHttpJspResponseHandler class facilitates the retrieval of multimedia data from an Oracle9i database and its delivery to a browser or other HTTP client from a JavaServer Page (JSP).
OrdHttpMessage The OrdHttpMessage class is used by the OrdHttpUploadException and OrdHttpResponseException classes to retrieve error message text from a message properties file.
OrdHttpResponseException The OrdHttpResponseException class extends ServletException to report errors encountered during the retrieval and delivery of multimedia data from a database to an HTTP client.
OrdHttpResponseHandler The OrdHttpResponseHandler class facilitates the retrieval of multimedia data from an Oracle database and its delivery to a browser or other HTTP client from a Java Servlet.
OrdHttpUploadFile Form-based file uploading using HTML forms encodes form data and uploaded files in POST requests using the multipart/form-data format.
OrdHttpUploadFileSource An implementation class of OrdContentSource that supports using an OrdHttpUploadFile object as the content source.
OrdHttpUploadFormData Form-based file uploading using HTML forms encodes form data and uploaded files in POST requests using the multipart/form-data format.
OrdHttpUploadRequest Extends OrdHttpUploadFormData to provide compatibility for applications using the old OrdHttpUploadRequest class name.
OrdImage The OrdImage class is used to represent an instance of the ORDSYS.ORDImage database type in a Java application.
OrdImageDomain Represents interMedia ORDSYS.ORDImage database type as a domain class in the Business Component for Java (BC4J) framework.
OrdImageSignature The OrdImageSignature class is used to represent an instance of the ORDSYS.ORDImageSignature database type in a Java application.
OrdImageSignatureDomain Represents interMedia ORDSYS.ORDImageSignature database type as a domain class in the Business Components for Java (BC4J) framework.
OrdJboException The top level exception class for the interMedia Business Components for Java integration package.
OrdJboMsgBundle Defines the error codes and default error messages for operations on interMedia BC4J domain objects.
OrdVideo The OrdVideo class is used to represent an instance of the ORDSYS.ORDVideo database type in a Java application.
OrdVideoDomain Represents interMedia ORDSYS.ORDVideo database type as a domain class in the Business Components for Java (BC4J) framework.
TestOrdHttpUploadFile  
WrongTierException Indicates a domain method that is not supported on a specific tier has been invoked.
 

Exception Summary
ExceptionDescription
OrdHttpUploadException The OrdHttpUploadException class extends IOException to report errors encountered during the uploading of multimedia data from an HTTP client to a database.
 


interMedia BC4J Integration