Serialized Form
-
Package com.mdfromhtml.core
-
Class com.mdfromhtml.core.MDfromHTMLBASE64Codec extends Object implements Serializable
- serialVersionUID:
- 2712028472437499003L
-
Class com.mdfromhtml.core.MDfromHTMLConstants extends Object implements Serializable
- serialVersionUID:
- -439955604090390701L
-
Class com.mdfromhtml.core.MDfromHTMLDate extends Date implements Serializable
- serialVersionUID:
- -1235455818943814022L
-
Class com.mdfromhtml.core.MDfromHTMLDuration extends Object implements Serializable
- serialVersionUID:
- 2151322379607630650L
-
Serialized Fields
-
m_dateEnd
MDfromHTMLDate m_dateEnd
-
m_dateStart
MDfromHTMLDate m_dateStart
-
m_strName
String m_strName
-
-
Class com.mdfromhtml.core.MDfromHTMLID extends Object implements Serializable
- serialVersionUID:
- 2726688498762622537L
-
Serialized Fields
-
_id
String _id
-
-
Class com.mdfromhtml.core.MDfromHTMLIPCMessage extends Object implements Serializable
- serialVersionUID:
- -1298716658259442515L
-
Serialized Fields
-
_appl
MDfromHTMLIPCApplications _appl
Identifies the message as originating from a MDfromHTML application -
_createTime
long _createTime
Time the original message was created -
_isJSON
boolean _isJSON
Whether or not the message contains a String -
_message
byte[] _message
The message content (converted to a UTF-8 byte array if the message contains a String) -
_publisherName
String _publisherName
Unique name of the publisher (creator) of this message -
_seqnum
int _seqnum
Sequence number for chunked messages (if > 0). SpecialInteger.MAX_VALUEis a semaphore to signal the last message. This works because we will not group consumers of messages. If this changes we would need to add a message count field to ensure messages that could then arrive out of sequence are accounted for. A single message will have a sequence of zero. -
_sessionID
MDfromHTMLID _sessionID
The identity of the session related to the message content. If the content is not associated with a particular session, the MDfromHTMLID isMDfromHTMLID.UNDEFINED_IDand corresponds with the String value inMDfromHTMLConstants.UNDEFINED_ID -
_topic
String _topic
Topic used for publish/subscribe routing. Topics are registered with the MDfromHTML IPC (pub/sub) system before they can be sent. -
_type
String _type
Type is used for processing within a Topic and may infer the message format. Type is optional and if not specified, it will contain theMDfromHTMLConstants.UNDEFINED_String. -
_userID
MDfromHTMLID _userID
The unique identity of the user or issuer within the session used for routing IPC messages within the WSServer to specific WebSockets connected to a UX, or for tracking a query and response -
_verb
MDfromHTMLIPCVerbs _verb
Describes the action associated with this message- See Also:
MDfromHTMLIPCVerbs
-
-
Class com.mdfromhtml.core.MDfromHTMLUtils extends Object implements Serializable
- serialVersionUID:
- 8109772978213632637L
-