Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

proxy.bearer
Class PreparedMessage  view PreparedMessage download PreparedMessage.java

java.lang.Object
  extended byproxy.bearer.PreparedMessage

public class PreparedMessage
extends java.lang.Object

Represents three of identifer, code and jms4j2me-serialized message body


Field Summary
private  int code
           
private  int id
           
private  byte[] msg
           
 
Constructor Summary
PreparedMessage(int id, int code, byte[] message)
          Constructor
 
Method Summary
 int code()
          accesor for code
 int id()
          accesor for identifer
 byte[] msg()
          accesor for message body
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

private int id

code

private int code

msg

private byte[] msg
Constructor Detail

PreparedMessage

public PreparedMessage(int id,
                       int code,
                       byte[] message)
Constructor

Method Detail

id

public int id()
accesor for identifer


code

public int code()
accesor for code


msg

public byte[] msg()
accesor for message body