Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


oracle.jbo.common.remote
Class PiggybackInt

java.lang.Object
  extended byoracle.jbo.common.remote.PiggybackInt

All Implemented Interfaces:
java.io.Serializable

public final class PiggybackInt
extends java.lang.Object
implements java.io.Serializable

PiggybackInt contains both the Piggyback information and the actual return integer. It is used mainly by ServerApplicationModule interface to return information to clients.

Version:
SDK
See Also:
ServerApplicationModule, Serialized Form

Field Summary
 ServiceMessage mServiceMessage
           
 int mValue
           

 

Constructor Summary
PiggybackInt()
           
PiggybackInt(int value, ServiceMessage svcMsg)
           

 

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

 

Field Detail

mValue

public int mValue

mServiceMessage

public ServiceMessage mServiceMessage

Constructor Detail

PiggybackInt

public PiggybackInt()

PiggybackInt

public PiggybackInt(int value,
                    ServiceMessage svcMsg)

Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


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