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

E10653-08

oracle.jbo.script.debug
Class Packet

java.lang.Object
  extended by oracle.jbo.script.debug.Packet

public class Packet
extends java.lang.Object


Field Summary
static short NoFlags
           
static short Reply
           
static short ReplyNoError
           
 
Method Summary
static Packet fromByteArray(byte[] b)
          Create a packet from its byte array representation
 byte[] toByteArray()
          Return byte representation of the packet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NoFlags

public static final short NoFlags
See Also:
Constant Field Values

Reply

public static final short Reply
See Also:
Constant Field Values

ReplyNoError

public static final short ReplyNoError
See Also:
Constant Field Values
Method Detail

toByteArray

public byte[] toByteArray()
Return byte representation of the packet


fromByteArray

public static Packet fromByteArray(byte[] b)
                            throws java.io.IOException
Create a packet from its byte array representation

Throws:
java.io.IOException

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

E10653-08

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