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 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 SvcMethodResponse.marshal(ObjectMarshaller marshaller)
           
 void SvcMethodResponse.unMarshal(ObjectMarshaller marshaller)
           
 void JboServiceMessage.marshal(java.util.Locale locale, ApplicationModule am, 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)
           
PiggybackOutput(java.util.List entries, java.util.Locale locale, ApplicationModule am, ObjectMarshaller marshaller)
           
PiggybackObjectOutputStream(java.io.OutputStream out, java.util.Locale locale, ApplicationModule am, ObjectMarshaller marshaller)
          protected PiggybackObjectOutputStream(Locale locale) throws IOException { super(); mLocale = locale; }
PiggybackInputStream(ObjectMarshaller marshaller, java.io.InputStream strm)
           
PiggybackInput(ObjectMarshaller marshaller, byte[] inBytes)
           
JboObjectOutputStream(java.io.OutputStream out, ObjectMarshaller marshaller)
           
JboObjectInputStream(java.io.InputStream in, ObjectMarshaller marshaller)
           
 


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


 

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