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 PiggybackObjectOutputStream.getMarshaller()
           
 ObjectMarshaller PiggybackInputStream.getMarshaller()
           
 

Methods in oracle.jbo.common with parameters of type ObjectMarshaller
static java.lang.Object SvcMsgDataRow.marshalValue(java.lang.Object obj, ObjectMarshaller marshaller)
           
static java.lang.Object SvcMsgDataRow.unMarshalValue(java.lang.Object obj, ObjectMarshaller marshaller)
           
 void JboServiceMessage.marshal(java.util.Locale locale, ApplicationModule am, ObjectMarshaller marshaller)
           
 void JboServiceMessage.unmarshal(ObjectMarshaller marshaller)
           
 void SvcMethodResponse.marshal(ObjectMarshaller marshaller)
           
 void SvcMethodResponse.unMarshal(ObjectMarshaller marshaller)
           
 

Constructors in oracle.jbo.common with parameters of type ObjectMarshaller
JboObjectOutputStream(java.io.OutputStream out, ObjectMarshaller marshaller)
           
SvcMsgDataRow(ObjectMarshaller marshaller, int rowType, int rsiId, int rowIndex, java.lang.Object[] attrVals, int[] attrIndices, java.lang.Object rowHandle, int rowRSIId)
           
SvcMsgDataRow(ObjectMarshaller marshaller, int rowType, int rsiId, int rowIndex, AttributeList row, java.lang.Object rowHandle, int[] changedAttrIndices)
           
JboObjectInputStream(java.io.InputStream in, ObjectMarshaller marshaller)
           
PiggybackObjectOutputStream(java.io.OutputStream out, java.util.Locale locale, ApplicationModule am, ObjectMarshaller marshaller)
          protected PiggybackObjectOutputStream(Locale locale) throws IOException { super(); mLocale = locale; }
PiggybackOutput(java.util.List entries, java.util.Locale locale, ApplicationModule am, ObjectMarshaller marshaller)
           
PiggybackInput(ObjectMarshaller marshaller, byte[] inBytes)
           
PiggybackInputStream(ObjectMarshaller marshaller, java.io.InputStream strm)
           
 


Business Components