Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


oracle.jbo.common
Class PiggybackInput

java.lang.Object
  extended byoracle.jbo.common.PiggybackInput


public class PiggybackInput
extends java.lang.Object

This is a helper class for piggybacking input.

Version:
SDK

Constructor Summary
PiggybackInput()
PiggybackInput(byte[] inBytes)
PiggybackInput(ObjectMarshaller marshaller, byte[] inBytes)

Method Summary
java.lang.Class getEntryClass()
int getNumOfEntries()
java.io.Serializable[] getPiggybackEntries()

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

PiggybackInput

public PiggybackInput()

PiggybackInput

public PiggybackInput(byte[] inBytes)

PiggybackInput

public PiggybackInput(ObjectMarshaller marshaller,
                      byte[] inBytes)

Method Detail

getEntryClass

public java.lang.Class getEntryClass()

getPiggybackEntries

public java.io.Serializable[] getPiggybackEntries()

getNumOfEntries

public int getNumOfEntries()

Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


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