|
ABLE, Version 1.1b | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.able.platform.agents.FipaLetter
This class provides an implementation of a FIPA letter.
Constructor Summary | |
FipaLetter()
Create a new, empty FIPA letter. |
|
FipaLetter(FipaMessageEnvelope theMessageEnvelope,
java.util.Vector theMessageContent)
Create a new FIPA letter, and initialize it with specified parameters. |
Method Summary | |
static java.lang.String |
Copyright()
Determine the copyright of this class. |
java.lang.String |
debugString()
Retrieve a string describing (the contents of) the object. |
java.util.Vector |
getMessageContent()
Retrieve the current message content(s). |
FipaMessageEnvelope |
getMessageEnvelope()
Retrieve the current message envelope. |
void |
setMessageContent(java.util.Vector theMessageContent)
Set the current message content to the specified value. |
void |
setMessageEnvelope(FipaMessageEnvelope theMessageEnvelope)
Set the current message envelope to the specified value. |
java.lang.String |
toString()
Retrieve a string describing (the contents of) the object. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public FipaLetter()
public FipaLetter(FipaMessageEnvelope theMessageEnvelope, java.util.Vector theMessageContent)
theMessageEnvelope
- A valid, filled in FIPA message envelope. No
validation is done on the envelope.
theMessageContent
- A list of one or more AclMessage objects. This list is
cloned before being inserted into the letter.
Method Detail |
public FipaMessageEnvelope getMessageEnvelope()
public void setMessageEnvelope(FipaMessageEnvelope theMessageEnvelope)
theMessageEnvelope
- A valid, filled in FIPA message envelope. No
validation is done on the envelope.
public java.util.Vector getMessageContent()
public void setMessageContent(java.util.Vector theMessageContent)
theMessageContent
- A list of one or more AclMessage objects. This list is
cloned before being inserted into the letter.
public java.lang.String toString()
public java.lang.String debugString()
public static java.lang.String Copyright()
|
ABLE, Version 1.1b | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |