| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|
com.newstep.solid.processor
public class Message
Links:
Kernel Association Association Link
Associates type:
association
Client cardinality:
1
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Supplier cardinality:
1
Supplier navigability:
NAVIGABLE
Supplier visibility:
private
| Field Summary |
|
|
byte[] |
|
private final static String |
|
private byte[] |
|
private static Logger |
|
|
|
| Constructor Summary |
public void |
|
public void |
|
public void |
|
public void |
|
public void |
|
| Method Summary |
public boolean |
|
public byte[] |
|
|
|
public int |
|
public void |
|
public void |
|
public String |
|
private final static String className
Final.
Multiplicity:
1
Static.
byte[] data
private byte[] data
Multiplicity:
1
private static Logger logger
Multiplicity:
1
Static.
Multiplicity:
1
public void Message (Message message)
Stereotype:
create
public void Message (Byte datum)
Stereotype:
create
Stereotype:
create
public void Message ()
Stereotype:
create
public void Message (ByteBuffer buffer)
Constructs a message by copying the bytebuffer into the message. If
buffer is null it constructs an emty default message
Parameters:
buffer
Stereotype:
create
public boolean equals (Object rhs)
public byte[] getData ()
Returns the actual data contained in the message.
Return:
byte[]
Return:
Returns the originator.
public int getSize ()
public void setData (Byte datum)
Assigns the actual data of the message
Parameters:
datum
byte[]
Parameters:
orig
The originator to set.
public String toString ()
Outside representation of the message
Return:
String
| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|