Business Components

Uses of Interface
oracle.jbo.common.ObjectMarshaller

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

Uses of ObjectMarshaller in oracle.jbo.common
 

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

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


Business Components