Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.2.0)

E17483-03


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)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.2.0)

E17483-03


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