Oracle9i Business Components for Java API Reference
Oracle9i Jdeveloper (9.0.4)
B10391-01


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()
           

 

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.unmarshal(ObjectMarshaller marshaller)
           

 

Constructors in oracle.jbo.common with parameters of type ObjectMarshaller
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)
           
PiggybackInputStream(ObjectMarshaller marshaller, java.io.InputStream strm)
           
PiggybackInput(ObjectMarshaller marshaller, byte[] inBytes)
           

 


Oracle9i Business Components for Java API Reference
Oracle9i Jdeveloper (9.0.4)
B10391-01


 

Copyright © 1997, 2003, Oracle. All rights reserved.