Class ExternalPmessage
- All Implemented Interfaces:
java.io.Serializable
public class ExternalPmessage extends Pmessage
In a typical use of this class, the innermost secure portions of the system will work with a Pmessage object which is converted to a secure External Pmessage before it leaves the secure portion.
The main differences
relative to the superclass are these:
- See Also:
- Serialized Form
-
Nested Class Summary
-
Field Summary
Fields inherited from class pygar.communication.PmessageBase
brokerId, marketId, recipientId, senderId, sessionId, subject
-
Constructor Summary
Constructors Constructor Description ExternalPmessage()
-
Method Summary
Methods inherited from class pygar.communication.Pmessage
getBody, getBodyType, getBrokerId, getFileBodyName, getMarketId, getRecipientId, getSenderId, getSessionId, getStringBody, getSubject, makePmessageBase, partialPrint, setBody, setBrokerId, setFileBodyName, setMarketId, setRecipientId, setSenderId, setSessionId, setStringBody, setSubject
-
Constructor Details
-
ExternalPmessage
public ExternalPmessage()
-