Business Components

Uses of Interface
oracle.jbo.common.PiggybackEntry

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

Uses of PiggybackEntry in oracle.jbo.common
 

Classes in oracle.jbo.common that implement PiggybackEntry
TypeName
 class PiggybackEventEntry
          This class is a helper class for Client Service to do piggybacking.
 class PiggybackExceptionEntry
          This class is a helper class for serializing array of objects
 class PiggybackHandleEntry
          This class is a helper class for Client Service to do piggybacking.
 class PiggybackKeyEntry
          This class is a helper class for Client Service to do piggybacking on keys.
 class PiggybackNavigEntry
          This class is a helper class for Client Service to do piggybacking.
 class PiggybackObjRemovedEntry
          This class is a helper class for Client Service to do piggybacking.
 class PiggybackRowEntry
          This class is a helper class for Client Service to do piggybacking.
 class PiggybackValueEntry
          This class is a helper class for serializing array of objects
 class PiggybackViewEntry
          This class is a helper class for Client Service to do piggybacking.
 

Fields in oracle.jbo.common declared as PiggybackEntry
TypeName
protected  PiggybackEntry[] PiggybackViewEntry.pbEntries
           
 

Methods in oracle.jbo.common that return PiggybackEntry
TypeName
 PiggybackEntry[] PiggybackViewEntry.getEntries()
           
 

Methods in oracle.jbo.common with parameters of type PiggybackEntry
TypeName
 void PiggybackViewEntry.setEntries(PiggybackEntry[] re)
           
 

Constructors in oracle.jbo.common with parameters of type PiggybackEntry
TypeName
PiggybackViewEntry(int ViewRowSetIteratorId, PiggybackEntry[] pbEntries, com.sun.java.util.collections.ArrayList errors)
           
PiggybackViewEntry(int ViewRowSetIteratorId, PiggybackEntry pbEntry, PiggybackExceptionEntry error)
           
 


Business Components