Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

oracle.jbo.common.remote
Class PiggybackInt

java.lang.Object
  extended by oracle.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.

See Also:
ServerApplicationModule, Serialized Form

Field Summary
 ServiceMessage mServiceMessage
           
 int mValue
           
 
Constructor Summary
PiggybackInt()
           
PiggybackInt(int value, ServiceMessage svcMsg)
           
 
Method Summary
 
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 Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

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