@Generated(value="com.neeve.adm.AdmFactory", date="Fri Dec 05 11:53:59 EST 2025") @AdmGenerated(encoding="Json", compatLevel="4.1.0", admVersion="Unknown Version", date="12/5/25 11:53 AM", buildInfo="nvx-eagle-2.9-SNAPSHOT Json Encoding") public final class MessageFactory extends Object implements IStoreObjectFactory, MessageViewFactory
| ADM Message Summary |
|---|
| Type | Id | Description |
|---|---|---|
AgentStartedEvent |
2 | No doc provided.|
Alert |
8 | No doc provided.|
AlertRequest |
7 | No doc provided.|
FirstRequest |
1 | No doc provided.|
Heartbeat |
6 | No doc provided.|
HeartbeatRequest |
5 | No doc provided.|
LogoutRequest |
9 | No doc provided.|
LogoutResponse |
10 | No doc provided.|
NullMessage |
11 | No doc provided.|
PingRequest |
3 | No doc provided.|
PingResponse |
4 | No doc provided.|
PostMessageProcessingTimesRequest |
12 | No doc provided.
| Modifier and Type | Field and Description |
|---|---|
static short |
ID_AgentInfo
Defines the
AgentInfo type id. |
static short |
ID_AgentStartedEvent
Defines the
AgentStartedEvent type id. |
static short |
ID_Alert
Defines the
Alert type id. |
static short |
ID_AlertRequest
Defines the
AlertRequest type id. |
static short |
ID_Credentials
Defines the
Credentials type id. |
static short |
ID_ErrorContext
Defines the
ErrorContext type id. |
static short |
ID_FirstRequest
Defines the
FirstRequest type id. |
static short |
ID_Heartbeat
Defines the
Heartbeat type id. |
static short |
ID_HeartbeatRequest
Defines the
HeartbeatRequest type id. |
static short |
ID_LogoutRequest
Defines the
LogoutRequest type id. |
static short |
ID_LogoutResponse
Defines the
LogoutResponse type id. |
static short |
ID_MessageHeader
Defines the
MessageHeader type id. |
static short |
ID_NullMessage
Defines the
NullMessage type id. |
static short |
ID_PingRequest
Defines the
PingRequest type id. |
static short |
ID_PingResponse
Defines the
PingResponse type id. |
static short |
ID_PostMessageProcessingTimesRequest
Defines the
PostMessageProcessingTimesRequest type id. |
static short |
ID_Version
Defines the
Version type id. |
static short |
OFID
This factory's
IStoreObjectFactory id. |
static short |
TFID
This factory's type factory id.
|
static short |
VFID
This factory's
MessageViewFactory id. |
OFID_ADM_ANNOTATED_CODE_TEST, OFID_AEP_ENVIRONMENT_FACTORY, OFID_AEP_FLOW_FACTORY, OFID_AEP_MESSAGE_FACTORY, OFID_AEP_TXN_STATS_FACTORY, OFID_EAGLE_RESERVED_FACTORYID_END, OFID_EAGLE_RESERVED_FACTORYID_START, OFID_HORNET_RESERVED_FACTORYID_END, OFID_HORNET_RESERVED_FACTORYID_START, OFID_NULL, OFID_ODS_BINDING_UNIT_TEST, OFID_ODS_PERF_TOOL, OFID_ODS_STRESS_TOOL, OFID_ODS_TOOL, OFID_PLATFORM_STATIC_LAST, OFID_ROG_RAW_FACTORY, OFID_SERVER_FLOW_FACTORY, OFID_SRV_MON_ALERT_FACTORY, OFID_SRV_MON_CNC_FACTORY, OFID_SRV_MON_FACTORY, OFID_SRV_MON_LIFECYCLE_FACTORY, OFID_TALON_RESERVED_FACTORYID_ENDVFID_AEP_MESSAGE_FACTORY, VFID_AEP_TXN_STATS_FACTORY, VFID_EAGLE_RESERVED_FACTORYID_END, VFID_EAGLE_RESERVED_FACTORYID_START, VFID_HORNET_RESERVED_FACTORYID_END, VFID_HORNET_RESERVED_FACTORYID_START, VFID_MAP, VFID_NULL, VFID_PLATFORM_STATIC_LAST, VFID_RAW, VFID_ROG_PACKET_MANAGER, VFID_ROG_RAW, VFID_SRV_MON_ALERT_FACTORY, VFID_SRV_MON_CNC_FACTORY, VFID_SRV_MON_COMMON_FACTORY, VFID_SRV_MON_FACTORY, VFID_SRV_MON_LIFECYCLE_FACTORY, VFID_TALON_RESERVED_FACTORYID_END| Constructor and Description |
|---|
MessageFactory() |
| Modifier and Type | Method and Description |
|---|---|
static MessageFactory |
create(Properties props)
Constructor for when loading factory from configuration repository.
|
MessageView |
create(short type)
Implementation of
MessageViewFactory.create(short) |
IStoreObject |
create(short type,
com.eaio.uuid.UUID id,
IStoreObject.EncodingType encodingType,
PktPacket packet)
|
static AgentStartedEvent |
createAgentStartedEvent()
AgentStartedEvent factory method.
|
static AgentStartedEvent |
createAgentStartedEvent(com.eaio.uuid.UUID id)
AgentStartedEvent factory method.
|
static AgentStartedEvent |
createAgentStartedEventFromJson(String json)
AgentStartedEvent factory method.
|
static AgentStartedEvent |
createAgentStartedEventFromRawJson(String json)
AgentStartedEvent factory method.
|
static AgentStartedEvent |
createAgentStartedEventFromSerializedJson(byte[] serializedJson)
AgentStartedEvent factory method.
|
static AgentStartedEvent |
createAgentStartedEventFromSerializedJson(ByteBuffer serializedJson)
AgentStartedEvent factory method.
|
static AgentStartedEvent |
createAgentStartedEventFromSerializedRawJson(byte[] serializedJson)
AgentStartedEvent factory method.
|
static AgentStartedEvent |
createAgentStartedEventFromSerializedRawJson(ByteBuffer serializedJson)
AgentStartedEvent factory method.
|
static Alert |
createAlert()
Alert factory method.
|
static Alert |
createAlert(com.eaio.uuid.UUID id)
Alert factory method.
|
static Alert |
createAlertFromJson(String json)
Alert factory method.
|
static Alert |
createAlertFromRawJson(String json)
Alert factory method.
|
static Alert |
createAlertFromSerializedJson(byte[] serializedJson)
Alert factory method.
|
static Alert |
createAlertFromSerializedJson(ByteBuffer serializedJson)
Alert factory method.
|
static Alert |
createAlertFromSerializedRawJson(byte[] serializedJson)
Alert factory method.
|
static Alert |
createAlertFromSerializedRawJson(ByteBuffer serializedJson)
Alert factory method.
|
static AlertRequest |
createAlertRequest()
AlertRequest factory method.
|
static AlertRequest |
createAlertRequest(com.eaio.uuid.UUID id)
AlertRequest factory method.
|
static AlertRequest |
createAlertRequestFromJson(String json)
AlertRequest factory method.
|
static AlertRequest |
createAlertRequestFromRawJson(String json)
AlertRequest factory method.
|
static AlertRequest |
createAlertRequestFromSerializedJson(byte[] serializedJson)
AlertRequest factory method.
|
static AlertRequest |
createAlertRequestFromSerializedJson(ByteBuffer serializedJson)
AlertRequest factory method.
|
static AlertRequest |
createAlertRequestFromSerializedRawJson(byte[] serializedJson)
AlertRequest factory method.
|
static AlertRequest |
createAlertRequestFromSerializedRawJson(ByteBuffer serializedJson)
AlertRequest factory method.
|
static FirstRequest |
createFirstRequest()
FirstRequest factory method.
|
static FirstRequest |
createFirstRequest(com.eaio.uuid.UUID id)
FirstRequest factory method.
|
static FirstRequest |
createFirstRequestFromJson(String json)
FirstRequest factory method.
|
static FirstRequest |
createFirstRequestFromRawJson(String json)
FirstRequest factory method.
|
static FirstRequest |
createFirstRequestFromSerializedJson(byte[] serializedJson)
FirstRequest factory method.
|
static FirstRequest |
createFirstRequestFromSerializedJson(ByteBuffer serializedJson)
FirstRequest factory method.
|
static FirstRequest |
createFirstRequestFromSerializedRawJson(byte[] serializedJson)
FirstRequest factory method.
|
static FirstRequest |
createFirstRequestFromSerializedRawJson(ByteBuffer serializedJson)
FirstRequest factory method.
|
static Heartbeat |
createHeartbeat()
Heartbeat factory method.
|
static Heartbeat |
createHeartbeat(com.eaio.uuid.UUID id)
Heartbeat factory method.
|
static Heartbeat |
createHeartbeatFromJson(String json)
Heartbeat factory method.
|
static Heartbeat |
createHeartbeatFromRawJson(String json)
Heartbeat factory method.
|
static Heartbeat |
createHeartbeatFromSerializedJson(byte[] serializedJson)
Heartbeat factory method.
|
static Heartbeat |
createHeartbeatFromSerializedJson(ByteBuffer serializedJson)
Heartbeat factory method.
|
static Heartbeat |
createHeartbeatFromSerializedRawJson(byte[] serializedJson)
Heartbeat factory method.
|
static Heartbeat |
createHeartbeatFromSerializedRawJson(ByteBuffer serializedJson)
Heartbeat factory method.
|
static HeartbeatRequest |
createHeartbeatRequest()
HeartbeatRequest factory method.
|
static HeartbeatRequest |
createHeartbeatRequest(com.eaio.uuid.UUID id)
HeartbeatRequest factory method.
|
static HeartbeatRequest |
createHeartbeatRequestFromJson(String json)
HeartbeatRequest factory method.
|
static HeartbeatRequest |
createHeartbeatRequestFromRawJson(String json)
HeartbeatRequest factory method.
|
static HeartbeatRequest |
createHeartbeatRequestFromSerializedJson(byte[] serializedJson)
HeartbeatRequest factory method.
|
static HeartbeatRequest |
createHeartbeatRequestFromSerializedJson(ByteBuffer serializedJson)
HeartbeatRequest factory method.
|
static HeartbeatRequest |
createHeartbeatRequestFromSerializedRawJson(byte[] serializedJson)
HeartbeatRequest factory method.
|
static HeartbeatRequest |
createHeartbeatRequestFromSerializedRawJson(ByteBuffer serializedJson)
HeartbeatRequest factory method.
|
static LogoutRequest |
createLogoutRequest()
LogoutRequest factory method.
|
static LogoutRequest |
createLogoutRequest(com.eaio.uuid.UUID id)
LogoutRequest factory method.
|
static LogoutRequest |
createLogoutRequestFromJson(String json)
LogoutRequest factory method.
|
static LogoutRequest |
createLogoutRequestFromRawJson(String json)
LogoutRequest factory method.
|
static LogoutRequest |
createLogoutRequestFromSerializedJson(byte[] serializedJson)
LogoutRequest factory method.
|
static LogoutRequest |
createLogoutRequestFromSerializedJson(ByteBuffer serializedJson)
LogoutRequest factory method.
|
static LogoutRequest |
createLogoutRequestFromSerializedRawJson(byte[] serializedJson)
LogoutRequest factory method.
|
static LogoutRequest |
createLogoutRequestFromSerializedRawJson(ByteBuffer serializedJson)
LogoutRequest factory method.
|
static LogoutResponse |
createLogoutResponse()
LogoutResponse factory method.
|
static LogoutResponse |
createLogoutResponse(com.eaio.uuid.UUID id)
LogoutResponse factory method.
|
static LogoutResponse |
createLogoutResponseFromJson(String json)
LogoutResponse factory method.
|
static LogoutResponse |
createLogoutResponseFromRawJson(String json)
LogoutResponse factory method.
|
static LogoutResponse |
createLogoutResponseFromSerializedJson(byte[] serializedJson)
LogoutResponse factory method.
|
static LogoutResponse |
createLogoutResponseFromSerializedJson(ByteBuffer serializedJson)
LogoutResponse factory method.
|
static LogoutResponse |
createLogoutResponseFromSerializedRawJson(byte[] serializedJson)
LogoutResponse factory method.
|
static LogoutResponse |
createLogoutResponseFromSerializedRawJson(ByteBuffer serializedJson)
LogoutResponse factory method.
|
static NullMessage |
createNullMessage()
NullMessage factory method.
|
static NullMessage |
createNullMessage(com.eaio.uuid.UUID id)
NullMessage factory method.
|
static NullMessage |
createNullMessageFromJson(String json)
NullMessage factory method.
|
static NullMessage |
createNullMessageFromRawJson(String json)
NullMessage factory method.
|
static NullMessage |
createNullMessageFromSerializedJson(byte[] serializedJson)
NullMessage factory method.
|
static NullMessage |
createNullMessageFromSerializedJson(ByteBuffer serializedJson)
NullMessage factory method.
|
static NullMessage |
createNullMessageFromSerializedRawJson(byte[] serializedJson)
NullMessage factory method.
|
static NullMessage |
createNullMessageFromSerializedRawJson(ByteBuffer serializedJson)
NullMessage factory method.
|
static PingRequest |
createPingRequest()
PingRequest factory method.
|
static PingRequest |
createPingRequest(com.eaio.uuid.UUID id)
PingRequest factory method.
|
static PingRequest |
createPingRequestFromJson(String json)
PingRequest factory method.
|
static PingRequest |
createPingRequestFromRawJson(String json)
PingRequest factory method.
|
static PingRequest |
createPingRequestFromSerializedJson(byte[] serializedJson)
PingRequest factory method.
|
static PingRequest |
createPingRequestFromSerializedJson(ByteBuffer serializedJson)
PingRequest factory method.
|
static PingRequest |
createPingRequestFromSerializedRawJson(byte[] serializedJson)
PingRequest factory method.
|
static PingRequest |
createPingRequestFromSerializedRawJson(ByteBuffer serializedJson)
PingRequest factory method.
|
static PingResponse |
createPingResponse()
PingResponse factory method.
|
static PingResponse |
createPingResponse(com.eaio.uuid.UUID id)
PingResponse factory method.
|
static PingResponse |
createPingResponseFromJson(String json)
PingResponse factory method.
|
static PingResponse |
createPingResponseFromRawJson(String json)
PingResponse factory method.
|
static PingResponse |
createPingResponseFromSerializedJson(byte[] serializedJson)
PingResponse factory method.
|
static PingResponse |
createPingResponseFromSerializedJson(ByteBuffer serializedJson)
PingResponse factory method.
|
static PingResponse |
createPingResponseFromSerializedRawJson(byte[] serializedJson)
PingResponse factory method.
|
static PingResponse |
createPingResponseFromSerializedRawJson(ByteBuffer serializedJson)
PingResponse factory method.
|
static PostMessageProcessingTimesRequest |
createPostMessageProcessingTimesRequest()
PostMessageProcessingTimesRequest factory method.
|
static PostMessageProcessingTimesRequest |
createPostMessageProcessingTimesRequest(com.eaio.uuid.UUID id)
PostMessageProcessingTimesRequest factory method.
|
static PostMessageProcessingTimesRequest |
createPostMessageProcessingTimesRequestFromJson(String json)
PostMessageProcessingTimesRequest factory method.
|
static PostMessageProcessingTimesRequest |
createPostMessageProcessingTimesRequestFromRawJson(String json)
PostMessageProcessingTimesRequest factory method.
|
static PostMessageProcessingTimesRequest |
createPostMessageProcessingTimesRequestFromSerializedJson(byte[] serializedJson)
PostMessageProcessingTimesRequest factory method.
|
static PostMessageProcessingTimesRequest |
createPostMessageProcessingTimesRequestFromSerializedJson(ByteBuffer serializedJson)
PostMessageProcessingTimesRequest factory method.
|
static PostMessageProcessingTimesRequest |
createPostMessageProcessingTimesRequestFromSerializedRawJson(byte[] serializedJson)
PostMessageProcessingTimesRequest factory method.
|
static PostMessageProcessingTimesRequest |
createPostMessageProcessingTimesRequestFromSerializedRawJson(ByteBuffer serializedJson)
PostMessageProcessingTimesRequest factory method.
|
static String |
generateJsonSchemas()
Json schema generation method.
|
short |
getOfid()
Implementation of
IStoreObjectFactory.getOfid() |
short |
getVfid()
Implementation of
MessageViewFactory.getVfid() |
static void |
main(String[] args) |
MessageView |
wrap(short type,
int encodingType,
Object message)
Implementation of
MessageViewFactory.wrap(short, int, java.lang.Object) |
public static final short OFID
IStoreObjectFactory id.
The store factory ID is used to register the object in the StoreObjectFactoryRegistry}
used by ODS stores for deserializing objects.
public static final short VFID
MessageViewFactory id.
The message factory ID is used to register the object in the MessageViewFactoryRegistry}
used by SMA binding for deserializing received messages.
public static final short TFID
This id is reserved for platform internal use.
public static final short ID_NullMessage
NullMessage type id.public static final short ID_PingRequest
PingRequest type id.public static final short ID_AgentStartedEvent
AgentStartedEvent type id.public static final short ID_LogoutResponse
LogoutResponse type id.public static final short ID_ErrorContext
ErrorContext type id.public static final short ID_PingResponse
PingResponse type id.public static final short ID_AlertRequest
AlertRequest type id.public static final short ID_HeartbeatRequest
HeartbeatRequest type id.public static final short ID_Version
Version type id.public static final short ID_Heartbeat
Heartbeat type id.public static final short ID_AgentInfo
AgentInfo type id.public static final short ID_Alert
Alert type id.public static final short ID_LogoutRequest
LogoutRequest type id.public static final short ID_MessageHeader
MessageHeader type id.public static final short ID_PostMessageProcessingTimesRequest
PostMessageProcessingTimesRequest type id.public static final short ID_FirstRequest
FirstRequest type id.public static final short ID_Credentials
Credentials type id.public static final MessageFactory create(Properties props)
public static final String generateJsonSchemas() throws Exception
This method generates schemas for all entities managed by this factory.
Exceptionpublic static final NullMessage createNullMessage()
This method is the factory method for creating 'NullMessage' objects. It is equivalent to using 'NullMessage.create(int)'.
public static final NullMessage createNullMessage(com.eaio.uuid.UUID id)
This method is the factory method for creating 'NullMessage' objects initialized with a given store id. It is equivalent to using 'NullMessage.create(int)'.
public static final NullMessage createNullMessageFromJson(String json)
This method is the factory method for creating 'NullMessage' objects from json encoded content objects. It is equivalent to using 'NullMessage .create(int, String)'.
public static final NullMessage createNullMessageFromRawJson(String json)
This method is the factory method for creating 'NullMessage' objects from json encoded content objects. It is equivalent to using 'NullMessage .create(int, String)'.
public static final NullMessage createNullMessageFromSerializedJson(ByteBuffer serializedJson)
This method is the factory method for creating 'NullMessage' objects from json encoded content objects serialized as ByteBuffers. It is equivalent to using 'NullMessage.create(int, String)'.
public static final NullMessage createNullMessageFromSerializedRawJson(ByteBuffer serializedJson)
This method is the factory method for creating 'NullMessage' objects from json encoded content objects serialized as ByteBuffers. It is equivalent to using 'NullMessage.create(int, String)'.
public static final NullMessage createNullMessageFromSerializedJson(byte[] serializedJson)
This method is the factory method for creating 'NullMessage' objects from json encoded content objects serialized as byte arrays. It is equivalent to using 'NullMessage.create(int, String)'.
public static final NullMessage createNullMessageFromSerializedRawJson(byte[] serializedJson)
This method is the factory method for creating 'NullMessage' objects from json encoded content objects serialized as byte arrays. It is equivalent to using 'NullMessage.create(int, String)'.
public static final PingRequest createPingRequest()
This method is the factory method for creating 'PingRequest' objects. It is equivalent to using 'PingRequest.create(int)'.
public static final PingRequest createPingRequest(com.eaio.uuid.UUID id)
This method is the factory method for creating 'PingRequest' objects initialized with a given store id. It is equivalent to using 'PingRequest.create(int)'.
public static final PingRequest createPingRequestFromJson(String json)
This method is the factory method for creating 'PingRequest' objects from json encoded content objects. It is equivalent to using 'PingRequest .create(int, String)'.
public static final PingRequest createPingRequestFromRawJson(String json)
This method is the factory method for creating 'PingRequest' objects from json encoded content objects. It is equivalent to using 'PingRequest .create(int, String)'.
public static final PingRequest createPingRequestFromSerializedJson(ByteBuffer serializedJson)
This method is the factory method for creating 'PingRequest' objects from json encoded content objects serialized as ByteBuffers. It is equivalent to using 'PingRequest.create(int, String)'.
public static final PingRequest createPingRequestFromSerializedRawJson(ByteBuffer serializedJson)
This method is the factory method for creating 'PingRequest' objects from json encoded content objects serialized as ByteBuffers. It is equivalent to using 'PingRequest.create(int, String)'.
public static final PingRequest createPingRequestFromSerializedJson(byte[] serializedJson)
This method is the factory method for creating 'PingRequest' objects from json encoded content objects serialized as byte arrays. It is equivalent to using 'PingRequest.create(int, String)'.
public static final PingRequest createPingRequestFromSerializedRawJson(byte[] serializedJson)
This method is the factory method for creating 'PingRequest' objects from json encoded content objects serialized as byte arrays. It is equivalent to using 'PingRequest.create(int, String)'.
public static final AgentStartedEvent createAgentStartedEvent()
This method is the factory method for creating 'AgentStartedEvent' objects. It is equivalent to using 'AgentStartedEvent.create(int)'.
public static final AgentStartedEvent createAgentStartedEvent(com.eaio.uuid.UUID id)
This method is the factory method for creating 'AgentStartedEvent' objects initialized with a given store id. It is equivalent to using 'AgentStartedEvent.create(int)'.
public static final AgentStartedEvent createAgentStartedEventFromJson(String json)
This method is the factory method for creating 'AgentStartedEvent' objects from json encoded content objects. It is equivalent to using 'AgentStartedEvent .create(int, String)'.
public static final AgentStartedEvent createAgentStartedEventFromRawJson(String json)
This method is the factory method for creating 'AgentStartedEvent' objects from json encoded content objects. It is equivalent to using 'AgentStartedEvent .create(int, String)'.
public static final AgentStartedEvent createAgentStartedEventFromSerializedJson(ByteBuffer serializedJson)
This method is the factory method for creating 'AgentStartedEvent' objects from json encoded content objects serialized as ByteBuffers. It is equivalent to using 'AgentStartedEvent.create(int, String)'.
public static final AgentStartedEvent createAgentStartedEventFromSerializedRawJson(ByteBuffer serializedJson)
This method is the factory method for creating 'AgentStartedEvent' objects from json encoded content objects serialized as ByteBuffers. It is equivalent to using 'AgentStartedEvent.create(int, String)'.
public static final AgentStartedEvent createAgentStartedEventFromSerializedJson(byte[] serializedJson)
This method is the factory method for creating 'AgentStartedEvent' objects from json encoded content objects serialized as byte arrays. It is equivalent to using 'AgentStartedEvent.create(int, String)'.
public static final AgentStartedEvent createAgentStartedEventFromSerializedRawJson(byte[] serializedJson)
This method is the factory method for creating 'AgentStartedEvent' objects from json encoded content objects serialized as byte arrays. It is equivalent to using 'AgentStartedEvent.create(int, String)'.
public static final LogoutResponse createLogoutResponse()
This method is the factory method for creating 'LogoutResponse' objects. It is equivalent to using 'LogoutResponse.create(int)'.
public static final LogoutResponse createLogoutResponse(com.eaio.uuid.UUID id)
This method is the factory method for creating 'LogoutResponse' objects initialized with a given store id. It is equivalent to using 'LogoutResponse.create(int)'.
public static final LogoutResponse createLogoutResponseFromJson(String json)
This method is the factory method for creating 'LogoutResponse' objects from json encoded content objects. It is equivalent to using 'LogoutResponse .create(int, String)'.
public static final LogoutResponse createLogoutResponseFromRawJson(String json)
This method is the factory method for creating 'LogoutResponse' objects from json encoded content objects. It is equivalent to using 'LogoutResponse .create(int, String)'.
public static final LogoutResponse createLogoutResponseFromSerializedJson(ByteBuffer serializedJson)
This method is the factory method for creating 'LogoutResponse' objects from json encoded content objects serialized as ByteBuffers. It is equivalent to using 'LogoutResponse.create(int, String)'.
public static final LogoutResponse createLogoutResponseFromSerializedRawJson(ByteBuffer serializedJson)
This method is the factory method for creating 'LogoutResponse' objects from json encoded content objects serialized as ByteBuffers. It is equivalent to using 'LogoutResponse.create(int, String)'.
public static final LogoutResponse createLogoutResponseFromSerializedJson(byte[] serializedJson)
This method is the factory method for creating 'LogoutResponse' objects from json encoded content objects serialized as byte arrays. It is equivalent to using 'LogoutResponse.create(int, String)'.
public static final LogoutResponse createLogoutResponseFromSerializedRawJson(byte[] serializedJson)
This method is the factory method for creating 'LogoutResponse' objects from json encoded content objects serialized as byte arrays. It is equivalent to using 'LogoutResponse.create(int, String)'.
public static final PingResponse createPingResponse()
This method is the factory method for creating 'PingResponse' objects. It is equivalent to using 'PingResponse.create(int)'.
public static final PingResponse createPingResponse(com.eaio.uuid.UUID id)
This method is the factory method for creating 'PingResponse' objects initialized with a given store id. It is equivalent to using 'PingResponse.create(int)'.
public static final PingResponse createPingResponseFromJson(String json)
This method is the factory method for creating 'PingResponse' objects from json encoded content objects. It is equivalent to using 'PingResponse .create(int, String)'.
public static final PingResponse createPingResponseFromRawJson(String json)
This method is the factory method for creating 'PingResponse' objects from json encoded content objects. It is equivalent to using 'PingResponse .create(int, String)'.
public static final PingResponse createPingResponseFromSerializedJson(ByteBuffer serializedJson)
This method is the factory method for creating 'PingResponse' objects from json encoded content objects serialized as ByteBuffers. It is equivalent to using 'PingResponse.create(int, String)'.
public static final PingResponse createPingResponseFromSerializedRawJson(ByteBuffer serializedJson)
This method is the factory method for creating 'PingResponse' objects from json encoded content objects serialized as ByteBuffers. It is equivalent to using 'PingResponse.create(int, String)'.
public static final PingResponse createPingResponseFromSerializedJson(byte[] serializedJson)
This method is the factory method for creating 'PingResponse' objects from json encoded content objects serialized as byte arrays. It is equivalent to using 'PingResponse.create(int, String)'.
public static final PingResponse createPingResponseFromSerializedRawJson(byte[] serializedJson)
This method is the factory method for creating 'PingResponse' objects from json encoded content objects serialized as byte arrays. It is equivalent to using 'PingResponse.create(int, String)'.
public static final AlertRequest createAlertRequest()
This method is the factory method for creating 'AlertRequest' objects. It is equivalent to using 'AlertRequest.create(int)'.
public static final AlertRequest createAlertRequest(com.eaio.uuid.UUID id)
This method is the factory method for creating 'AlertRequest' objects initialized with a given store id. It is equivalent to using 'AlertRequest.create(int)'.
public static final AlertRequest createAlertRequestFromJson(String json)
This method is the factory method for creating 'AlertRequest' objects from json encoded content objects. It is equivalent to using 'AlertRequest .create(int, String)'.
public static final AlertRequest createAlertRequestFromRawJson(String json)
This method is the factory method for creating 'AlertRequest' objects from json encoded content objects. It is equivalent to using 'AlertRequest .create(int, String)'.
public static final AlertRequest createAlertRequestFromSerializedJson(ByteBuffer serializedJson)
This method is the factory method for creating 'AlertRequest' objects from json encoded content objects serialized as ByteBuffers. It is equivalent to using 'AlertRequest.create(int, String)'.
public static final AlertRequest createAlertRequestFromSerializedRawJson(ByteBuffer serializedJson)
This method is the factory method for creating 'AlertRequest' objects from json encoded content objects serialized as ByteBuffers. It is equivalent to using 'AlertRequest.create(int, String)'.
public static final AlertRequest createAlertRequestFromSerializedJson(byte[] serializedJson)
This method is the factory method for creating 'AlertRequest' objects from json encoded content objects serialized as byte arrays. It is equivalent to using 'AlertRequest.create(int, String)'.
public static final AlertRequest createAlertRequestFromSerializedRawJson(byte[] serializedJson)
This method is the factory method for creating 'AlertRequest' objects from json encoded content objects serialized as byte arrays. It is equivalent to using 'AlertRequest.create(int, String)'.
public static final HeartbeatRequest createHeartbeatRequest()
This method is the factory method for creating 'HeartbeatRequest' objects. It is equivalent to using 'HeartbeatRequest.create(int)'.
public static final HeartbeatRequest createHeartbeatRequest(com.eaio.uuid.UUID id)
This method is the factory method for creating 'HeartbeatRequest' objects initialized with a given store id. It is equivalent to using 'HeartbeatRequest.create(int)'.
public static final HeartbeatRequest createHeartbeatRequestFromJson(String json)
This method is the factory method for creating 'HeartbeatRequest' objects from json encoded content objects. It is equivalent to using 'HeartbeatRequest .create(int, String)'.
public static final HeartbeatRequest createHeartbeatRequestFromRawJson(String json)
This method is the factory method for creating 'HeartbeatRequest' objects from json encoded content objects. It is equivalent to using 'HeartbeatRequest .create(int, String)'.
public static final HeartbeatRequest createHeartbeatRequestFromSerializedJson(ByteBuffer serializedJson)
This method is the factory method for creating 'HeartbeatRequest' objects from json encoded content objects serialized as ByteBuffers. It is equivalent to using 'HeartbeatRequest.create(int, String)'.
public static final HeartbeatRequest createHeartbeatRequestFromSerializedRawJson(ByteBuffer serializedJson)
This method is the factory method for creating 'HeartbeatRequest' objects from json encoded content objects serialized as ByteBuffers. It is equivalent to using 'HeartbeatRequest.create(int, String)'.
public static final HeartbeatRequest createHeartbeatRequestFromSerializedJson(byte[] serializedJson)
This method is the factory method for creating 'HeartbeatRequest' objects from json encoded content objects serialized as byte arrays. It is equivalent to using 'HeartbeatRequest.create(int, String)'.
public static final HeartbeatRequest createHeartbeatRequestFromSerializedRawJson(byte[] serializedJson)
This method is the factory method for creating 'HeartbeatRequest' objects from json encoded content objects serialized as byte arrays. It is equivalent to using 'HeartbeatRequest.create(int, String)'.
public static final Heartbeat createHeartbeat()
This method is the factory method for creating 'Heartbeat' objects. It is equivalent to using 'Heartbeat.create(int)'.
public static final Heartbeat createHeartbeat(com.eaio.uuid.UUID id)
This method is the factory method for creating 'Heartbeat' objects initialized with a given store id. It is equivalent to using 'Heartbeat.create(int)'.
public static final Heartbeat createHeartbeatFromJson(String json)
This method is the factory method for creating 'Heartbeat' objects from json encoded content objects. It is equivalent to using 'Heartbeat .create(int, String)'.
public static final Heartbeat createHeartbeatFromRawJson(String json)
This method is the factory method for creating 'Heartbeat' objects from json encoded content objects. It is equivalent to using 'Heartbeat .create(int, String)'.
public static final Heartbeat createHeartbeatFromSerializedJson(ByteBuffer serializedJson)
This method is the factory method for creating 'Heartbeat' objects from json encoded content objects serialized as ByteBuffers. It is equivalent to using 'Heartbeat.create(int, String)'.
public static final Heartbeat createHeartbeatFromSerializedRawJson(ByteBuffer serializedJson)
This method is the factory method for creating 'Heartbeat' objects from json encoded content objects serialized as ByteBuffers. It is equivalent to using 'Heartbeat.create(int, String)'.
public static final Heartbeat createHeartbeatFromSerializedJson(byte[] serializedJson)
This method is the factory method for creating 'Heartbeat' objects from json encoded content objects serialized as byte arrays. It is equivalent to using 'Heartbeat.create(int, String)'.
public static final Heartbeat createHeartbeatFromSerializedRawJson(byte[] serializedJson)
This method is the factory method for creating 'Heartbeat' objects from json encoded content objects serialized as byte arrays. It is equivalent to using 'Heartbeat.create(int, String)'.
public static final Alert createAlert()
This method is the factory method for creating 'Alert' objects. It is equivalent to using 'Alert.create(int)'.
public static final Alert createAlert(com.eaio.uuid.UUID id)
This method is the factory method for creating 'Alert' objects initialized with a given store id. It is equivalent to using 'Alert.create(int)'.
public static final Alert createAlertFromJson(String json)
This method is the factory method for creating 'Alert' objects from json encoded content objects. It is equivalent to using 'Alert .create(int, String)'.
public static final Alert createAlertFromRawJson(String json)
This method is the factory method for creating 'Alert' objects from json encoded content objects. It is equivalent to using 'Alert .create(int, String)'.
public static final Alert createAlertFromSerializedJson(ByteBuffer serializedJson)
This method is the factory method for creating 'Alert' objects from json encoded content objects serialized as ByteBuffers. It is equivalent to using 'Alert.create(int, String)'.
public static final Alert createAlertFromSerializedRawJson(ByteBuffer serializedJson)
This method is the factory method for creating 'Alert' objects from json encoded content objects serialized as ByteBuffers. It is equivalent to using 'Alert.create(int, String)'.
public static final Alert createAlertFromSerializedJson(byte[] serializedJson)
This method is the factory method for creating 'Alert' objects from json encoded content objects serialized as byte arrays. It is equivalent to using 'Alert.create(int, String)'.
public static final Alert createAlertFromSerializedRawJson(byte[] serializedJson)
This method is the factory method for creating 'Alert' objects from json encoded content objects serialized as byte arrays. It is equivalent to using 'Alert.create(int, String)'.
public static final LogoutRequest createLogoutRequest()
This method is the factory method for creating 'LogoutRequest' objects. It is equivalent to using 'LogoutRequest.create(int)'.
public static final LogoutRequest createLogoutRequest(com.eaio.uuid.UUID id)
This method is the factory method for creating 'LogoutRequest' objects initialized with a given store id. It is equivalent to using 'LogoutRequest.create(int)'.
public static final LogoutRequest createLogoutRequestFromJson(String json)
This method is the factory method for creating 'LogoutRequest' objects from json encoded content objects. It is equivalent to using 'LogoutRequest .create(int, String)'.
public static final LogoutRequest createLogoutRequestFromRawJson(String json)
This method is the factory method for creating 'LogoutRequest' objects from json encoded content objects. It is equivalent to using 'LogoutRequest .create(int, String)'.
public static final LogoutRequest createLogoutRequestFromSerializedJson(ByteBuffer serializedJson)
This method is the factory method for creating 'LogoutRequest' objects from json encoded content objects serialized as ByteBuffers. It is equivalent to using 'LogoutRequest.create(int, String)'.
public static final LogoutRequest createLogoutRequestFromSerializedRawJson(ByteBuffer serializedJson)
This method is the factory method for creating 'LogoutRequest' objects from json encoded content objects serialized as ByteBuffers. It is equivalent to using 'LogoutRequest.create(int, String)'.
public static final LogoutRequest createLogoutRequestFromSerializedJson(byte[] serializedJson)
This method is the factory method for creating 'LogoutRequest' objects from json encoded content objects serialized as byte arrays. It is equivalent to using 'LogoutRequest.create(int, String)'.
public static final LogoutRequest createLogoutRequestFromSerializedRawJson(byte[] serializedJson)
This method is the factory method for creating 'LogoutRequest' objects from json encoded content objects serialized as byte arrays. It is equivalent to using 'LogoutRequest.create(int, String)'.
public static final PostMessageProcessingTimesRequest createPostMessageProcessingTimesRequest()
This method is the factory method for creating 'PostMessageProcessingTimesRequest' objects. It is equivalent to using 'PostMessageProcessingTimesRequest.create(int)'.
public static final PostMessageProcessingTimesRequest createPostMessageProcessingTimesRequest(com.eaio.uuid.UUID id)
This method is the factory method for creating 'PostMessageProcessingTimesRequest' objects initialized with a given store id. It is equivalent to using 'PostMessageProcessingTimesRequest.create(int)'.
public static final PostMessageProcessingTimesRequest createPostMessageProcessingTimesRequestFromJson(String json)
This method is the factory method for creating 'PostMessageProcessingTimesRequest' objects from json encoded content objects. It is equivalent to using 'PostMessageProcessingTimesRequest .create(int, String)'.
public static final PostMessageProcessingTimesRequest createPostMessageProcessingTimesRequestFromRawJson(String json)
This method is the factory method for creating 'PostMessageProcessingTimesRequest' objects from json encoded content objects. It is equivalent to using 'PostMessageProcessingTimesRequest .create(int, String)'.
public static final PostMessageProcessingTimesRequest createPostMessageProcessingTimesRequestFromSerializedJson(ByteBuffer serializedJson)
This method is the factory method for creating 'PostMessageProcessingTimesRequest' objects from json encoded content objects serialized as ByteBuffers. It is equivalent to using 'PostMessageProcessingTimesRequest.create(int, String)'.
public static final PostMessageProcessingTimesRequest createPostMessageProcessingTimesRequestFromSerializedRawJson(ByteBuffer serializedJson)
This method is the factory method for creating 'PostMessageProcessingTimesRequest' objects from json encoded content objects serialized as ByteBuffers. It is equivalent to using 'PostMessageProcessingTimesRequest.create(int, String)'.
public static final PostMessageProcessingTimesRequest createPostMessageProcessingTimesRequestFromSerializedJson(byte[] serializedJson)
This method is the factory method for creating 'PostMessageProcessingTimesRequest' objects from json encoded content objects serialized as byte arrays. It is equivalent to using 'PostMessageProcessingTimesRequest.create(int, String)'.
public static final PostMessageProcessingTimesRequest createPostMessageProcessingTimesRequestFromSerializedRawJson(byte[] serializedJson)
This method is the factory method for creating 'PostMessageProcessingTimesRequest' objects from json encoded content objects serialized as byte arrays. It is equivalent to using 'PostMessageProcessingTimesRequest.create(int, String)'.
public static final FirstRequest createFirstRequest()
This method is the factory method for creating 'FirstRequest' objects. It is equivalent to using 'FirstRequest.create(int)'.
public static final FirstRequest createFirstRequest(com.eaio.uuid.UUID id)
This method is the factory method for creating 'FirstRequest' objects initialized with a given store id. It is equivalent to using 'FirstRequest.create(int)'.
public static final FirstRequest createFirstRequestFromJson(String json)
This method is the factory method for creating 'FirstRequest' objects from json encoded content objects. It is equivalent to using 'FirstRequest .create(int, String)'.
public static final FirstRequest createFirstRequestFromRawJson(String json)
This method is the factory method for creating 'FirstRequest' objects from json encoded content objects. It is equivalent to using 'FirstRequest .create(int, String)'.
public static final FirstRequest createFirstRequestFromSerializedJson(ByteBuffer serializedJson)
This method is the factory method for creating 'FirstRequest' objects from json encoded content objects serialized as ByteBuffers. It is equivalent to using 'FirstRequest.create(int, String)'.
public static final FirstRequest createFirstRequestFromSerializedRawJson(ByteBuffer serializedJson)
This method is the factory method for creating 'FirstRequest' objects from json encoded content objects serialized as ByteBuffers. It is equivalent to using 'FirstRequest.create(int, String)'.
public static final FirstRequest createFirstRequestFromSerializedJson(byte[] serializedJson)
This method is the factory method for creating 'FirstRequest' objects from json encoded content objects serialized as byte arrays. It is equivalent to using 'FirstRequest.create(int, String)'.
public static final FirstRequest createFirstRequestFromSerializedRawJson(byte[] serializedJson)
This method is the factory method for creating 'FirstRequest' objects from json encoded content objects serialized as byte arrays. It is equivalent to using 'FirstRequest.create(int, String)'.
public final short getOfid()
IStoreObjectFactory.getOfid()getOfid in interface IStoreObjectFactorypublic final IStoreObject create(short type, com.eaio.uuid.UUID id, IStoreObject.EncodingType encodingType, PktPacket packet)
IStoreObjectFactory.create(short, com.eaio.uuid.UUID, com.neeve.ods.IStoreObject.EncodingType, com.neeve.pkt.PktPacket)create in interface IStoreObjectFactorypublic final short getVfid()
MessageViewFactory.getVfid()getVfid in interface MessageViewFactorypublic final MessageView create(short type)
MessageViewFactory.create(short)create in interface MessageViewFactorypublic final MessageView wrap(short type, int encodingType, Object message)
MessageViewFactory.wrap(short, int, java.lang.Object)wrap in interface MessageViewFactoryCopyright © 2016 Neeve Research, LLC. All Rights Reserved.