|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectMarshaller | |
oracle.jbo.client.remote | |
oracle.jbo.client.remote.ejb | |
oracle.jbo.common | Contains the implementation of components shared by thin clients and the middle tier. |
oracle.jbo.common.ws | |
oracle.jbo.server | Contains the implementation of middle tier components. |
oracle.jbo.server.remote | |
oracle.jbo.server.remote.corba | |
oracle.jbo.server.remote.ejb |
Uses of ObjectMarshaller in oracle.jbo.client.remote |
Classes in oracle.jbo.client.remote that implement ObjectMarshaller | |
class |
ApplicationModuleImpl
Abstract application module proxy. |
Methods in oracle.jbo.client.remote that return ObjectMarshaller | |
protected ObjectMarshaller |
ViewUsageImpl.getObjectMarshaller()
|
protected ObjectMarshaller |
RowImpl.getObjectMarshaller()
|
ObjectMarshaller |
ApplicationModuleImpl.getObjectMarshaller()
|
ObjectMarshaller |
AbstractAppModuleRequestHandler.getObjectMarshaller()
|
Uses of ObjectMarshaller in oracle.jbo.client.remote.ejb |
Methods in oracle.jbo.client.remote.ejb that return ObjectMarshaller | |
protected ObjectMarshaller |
ApplicationModuleDelegate.getObjectMarshaller()
|
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 |
SvcMethodRequest.marshal(ObjectMarshaller marshaller)
|
void |
SvcMethodRequest.unMarshal(ObjectMarshaller marshaller)
|
void |
JboServiceMessage.marshal(java.util.Locale locale,
ApplicationModule am,
ObjectMarshaller marshaller)
|
void |
JboServiceMessage.marshalRefs(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 rangeStart,
int rowIndex,
java.lang.Object[] attrVals,
int[] attrIndices,
java.lang.Object rowHandle,
byte newRowState,
java.lang.Object rowFilterValues,
Key key,
int rowRSIId)
|
|
SvcMsgDataRow(ObjectMarshaller marshaller,
int rowType,
int rsiId,
int rowIndex,
AttributeList row,
java.lang.Object rowHandle,
byte newRowState,
int[] changedAttrIndices,
AccTravDef accTravDef,
int accTravLimit)
|
|
SvcMsgDataRow(ObjectMarshaller marshaller,
int rowType,
int rsiId,
int rowIndex,
AttributeList row,
java.lang.Object rowHandle,
byte newRowState,
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)
|
Uses of ObjectMarshaller in oracle.jbo.common.ws |
Methods in oracle.jbo.common.ws that return ObjectMarshaller | |
ObjectMarshaller |
WSApplicationModuleMarshaller.getObjectMarshaller()
|
ObjectMarshaller |
WSApplicationModuleImpl.getObjectMarshaller()
|
Uses of ObjectMarshaller in oracle.jbo.server |
Methods in oracle.jbo.server that return ObjectMarshaller | |
ObjectMarshaller |
ApplicationModuleImpl.getObjectMarshaller()
|
Uses of ObjectMarshaller in oracle.jbo.server.remote |
Classes in oracle.jbo.server.remote that implement ObjectMarshaller | |
class |
ObjectMarshallerImpl
|
Methods in oracle.jbo.server.remote that return ObjectMarshaller | |
ObjectMarshaller |
AbstractRemoteApplicationModuleImpl.getObjectMarshaller()
|
Methods in oracle.jbo.server.remote with parameters of type ObjectMarshaller | |
protected PiggybackManager |
AbstractRemoteApplicationModuleImpl.createPiggybackManager(ObjectMarshaller om)
|
Uses of ObjectMarshaller in oracle.jbo.server.remote.corba |
Classes in oracle.jbo.server.remote.corba that implement ObjectMarshaller | |
class |
CorbaObjectMarshallerImpl
|
Methods in oracle.jbo.server.remote.corba with parameters of type ObjectMarshaller | |
protected PiggybackManager |
RemoteApplicationModuleImpl.createPiggybackManager(ObjectMarshaller om)
|
Uses of ObjectMarshaller in oracle.jbo.server.remote.ejb |
Classes in oracle.jbo.server.remote.ejb that implement ObjectMarshaller | |
class |
EJBObjectMarshallerImpl
|
|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.