java.lang.Object
proxy.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 |
id
private int id
code
private int code
msg
private byte[] msg
PreparedMessage
public PreparedMessage(int id,
int code,
byte[] message)
- Constructor
id
public int id()
- accesor for identifer
code
public int code()
- accesor for code
msg
public byte[] msg()
- accesor for message body