Business Components

Uses of Interface
oracle.jbo.common.ObjectMarshaller

Packages that use.*
PackageDescription
oracle.jbo.common Contains the implementation of components shared by thin clients and the middle tier. 
 

Uses of ObjectMarshaller in oracle.jbo.common
 

Fields in oracle.jbo.common declared as ObjectMarshaller
TypeName
static ObjectMarshaller TypeMarshaller.unserialMarshaller
           
 

Methods in oracle.jbo.common that return ObjectMarshaller
TypeName
 ObjectMarshaller PiggybackInputStream.getMarshaller()
           
 

Constructors in oracle.jbo.common with parameters of type ObjectMarshaller
TypeName
PiggybackRowEntry(ObjectMarshaller marshaller, int type, int rvId, int rowIndex, java.lang.Object[] rowVal, int[] columns, java.lang.Object rowHandle, int rowRSIId)
           
PiggybackRowEntry(ObjectMarshaller marshaller, int type, int rvId, int rowIndex, AttributeList row, java.lang.Object rowHandle, int[] changedColumns)
           
PiggybackInput(ObjectMarshaller marshaller, byte[] inBytes)
           
PiggybackInputStream(ObjectMarshaller marshaller, java.io.InputStream strm)
           
 


Business Components