@Generated(value="com.neeve.adm.AdmFactory", date="Fri Dec 05 13:32:50 UTC 2025") @AdmGenerated(encoding="Xbuf", compatLevel="4.1.0", admVersion="Unknown Version", date="12/5/25 1:32 PM", buildInfo="nvx-talon-3.16.63 (nvx-codegen-plugin)") public final class SrvMonAlertFactory extends Object implements IStoreObjectFactory, MessageViewFactory
| ADM Message Summary |
|---|
| Type | Id | Description |
|---|---|---|
SrvMonAppDuplicateAcknowledgementAlertMessage |
1 |
Event alerting an AEP application of a duplicate ack.
This event is dispatched to an application of an alert triggered by a duplicate acknowledgement of an outbound message send as part of an AEP transaction. This alert is not generated for duplicate acknowledgements received for unsolicited message sends. |
SrvMonAppExceptionMessage |
11 |
Event notifying an AEP application that an application message handler threw an exception.
This event is dispatched to an application to notify it that the AEP engine trapped an exception thrown by the application. |
SrvMonAppInboundLogExceptionMessage |
2 |
Event notifying an AEP application that a write to the inbound message log failed.
This event is dispatched to an application to notify it that the AEP engine encountered an exception when writing to an inbound message log. This event is only dispatched by engines configured to log inbound messages in a log different from the recovery log. |
SrvMonAppOutOfOrderSendCommitCompletionAlertMessage |
4 |
Event alerting an AEP application of an out-of-order send commit completion.
This event is dispatched to an application of an alert triggered by an out-of-order send commit completion. |
SrvMonAppOutboundLogExceptionMessage |
3 |
Event notifying an AEP application that a write to the outbound log failed.
This event is dispatched to an application to notify it that the AEP engine encountered an exception when writing to an outbound message log. This event is only dispatched by engines configured to log outbound messages in a log different from the recovery log. |
SrvMonAppSendExceptionMessage |
5 |
Event notifying an AEP application that a send encountered an exception.
This event is dispatched to an application to notify it that the AEP engine has encountered a send exception and was configured to log and exception and continue for such a scenario. |
SrvMonAppStatsAlertMessage |
6 | Event notifying an AEP application of a statistics triggered alert. |
SrvMonAppStoreTransactionLogRepairedMessage |
12 | Event notifying that an app's transaction log was repaired during open. |
SrvMonAppStuckAlertMessage |
7 | Event used to notify of a stuck AepEngine. |
SrvMonAppUnhandledMessageMessage |
8 | Event notifying an AEP application that a message was not handled. |
SrvMonMessageBusBindingReconnectedMessage |
10 | Event notifying that a bus binding has reestablished its connection. |
SrvMonMessageBusBindingReconnectingMessage |
9 | Event notifying that a bus binding is reestablishing its connection. |
SrvMonMessageTraceLoggingExceptionMessage |
14 |
Event notifying an AEP application that a message trace logging exception has been trapped.
This event is dispatched to an application to notify it that the AEP engine trapped an exception while trace logging a message. |
SrvMonUnhandledMessageMessage |
13 |
Event notifying that a received message could not be dispatched by the
message bus binding.
This is different from SrvMonAppUnhandledMessageMessage
in that it is dispatched if the message is deemed as unhandleable before
it is dispatched up to the application for dispatch to its handlers.
Some possible reasons for this event included:
|
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 |
|---|
SrvMonAlertFactory() |
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_SrvMonAppDuplicateAcknowledgementAlertMessage
SrvMonAppDuplicateAcknowledgementAlertMessage type id.public static final short ID_SrvMonMessageTraceLoggingExceptionMessage
SrvMonMessageTraceLoggingExceptionMessage type id.public static final short ID_SrvMonAppStoreTransactionLogRepairedMessage
SrvMonAppStoreTransactionLogRepairedMessage type id.public static final short ID_SrvMonMessageMetadata
SrvMonMessageMetadata type id.public static final short ID_SrvMonAppOutOfOrderSendCommitCompletionAlertMessage
SrvMonAppOutOfOrderSendCommitCompletionAlertMessage type id.public static final short ID_SrvMonAppStuckAlertMessage
SrvMonAppStuckAlertMessage type id.public static final short ID_TriggeringMessageMetadata
TriggeringMessageMetadata type id.public static final short ID_SrvMonUnhandledMessageMessage
SrvMonUnhandledMessageMessage type id.public static final short ID_SrvMonAppSendExceptionMessage
SrvMonAppSendExceptionMessage type id.public static final short ID_SrvMonMessageBusBindingReconnectingMessage
SrvMonMessageBusBindingReconnectingMessage type id.public static final short ID_SrvMonAppOutboundLogExceptionMessage
SrvMonAppOutboundLogExceptionMessage type id.public static final short ID_SrvMonAppExceptionMessage
SrvMonAppExceptionMessage type id.public static final short ID_SrvMonAppStatsAlertMessage
SrvMonAppStatsAlertMessage type id.public static final short ID_SrvMonAppUnhandledMessageMessage
SrvMonAppUnhandledMessageMessage type id.public static final short ID_SrvMonMessageBusBindingReconnectedMessage
SrvMonMessageBusBindingReconnectedMessage type id.public static final short ID_SrvMonAppInboundLogExceptionMessage
SrvMonAppInboundLogExceptionMessage type id.public static final int PKTID_SrvMonAppDuplicateAcknowledgementAlertMessage
SrvMonAppDuplicateAcknowledgementAlertMessage backing packet id type.
SrvMonAppDuplicateAcknowledgementAlertMessage are backet by a packet which is used for
efficient transport, serialization and pooling. This constants defines
the unique packet type id.
public static final int PKTID_SrvMonMessageTraceLoggingExceptionMessage
SrvMonMessageTraceLoggingExceptionMessage backing packet id type.
SrvMonMessageTraceLoggingExceptionMessage are backet by a packet which is used for
efficient transport, serialization and pooling. This constants defines
the unique packet type id.
public static final int PKTID_SrvMonAppStoreTransactionLogRepairedMessage
SrvMonAppStoreTransactionLogRepairedMessage backing packet id type.
SrvMonAppStoreTransactionLogRepairedMessage are backet by a packet which is used for
efficient transport, serialization and pooling. This constants defines
the unique packet type id.
public static final int PKTID_SrvMonMessageMetadata
SrvMonMessageMetadata backing packet id type.
SrvMonMessageMetadata are backet by a packet which is used for
efficient transport, serialization and pooling. This constants defines
the unique packet type id.
public static final int PKTID_SrvMonAppOutOfOrderSendCommitCompletionAlertMessage
SrvMonAppOutOfOrderSendCommitCompletionAlertMessage backing packet id type.
SrvMonAppOutOfOrderSendCommitCompletionAlertMessage are backet by a packet which is used for
efficient transport, serialization and pooling. This constants defines
the unique packet type id.
public static final int PKTID_SrvMonAppStuckAlertMessage
SrvMonAppStuckAlertMessage backing packet id type.
SrvMonAppStuckAlertMessage are backet by a packet which is used for
efficient transport, serialization and pooling. This constants defines
the unique packet type id.
public static final int PKTID_TriggeringMessageMetadata
TriggeringMessageMetadata backing packet id type.
TriggeringMessageMetadata are backet by a packet which is used for
efficient transport, serialization and pooling. This constants defines
the unique packet type id.
public static final int PKTID_SrvMonUnhandledMessageMessage
SrvMonUnhandledMessageMessage backing packet id type.
SrvMonUnhandledMessageMessage are backet by a packet which is used for
efficient transport, serialization and pooling. This constants defines
the unique packet type id.
public static final int PKTID_SrvMonAppSendExceptionMessage
SrvMonAppSendExceptionMessage backing packet id type.
SrvMonAppSendExceptionMessage are backet by a packet which is used for
efficient transport, serialization and pooling. This constants defines
the unique packet type id.
public static final int PKTID_SrvMonMessageBusBindingReconnectingMessage
SrvMonMessageBusBindingReconnectingMessage backing packet id type.
SrvMonMessageBusBindingReconnectingMessage are backet by a packet which is used for
efficient transport, serialization and pooling. This constants defines
the unique packet type id.
public static final int PKTID_SrvMonAppOutboundLogExceptionMessage
SrvMonAppOutboundLogExceptionMessage backing packet id type.
SrvMonAppOutboundLogExceptionMessage are backet by a packet which is used for
efficient transport, serialization and pooling. This constants defines
the unique packet type id.
public static final int PKTID_SrvMonAppExceptionMessage
SrvMonAppExceptionMessage backing packet id type.
SrvMonAppExceptionMessage are backet by a packet which is used for
efficient transport, serialization and pooling. This constants defines
the unique packet type id.
public static final int PKTID_SrvMonAppStatsAlertMessage
SrvMonAppStatsAlertMessage backing packet id type.
SrvMonAppStatsAlertMessage are backet by a packet which is used for
efficient transport, serialization and pooling. This constants defines
the unique packet type id.
public static final int PKTID_SrvMonAppUnhandledMessageMessage
SrvMonAppUnhandledMessageMessage backing packet id type.
SrvMonAppUnhandledMessageMessage are backet by a packet which is used for
efficient transport, serialization and pooling. This constants defines
the unique packet type id.
public static final int PKTID_SrvMonMessageBusBindingReconnectedMessage
SrvMonMessageBusBindingReconnectedMessage backing packet id type.
SrvMonMessageBusBindingReconnectedMessage are backet by a packet which is used for
efficient transport, serialization and pooling. This constants defines
the unique packet type id.
public static final int PKTID_SrvMonAppInboundLogExceptionMessage
SrvMonAppInboundLogExceptionMessage backing packet id type.
SrvMonAppInboundLogExceptionMessage are backet by a packet which is used for
efficient transport, serialization and pooling. This constants defines
the unique packet type id.
public static final SrvMonAlertFactory create(Properties props)
public static final SrvMonAppDuplicateAcknowledgementAlertMessage createSrvMonAppDuplicateAcknowledgementAlertMessage()
This method is the factory method for creating 'SrvMonAppDuplicateAcknowledgementAlertMessage' objects. It is equivalent to using 'SrvMonAppDuplicateAcknowledgementAlertMessage.create()'.
public static final SrvMonAppDuplicateAcknowledgementAlertMessage createSrvMonAppDuplicateAcknowledgementAlertMessage(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonAppDuplicateAcknowledgementAlertMessage' objects initialized with a given store id. It is equivalent to using 'SrvMonAppDuplicateAcknowledgementAlertMessage.create(id)'.
public static final SrvMonAppDuplicateAcknowledgementAlertMessage createSrvMonAppDuplicateAcknowledgementAlertMessageFromXbufContainerPacket(PktPacket packet)
This method is the factory method for creating 'SrvMonAppDuplicateAcknowledgementAlertMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppDuplicateAcknowledgementAlertMessage .createFromXbufContainerPacket(PktPacket)'.
Note: This method takes ownership of the supplied packet and, therefore, must be released by the caller once this method returns. Taking ownership implies that this method inherits the caller's reference to the packet. Therefore, the caller should not release its reference to the packet
public static final SrvMonAppDuplicateAcknowledgementAlertMessage createSrvMonAppDuplicateAcknowledgementAlertMessageFromSerializedXbufContainerPacket(ByteBuffer serializedPacket)
This method is the factory method for creating 'SrvMonAppDuplicateAcknowledgementAlertMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppDuplicateAcknowledgementAlertMessage .createFromSerializedXbufContainerPacket(ByteBuffer)'.
public static final SrvMonAppDuplicateAcknowledgementAlertMessage createSrvMonAppDuplicateAcknowledgementAlertMessageFromSerializedXbufContainerPacket(byte[] serializedPacket)
This method is the factory method for creating 'SrvMonAppDuplicateAcknowledgementAlertMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppDuplicateAcknowledgementAlertMessage .createFromSerializedXbufContainerPacket(byte[])'.
public static final SrvMonAppDuplicateAcknowledgementAlertMessage createSrvMonAppDuplicateAcknowledgementAlertMessageFromSerializedXbufContainer(ByteBuffer serializedContainer)
This method is the factory method for creating 'SrvMonAppDuplicateAcknowledgementAlertMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppDuplicateAcknowledgementAlertMessage .createFromSerializedXbufContainer(ByteBuffer)'.
public static final SrvMonAppDuplicateAcknowledgementAlertMessage createSrvMonAppDuplicateAcknowledgementAlertMessageFromSerializedXbufContainer(byte[] serializedContainer)
This method is the factory method for creating 'SrvMonAppDuplicateAcknowledgementAlertMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppDuplicateAcknowledgementAlertMessage .createFromSerializedXbufContainer(byte[])'.
public static final SrvMonAppDuplicateAcknowledgementAlertMessage createSrvMonAppDuplicateAcknowledgementAlertMessageFromJson(String json)
This method is the factory method for creating 'SrvMonAppDuplicateAcknowledgementAlertMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppDuplicateAcknowledgementAlertMessage .createFromJson(String)'.
public static final SrvMonAppDuplicateAcknowledgementAlertMessage createSrvMonAppDuplicateAcknowledgementAlertMessageFromRawJson(String json)
This method is the factory method for creating 'SrvMonAppDuplicateAcknowledgementAlertMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppDuplicateAcknowledgementAlertMessage .createFromRawJson(String)'.
public static final SrvMonMessageTraceLoggingExceptionMessage createSrvMonMessageTraceLoggingExceptionMessage()
This method is the factory method for creating 'SrvMonMessageTraceLoggingExceptionMessage' objects. It is equivalent to using 'SrvMonMessageTraceLoggingExceptionMessage.create()'.
public static final SrvMonMessageTraceLoggingExceptionMessage createSrvMonMessageTraceLoggingExceptionMessage(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonMessageTraceLoggingExceptionMessage' objects initialized with a given store id. It is equivalent to using 'SrvMonMessageTraceLoggingExceptionMessage.create(id)'.
public static final SrvMonMessageTraceLoggingExceptionMessage createSrvMonMessageTraceLoggingExceptionMessageFromXbufContainerPacket(PktPacket packet)
This method is the factory method for creating 'SrvMonMessageTraceLoggingExceptionMessage' objects from a serialized content object. It is equivalent to using 'SrvMonMessageTraceLoggingExceptionMessage .createFromXbufContainerPacket(PktPacket)'.
Note: This method takes ownership of the supplied packet and, therefore, must be released by the caller once this method returns. Taking ownership implies that this method inherits the caller's reference to the packet. Therefore, the caller should not release its reference to the packet
public static final SrvMonMessageTraceLoggingExceptionMessage createSrvMonMessageTraceLoggingExceptionMessageFromSerializedXbufContainerPacket(ByteBuffer serializedPacket)
This method is the factory method for creating 'SrvMonMessageTraceLoggingExceptionMessage' objects from a serialized content object. It is equivalent to using 'SrvMonMessageTraceLoggingExceptionMessage .createFromSerializedXbufContainerPacket(ByteBuffer)'.
public static final SrvMonMessageTraceLoggingExceptionMessage createSrvMonMessageTraceLoggingExceptionMessageFromSerializedXbufContainerPacket(byte[] serializedPacket)
This method is the factory method for creating 'SrvMonMessageTraceLoggingExceptionMessage' objects from a serialized content object. It is equivalent to using 'SrvMonMessageTraceLoggingExceptionMessage .createFromSerializedXbufContainerPacket(byte[])'.
public static final SrvMonMessageTraceLoggingExceptionMessage createSrvMonMessageTraceLoggingExceptionMessageFromSerializedXbufContainer(ByteBuffer serializedContainer)
This method is the factory method for creating 'SrvMonMessageTraceLoggingExceptionMessage' objects from a serialized content object. It is equivalent to using 'SrvMonMessageTraceLoggingExceptionMessage .createFromSerializedXbufContainer(ByteBuffer)'.
public static final SrvMonMessageTraceLoggingExceptionMessage createSrvMonMessageTraceLoggingExceptionMessageFromSerializedXbufContainer(byte[] serializedContainer)
This method is the factory method for creating 'SrvMonMessageTraceLoggingExceptionMessage' objects from a serialized content object. It is equivalent to using 'SrvMonMessageTraceLoggingExceptionMessage .createFromSerializedXbufContainer(byte[])'.
public static final SrvMonMessageTraceLoggingExceptionMessage createSrvMonMessageTraceLoggingExceptionMessageFromJson(String json)
This method is the factory method for creating 'SrvMonMessageTraceLoggingExceptionMessage' objects from a serialized content object. It is equivalent to using 'SrvMonMessageTraceLoggingExceptionMessage .createFromJson(String)'.
public static final SrvMonMessageTraceLoggingExceptionMessage createSrvMonMessageTraceLoggingExceptionMessageFromRawJson(String json)
This method is the factory method for creating 'SrvMonMessageTraceLoggingExceptionMessage' objects from a serialized content object. It is equivalent to using 'SrvMonMessageTraceLoggingExceptionMessage .createFromRawJson(String)'.
public static final SrvMonAppStoreTransactionLogRepairedMessage createSrvMonAppStoreTransactionLogRepairedMessage()
This method is the factory method for creating 'SrvMonAppStoreTransactionLogRepairedMessage' objects. It is equivalent to using 'SrvMonAppStoreTransactionLogRepairedMessage.create()'.
public static final SrvMonAppStoreTransactionLogRepairedMessage createSrvMonAppStoreTransactionLogRepairedMessage(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonAppStoreTransactionLogRepairedMessage' objects initialized with a given store id. It is equivalent to using 'SrvMonAppStoreTransactionLogRepairedMessage.create(id)'.
public static final SrvMonAppStoreTransactionLogRepairedMessage createSrvMonAppStoreTransactionLogRepairedMessageFromXbufContainerPacket(PktPacket packet)
This method is the factory method for creating 'SrvMonAppStoreTransactionLogRepairedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppStoreTransactionLogRepairedMessage .createFromXbufContainerPacket(PktPacket)'.
Note: This method takes ownership of the supplied packet and, therefore, must be released by the caller once this method returns. Taking ownership implies that this method inherits the caller's reference to the packet. Therefore, the caller should not release its reference to the packet
public static final SrvMonAppStoreTransactionLogRepairedMessage createSrvMonAppStoreTransactionLogRepairedMessageFromSerializedXbufContainerPacket(ByteBuffer serializedPacket)
This method is the factory method for creating 'SrvMonAppStoreTransactionLogRepairedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppStoreTransactionLogRepairedMessage .createFromSerializedXbufContainerPacket(ByteBuffer)'.
public static final SrvMonAppStoreTransactionLogRepairedMessage createSrvMonAppStoreTransactionLogRepairedMessageFromSerializedXbufContainerPacket(byte[] serializedPacket)
This method is the factory method for creating 'SrvMonAppStoreTransactionLogRepairedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppStoreTransactionLogRepairedMessage .createFromSerializedXbufContainerPacket(byte[])'.
public static final SrvMonAppStoreTransactionLogRepairedMessage createSrvMonAppStoreTransactionLogRepairedMessageFromSerializedXbufContainer(ByteBuffer serializedContainer)
This method is the factory method for creating 'SrvMonAppStoreTransactionLogRepairedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppStoreTransactionLogRepairedMessage .createFromSerializedXbufContainer(ByteBuffer)'.
public static final SrvMonAppStoreTransactionLogRepairedMessage createSrvMonAppStoreTransactionLogRepairedMessageFromSerializedXbufContainer(byte[] serializedContainer)
This method is the factory method for creating 'SrvMonAppStoreTransactionLogRepairedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppStoreTransactionLogRepairedMessage .createFromSerializedXbufContainer(byte[])'.
public static final SrvMonAppStoreTransactionLogRepairedMessage createSrvMonAppStoreTransactionLogRepairedMessageFromJson(String json)
This method is the factory method for creating 'SrvMonAppStoreTransactionLogRepairedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppStoreTransactionLogRepairedMessage .createFromJson(String)'.
public static final SrvMonAppStoreTransactionLogRepairedMessage createSrvMonAppStoreTransactionLogRepairedMessageFromRawJson(String json)
This method is the factory method for creating 'SrvMonAppStoreTransactionLogRepairedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppStoreTransactionLogRepairedMessage .createFromRawJson(String)'.
public static final SrvMonAppOutOfOrderSendCommitCompletionAlertMessage createSrvMonAppOutOfOrderSendCommitCompletionAlertMessage()
This method is the factory method for creating 'SrvMonAppOutOfOrderSendCommitCompletionAlertMessage' objects. It is equivalent to using 'SrvMonAppOutOfOrderSendCommitCompletionAlertMessage.create()'.
public static final SrvMonAppOutOfOrderSendCommitCompletionAlertMessage createSrvMonAppOutOfOrderSendCommitCompletionAlertMessage(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonAppOutOfOrderSendCommitCompletionAlertMessage' objects initialized with a given store id. It is equivalent to using 'SrvMonAppOutOfOrderSendCommitCompletionAlertMessage.create(id)'.
public static final SrvMonAppOutOfOrderSendCommitCompletionAlertMessage createSrvMonAppOutOfOrderSendCommitCompletionAlertMessageFromXbufContainerPacket(PktPacket packet)
This method is the factory method for creating 'SrvMonAppOutOfOrderSendCommitCompletionAlertMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppOutOfOrderSendCommitCompletionAlertMessage .createFromXbufContainerPacket(PktPacket)'.
Note: This method takes ownership of the supplied packet and, therefore, must be released by the caller once this method returns. Taking ownership implies that this method inherits the caller's reference to the packet. Therefore, the caller should not release its reference to the packet
public static final SrvMonAppOutOfOrderSendCommitCompletionAlertMessage createSrvMonAppOutOfOrderSendCommitCompletionAlertMessageFromSerializedXbufContainerPacket(ByteBuffer serializedPacket)
This method is the factory method for creating 'SrvMonAppOutOfOrderSendCommitCompletionAlertMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppOutOfOrderSendCommitCompletionAlertMessage .createFromSerializedXbufContainerPacket(ByteBuffer)'.
public static final SrvMonAppOutOfOrderSendCommitCompletionAlertMessage createSrvMonAppOutOfOrderSendCommitCompletionAlertMessageFromSerializedXbufContainerPacket(byte[] serializedPacket)
This method is the factory method for creating 'SrvMonAppOutOfOrderSendCommitCompletionAlertMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppOutOfOrderSendCommitCompletionAlertMessage .createFromSerializedXbufContainerPacket(byte[])'.
public static final SrvMonAppOutOfOrderSendCommitCompletionAlertMessage createSrvMonAppOutOfOrderSendCommitCompletionAlertMessageFromSerializedXbufContainer(ByteBuffer serializedContainer)
This method is the factory method for creating 'SrvMonAppOutOfOrderSendCommitCompletionAlertMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppOutOfOrderSendCommitCompletionAlertMessage .createFromSerializedXbufContainer(ByteBuffer)'.
public static final SrvMonAppOutOfOrderSendCommitCompletionAlertMessage createSrvMonAppOutOfOrderSendCommitCompletionAlertMessageFromSerializedXbufContainer(byte[] serializedContainer)
This method is the factory method for creating 'SrvMonAppOutOfOrderSendCommitCompletionAlertMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppOutOfOrderSendCommitCompletionAlertMessage .createFromSerializedXbufContainer(byte[])'.
public static final SrvMonAppOutOfOrderSendCommitCompletionAlertMessage createSrvMonAppOutOfOrderSendCommitCompletionAlertMessageFromJson(String json)
This method is the factory method for creating 'SrvMonAppOutOfOrderSendCommitCompletionAlertMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppOutOfOrderSendCommitCompletionAlertMessage .createFromJson(String)'.
public static final SrvMonAppOutOfOrderSendCommitCompletionAlertMessage createSrvMonAppOutOfOrderSendCommitCompletionAlertMessageFromRawJson(String json)
This method is the factory method for creating 'SrvMonAppOutOfOrderSendCommitCompletionAlertMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppOutOfOrderSendCommitCompletionAlertMessage .createFromRawJson(String)'.
public static final SrvMonAppStuckAlertMessage createSrvMonAppStuckAlertMessage()
This method is the factory method for creating 'SrvMonAppStuckAlertMessage' objects. It is equivalent to using 'SrvMonAppStuckAlertMessage.create()'.
public static final SrvMonAppStuckAlertMessage createSrvMonAppStuckAlertMessage(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonAppStuckAlertMessage' objects initialized with a given store id. It is equivalent to using 'SrvMonAppStuckAlertMessage.create(id)'.
public static final SrvMonAppStuckAlertMessage createSrvMonAppStuckAlertMessageFromXbufContainerPacket(PktPacket packet)
This method is the factory method for creating 'SrvMonAppStuckAlertMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppStuckAlertMessage .createFromXbufContainerPacket(PktPacket)'.
Note: This method takes ownership of the supplied packet and, therefore, must be released by the caller once this method returns. Taking ownership implies that this method inherits the caller's reference to the packet. Therefore, the caller should not release its reference to the packet
public static final SrvMonAppStuckAlertMessage createSrvMonAppStuckAlertMessageFromSerializedXbufContainerPacket(ByteBuffer serializedPacket)
This method is the factory method for creating 'SrvMonAppStuckAlertMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppStuckAlertMessage .createFromSerializedXbufContainerPacket(ByteBuffer)'.
public static final SrvMonAppStuckAlertMessage createSrvMonAppStuckAlertMessageFromSerializedXbufContainerPacket(byte[] serializedPacket)
This method is the factory method for creating 'SrvMonAppStuckAlertMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppStuckAlertMessage .createFromSerializedXbufContainerPacket(byte[])'.
public static final SrvMonAppStuckAlertMessage createSrvMonAppStuckAlertMessageFromSerializedXbufContainer(ByteBuffer serializedContainer)
This method is the factory method for creating 'SrvMonAppStuckAlertMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppStuckAlertMessage .createFromSerializedXbufContainer(ByteBuffer)'.
public static final SrvMonAppStuckAlertMessage createSrvMonAppStuckAlertMessageFromSerializedXbufContainer(byte[] serializedContainer)
This method is the factory method for creating 'SrvMonAppStuckAlertMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppStuckAlertMessage .createFromSerializedXbufContainer(byte[])'.
public static final SrvMonAppStuckAlertMessage createSrvMonAppStuckAlertMessageFromJson(String json)
This method is the factory method for creating 'SrvMonAppStuckAlertMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppStuckAlertMessage .createFromJson(String)'.
public static final SrvMonAppStuckAlertMessage createSrvMonAppStuckAlertMessageFromRawJson(String json)
This method is the factory method for creating 'SrvMonAppStuckAlertMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppStuckAlertMessage .createFromRawJson(String)'.
public static final SrvMonUnhandledMessageMessage createSrvMonUnhandledMessageMessage()
This method is the factory method for creating 'SrvMonUnhandledMessageMessage' objects. It is equivalent to using 'SrvMonUnhandledMessageMessage.create()'.
public static final SrvMonUnhandledMessageMessage createSrvMonUnhandledMessageMessage(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonUnhandledMessageMessage' objects initialized with a given store id. It is equivalent to using 'SrvMonUnhandledMessageMessage.create(id)'.
public static final SrvMonUnhandledMessageMessage createSrvMonUnhandledMessageMessageFromXbufContainerPacket(PktPacket packet)
This method is the factory method for creating 'SrvMonUnhandledMessageMessage' objects from a serialized content object. It is equivalent to using 'SrvMonUnhandledMessageMessage .createFromXbufContainerPacket(PktPacket)'.
Note: This method takes ownership of the supplied packet and, therefore, must be released by the caller once this method returns. Taking ownership implies that this method inherits the caller's reference to the packet. Therefore, the caller should not release its reference to the packet
public static final SrvMonUnhandledMessageMessage createSrvMonUnhandledMessageMessageFromSerializedXbufContainerPacket(ByteBuffer serializedPacket)
This method is the factory method for creating 'SrvMonUnhandledMessageMessage' objects from a serialized content object. It is equivalent to using 'SrvMonUnhandledMessageMessage .createFromSerializedXbufContainerPacket(ByteBuffer)'.
public static final SrvMonUnhandledMessageMessage createSrvMonUnhandledMessageMessageFromSerializedXbufContainerPacket(byte[] serializedPacket)
This method is the factory method for creating 'SrvMonUnhandledMessageMessage' objects from a serialized content object. It is equivalent to using 'SrvMonUnhandledMessageMessage .createFromSerializedXbufContainerPacket(byte[])'.
public static final SrvMonUnhandledMessageMessage createSrvMonUnhandledMessageMessageFromSerializedXbufContainer(ByteBuffer serializedContainer)
This method is the factory method for creating 'SrvMonUnhandledMessageMessage' objects from a serialized content object. It is equivalent to using 'SrvMonUnhandledMessageMessage .createFromSerializedXbufContainer(ByteBuffer)'.
public static final SrvMonUnhandledMessageMessage createSrvMonUnhandledMessageMessageFromSerializedXbufContainer(byte[] serializedContainer)
This method is the factory method for creating 'SrvMonUnhandledMessageMessage' objects from a serialized content object. It is equivalent to using 'SrvMonUnhandledMessageMessage .createFromSerializedXbufContainer(byte[])'.
public static final SrvMonUnhandledMessageMessage createSrvMonUnhandledMessageMessageFromJson(String json)
This method is the factory method for creating 'SrvMonUnhandledMessageMessage' objects from a serialized content object. It is equivalent to using 'SrvMonUnhandledMessageMessage .createFromJson(String)'.
public static final SrvMonUnhandledMessageMessage createSrvMonUnhandledMessageMessageFromRawJson(String json)
This method is the factory method for creating 'SrvMonUnhandledMessageMessage' objects from a serialized content object. It is equivalent to using 'SrvMonUnhandledMessageMessage .createFromRawJson(String)'.
public static final SrvMonAppSendExceptionMessage createSrvMonAppSendExceptionMessage()
This method is the factory method for creating 'SrvMonAppSendExceptionMessage' objects. It is equivalent to using 'SrvMonAppSendExceptionMessage.create()'.
public static final SrvMonAppSendExceptionMessage createSrvMonAppSendExceptionMessage(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonAppSendExceptionMessage' objects initialized with a given store id. It is equivalent to using 'SrvMonAppSendExceptionMessage.create(id)'.
public static final SrvMonAppSendExceptionMessage createSrvMonAppSendExceptionMessageFromXbufContainerPacket(PktPacket packet)
This method is the factory method for creating 'SrvMonAppSendExceptionMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppSendExceptionMessage .createFromXbufContainerPacket(PktPacket)'.
Note: This method takes ownership of the supplied packet and, therefore, must be released by the caller once this method returns. Taking ownership implies that this method inherits the caller's reference to the packet. Therefore, the caller should not release its reference to the packet
public static final SrvMonAppSendExceptionMessage createSrvMonAppSendExceptionMessageFromSerializedXbufContainerPacket(ByteBuffer serializedPacket)
This method is the factory method for creating 'SrvMonAppSendExceptionMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppSendExceptionMessage .createFromSerializedXbufContainerPacket(ByteBuffer)'.
public static final SrvMonAppSendExceptionMessage createSrvMonAppSendExceptionMessageFromSerializedXbufContainerPacket(byte[] serializedPacket)
This method is the factory method for creating 'SrvMonAppSendExceptionMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppSendExceptionMessage .createFromSerializedXbufContainerPacket(byte[])'.
public static final SrvMonAppSendExceptionMessage createSrvMonAppSendExceptionMessageFromSerializedXbufContainer(ByteBuffer serializedContainer)
This method is the factory method for creating 'SrvMonAppSendExceptionMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppSendExceptionMessage .createFromSerializedXbufContainer(ByteBuffer)'.
public static final SrvMonAppSendExceptionMessage createSrvMonAppSendExceptionMessageFromSerializedXbufContainer(byte[] serializedContainer)
This method is the factory method for creating 'SrvMonAppSendExceptionMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppSendExceptionMessage .createFromSerializedXbufContainer(byte[])'.
public static final SrvMonAppSendExceptionMessage createSrvMonAppSendExceptionMessageFromJson(String json)
This method is the factory method for creating 'SrvMonAppSendExceptionMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppSendExceptionMessage .createFromJson(String)'.
public static final SrvMonAppSendExceptionMessage createSrvMonAppSendExceptionMessageFromRawJson(String json)
This method is the factory method for creating 'SrvMonAppSendExceptionMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppSendExceptionMessage .createFromRawJson(String)'.
public static final SrvMonMessageBusBindingReconnectingMessage createSrvMonMessageBusBindingReconnectingMessage()
This method is the factory method for creating 'SrvMonMessageBusBindingReconnectingMessage' objects. It is equivalent to using 'SrvMonMessageBusBindingReconnectingMessage.create()'.
public static final SrvMonMessageBusBindingReconnectingMessage createSrvMonMessageBusBindingReconnectingMessage(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonMessageBusBindingReconnectingMessage' objects initialized with a given store id. It is equivalent to using 'SrvMonMessageBusBindingReconnectingMessage.create(id)'.
public static final SrvMonMessageBusBindingReconnectingMessage createSrvMonMessageBusBindingReconnectingMessageFromXbufContainerPacket(PktPacket packet)
This method is the factory method for creating 'SrvMonMessageBusBindingReconnectingMessage' objects from a serialized content object. It is equivalent to using 'SrvMonMessageBusBindingReconnectingMessage .createFromXbufContainerPacket(PktPacket)'.
Note: This method takes ownership of the supplied packet and, therefore, must be released by the caller once this method returns. Taking ownership implies that this method inherits the caller's reference to the packet. Therefore, the caller should not release its reference to the packet
public static final SrvMonMessageBusBindingReconnectingMessage createSrvMonMessageBusBindingReconnectingMessageFromSerializedXbufContainerPacket(ByteBuffer serializedPacket)
This method is the factory method for creating 'SrvMonMessageBusBindingReconnectingMessage' objects from a serialized content object. It is equivalent to using 'SrvMonMessageBusBindingReconnectingMessage .createFromSerializedXbufContainerPacket(ByteBuffer)'.
public static final SrvMonMessageBusBindingReconnectingMessage createSrvMonMessageBusBindingReconnectingMessageFromSerializedXbufContainerPacket(byte[] serializedPacket)
This method is the factory method for creating 'SrvMonMessageBusBindingReconnectingMessage' objects from a serialized content object. It is equivalent to using 'SrvMonMessageBusBindingReconnectingMessage .createFromSerializedXbufContainerPacket(byte[])'.
public static final SrvMonMessageBusBindingReconnectingMessage createSrvMonMessageBusBindingReconnectingMessageFromSerializedXbufContainer(ByteBuffer serializedContainer)
This method is the factory method for creating 'SrvMonMessageBusBindingReconnectingMessage' objects from a serialized content object. It is equivalent to using 'SrvMonMessageBusBindingReconnectingMessage .createFromSerializedXbufContainer(ByteBuffer)'.
public static final SrvMonMessageBusBindingReconnectingMessage createSrvMonMessageBusBindingReconnectingMessageFromSerializedXbufContainer(byte[] serializedContainer)
This method is the factory method for creating 'SrvMonMessageBusBindingReconnectingMessage' objects from a serialized content object. It is equivalent to using 'SrvMonMessageBusBindingReconnectingMessage .createFromSerializedXbufContainer(byte[])'.
public static final SrvMonMessageBusBindingReconnectingMessage createSrvMonMessageBusBindingReconnectingMessageFromJson(String json)
This method is the factory method for creating 'SrvMonMessageBusBindingReconnectingMessage' objects from a serialized content object. It is equivalent to using 'SrvMonMessageBusBindingReconnectingMessage .createFromJson(String)'.
public static final SrvMonMessageBusBindingReconnectingMessage createSrvMonMessageBusBindingReconnectingMessageFromRawJson(String json)
This method is the factory method for creating 'SrvMonMessageBusBindingReconnectingMessage' objects from a serialized content object. It is equivalent to using 'SrvMonMessageBusBindingReconnectingMessage .createFromRawJson(String)'.
public static final SrvMonAppOutboundLogExceptionMessage createSrvMonAppOutboundLogExceptionMessage()
This method is the factory method for creating 'SrvMonAppOutboundLogExceptionMessage' objects. It is equivalent to using 'SrvMonAppOutboundLogExceptionMessage.create()'.
public static final SrvMonAppOutboundLogExceptionMessage createSrvMonAppOutboundLogExceptionMessage(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonAppOutboundLogExceptionMessage' objects initialized with a given store id. It is equivalent to using 'SrvMonAppOutboundLogExceptionMessage.create(id)'.
public static final SrvMonAppOutboundLogExceptionMessage createSrvMonAppOutboundLogExceptionMessageFromXbufContainerPacket(PktPacket packet)
This method is the factory method for creating 'SrvMonAppOutboundLogExceptionMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppOutboundLogExceptionMessage .createFromXbufContainerPacket(PktPacket)'.
Note: This method takes ownership of the supplied packet and, therefore, must be released by the caller once this method returns. Taking ownership implies that this method inherits the caller's reference to the packet. Therefore, the caller should not release its reference to the packet
public static final SrvMonAppOutboundLogExceptionMessage createSrvMonAppOutboundLogExceptionMessageFromSerializedXbufContainerPacket(ByteBuffer serializedPacket)
This method is the factory method for creating 'SrvMonAppOutboundLogExceptionMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppOutboundLogExceptionMessage .createFromSerializedXbufContainerPacket(ByteBuffer)'.
public static final SrvMonAppOutboundLogExceptionMessage createSrvMonAppOutboundLogExceptionMessageFromSerializedXbufContainerPacket(byte[] serializedPacket)
This method is the factory method for creating 'SrvMonAppOutboundLogExceptionMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppOutboundLogExceptionMessage .createFromSerializedXbufContainerPacket(byte[])'.
public static final SrvMonAppOutboundLogExceptionMessage createSrvMonAppOutboundLogExceptionMessageFromSerializedXbufContainer(ByteBuffer serializedContainer)
This method is the factory method for creating 'SrvMonAppOutboundLogExceptionMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppOutboundLogExceptionMessage .createFromSerializedXbufContainer(ByteBuffer)'.
public static final SrvMonAppOutboundLogExceptionMessage createSrvMonAppOutboundLogExceptionMessageFromSerializedXbufContainer(byte[] serializedContainer)
This method is the factory method for creating 'SrvMonAppOutboundLogExceptionMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppOutboundLogExceptionMessage .createFromSerializedXbufContainer(byte[])'.
public static final SrvMonAppOutboundLogExceptionMessage createSrvMonAppOutboundLogExceptionMessageFromJson(String json)
This method is the factory method for creating 'SrvMonAppOutboundLogExceptionMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppOutboundLogExceptionMessage .createFromJson(String)'.
public static final SrvMonAppOutboundLogExceptionMessage createSrvMonAppOutboundLogExceptionMessageFromRawJson(String json)
This method is the factory method for creating 'SrvMonAppOutboundLogExceptionMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppOutboundLogExceptionMessage .createFromRawJson(String)'.
public static final SrvMonAppExceptionMessage createSrvMonAppExceptionMessage()
This method is the factory method for creating 'SrvMonAppExceptionMessage' objects. It is equivalent to using 'SrvMonAppExceptionMessage.create()'.
public static final SrvMonAppExceptionMessage createSrvMonAppExceptionMessage(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonAppExceptionMessage' objects initialized with a given store id. It is equivalent to using 'SrvMonAppExceptionMessage.create(id)'.
public static final SrvMonAppExceptionMessage createSrvMonAppExceptionMessageFromXbufContainerPacket(PktPacket packet)
This method is the factory method for creating 'SrvMonAppExceptionMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppExceptionMessage .createFromXbufContainerPacket(PktPacket)'.
Note: This method takes ownership of the supplied packet and, therefore, must be released by the caller once this method returns. Taking ownership implies that this method inherits the caller's reference to the packet. Therefore, the caller should not release its reference to the packet
public static final SrvMonAppExceptionMessage createSrvMonAppExceptionMessageFromSerializedXbufContainerPacket(ByteBuffer serializedPacket)
This method is the factory method for creating 'SrvMonAppExceptionMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppExceptionMessage .createFromSerializedXbufContainerPacket(ByteBuffer)'.
public static final SrvMonAppExceptionMessage createSrvMonAppExceptionMessageFromSerializedXbufContainerPacket(byte[] serializedPacket)
This method is the factory method for creating 'SrvMonAppExceptionMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppExceptionMessage .createFromSerializedXbufContainerPacket(byte[])'.
public static final SrvMonAppExceptionMessage createSrvMonAppExceptionMessageFromSerializedXbufContainer(ByteBuffer serializedContainer)
This method is the factory method for creating 'SrvMonAppExceptionMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppExceptionMessage .createFromSerializedXbufContainer(ByteBuffer)'.
public static final SrvMonAppExceptionMessage createSrvMonAppExceptionMessageFromSerializedXbufContainer(byte[] serializedContainer)
This method is the factory method for creating 'SrvMonAppExceptionMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppExceptionMessage .createFromSerializedXbufContainer(byte[])'.
public static final SrvMonAppExceptionMessage createSrvMonAppExceptionMessageFromJson(String json)
This method is the factory method for creating 'SrvMonAppExceptionMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppExceptionMessage .createFromJson(String)'.
public static final SrvMonAppExceptionMessage createSrvMonAppExceptionMessageFromRawJson(String json)
This method is the factory method for creating 'SrvMonAppExceptionMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppExceptionMessage .createFromRawJson(String)'.
public static final SrvMonAppStatsAlertMessage createSrvMonAppStatsAlertMessage()
This method is the factory method for creating 'SrvMonAppStatsAlertMessage' objects. It is equivalent to using 'SrvMonAppStatsAlertMessage.create()'.
public static final SrvMonAppStatsAlertMessage createSrvMonAppStatsAlertMessage(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonAppStatsAlertMessage' objects initialized with a given store id. It is equivalent to using 'SrvMonAppStatsAlertMessage.create(id)'.
public static final SrvMonAppStatsAlertMessage createSrvMonAppStatsAlertMessageFromXbufContainerPacket(PktPacket packet)
This method is the factory method for creating 'SrvMonAppStatsAlertMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppStatsAlertMessage .createFromXbufContainerPacket(PktPacket)'.
Note: This method takes ownership of the supplied packet and, therefore, must be released by the caller once this method returns. Taking ownership implies that this method inherits the caller's reference to the packet. Therefore, the caller should not release its reference to the packet
public static final SrvMonAppStatsAlertMessage createSrvMonAppStatsAlertMessageFromSerializedXbufContainerPacket(ByteBuffer serializedPacket)
This method is the factory method for creating 'SrvMonAppStatsAlertMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppStatsAlertMessage .createFromSerializedXbufContainerPacket(ByteBuffer)'.
public static final SrvMonAppStatsAlertMessage createSrvMonAppStatsAlertMessageFromSerializedXbufContainerPacket(byte[] serializedPacket)
This method is the factory method for creating 'SrvMonAppStatsAlertMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppStatsAlertMessage .createFromSerializedXbufContainerPacket(byte[])'.
public static final SrvMonAppStatsAlertMessage createSrvMonAppStatsAlertMessageFromSerializedXbufContainer(ByteBuffer serializedContainer)
This method is the factory method for creating 'SrvMonAppStatsAlertMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppStatsAlertMessage .createFromSerializedXbufContainer(ByteBuffer)'.
public static final SrvMonAppStatsAlertMessage createSrvMonAppStatsAlertMessageFromSerializedXbufContainer(byte[] serializedContainer)
This method is the factory method for creating 'SrvMonAppStatsAlertMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppStatsAlertMessage .createFromSerializedXbufContainer(byte[])'.
public static final SrvMonAppStatsAlertMessage createSrvMonAppStatsAlertMessageFromJson(String json)
This method is the factory method for creating 'SrvMonAppStatsAlertMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppStatsAlertMessage .createFromJson(String)'.
public static final SrvMonAppStatsAlertMessage createSrvMonAppStatsAlertMessageFromRawJson(String json)
This method is the factory method for creating 'SrvMonAppStatsAlertMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppStatsAlertMessage .createFromRawJson(String)'.
public static final SrvMonAppUnhandledMessageMessage createSrvMonAppUnhandledMessageMessage()
This method is the factory method for creating 'SrvMonAppUnhandledMessageMessage' objects. It is equivalent to using 'SrvMonAppUnhandledMessageMessage.create()'.
public static final SrvMonAppUnhandledMessageMessage createSrvMonAppUnhandledMessageMessage(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonAppUnhandledMessageMessage' objects initialized with a given store id. It is equivalent to using 'SrvMonAppUnhandledMessageMessage.create(id)'.
public static final SrvMonAppUnhandledMessageMessage createSrvMonAppUnhandledMessageMessageFromXbufContainerPacket(PktPacket packet)
This method is the factory method for creating 'SrvMonAppUnhandledMessageMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppUnhandledMessageMessage .createFromXbufContainerPacket(PktPacket)'.
Note: This method takes ownership of the supplied packet and, therefore, must be released by the caller once this method returns. Taking ownership implies that this method inherits the caller's reference to the packet. Therefore, the caller should not release its reference to the packet
public static final SrvMonAppUnhandledMessageMessage createSrvMonAppUnhandledMessageMessageFromSerializedXbufContainerPacket(ByteBuffer serializedPacket)
This method is the factory method for creating 'SrvMonAppUnhandledMessageMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppUnhandledMessageMessage .createFromSerializedXbufContainerPacket(ByteBuffer)'.
public static final SrvMonAppUnhandledMessageMessage createSrvMonAppUnhandledMessageMessageFromSerializedXbufContainerPacket(byte[] serializedPacket)
This method is the factory method for creating 'SrvMonAppUnhandledMessageMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppUnhandledMessageMessage .createFromSerializedXbufContainerPacket(byte[])'.
public static final SrvMonAppUnhandledMessageMessage createSrvMonAppUnhandledMessageMessageFromSerializedXbufContainer(ByteBuffer serializedContainer)
This method is the factory method for creating 'SrvMonAppUnhandledMessageMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppUnhandledMessageMessage .createFromSerializedXbufContainer(ByteBuffer)'.
public static final SrvMonAppUnhandledMessageMessage createSrvMonAppUnhandledMessageMessageFromSerializedXbufContainer(byte[] serializedContainer)
This method is the factory method for creating 'SrvMonAppUnhandledMessageMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppUnhandledMessageMessage .createFromSerializedXbufContainer(byte[])'.
public static final SrvMonAppUnhandledMessageMessage createSrvMonAppUnhandledMessageMessageFromJson(String json)
This method is the factory method for creating 'SrvMonAppUnhandledMessageMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppUnhandledMessageMessage .createFromJson(String)'.
public static final SrvMonAppUnhandledMessageMessage createSrvMonAppUnhandledMessageMessageFromRawJson(String json)
This method is the factory method for creating 'SrvMonAppUnhandledMessageMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppUnhandledMessageMessage .createFromRawJson(String)'.
public static final SrvMonMessageBusBindingReconnectedMessage createSrvMonMessageBusBindingReconnectedMessage()
This method is the factory method for creating 'SrvMonMessageBusBindingReconnectedMessage' objects. It is equivalent to using 'SrvMonMessageBusBindingReconnectedMessage.create()'.
public static final SrvMonMessageBusBindingReconnectedMessage createSrvMonMessageBusBindingReconnectedMessage(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonMessageBusBindingReconnectedMessage' objects initialized with a given store id. It is equivalent to using 'SrvMonMessageBusBindingReconnectedMessage.create(id)'.
public static final SrvMonMessageBusBindingReconnectedMessage createSrvMonMessageBusBindingReconnectedMessageFromXbufContainerPacket(PktPacket packet)
This method is the factory method for creating 'SrvMonMessageBusBindingReconnectedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonMessageBusBindingReconnectedMessage .createFromXbufContainerPacket(PktPacket)'.
Note: This method takes ownership of the supplied packet and, therefore, must be released by the caller once this method returns. Taking ownership implies that this method inherits the caller's reference to the packet. Therefore, the caller should not release its reference to the packet
public static final SrvMonMessageBusBindingReconnectedMessage createSrvMonMessageBusBindingReconnectedMessageFromSerializedXbufContainerPacket(ByteBuffer serializedPacket)
This method is the factory method for creating 'SrvMonMessageBusBindingReconnectedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonMessageBusBindingReconnectedMessage .createFromSerializedXbufContainerPacket(ByteBuffer)'.
public static final SrvMonMessageBusBindingReconnectedMessage createSrvMonMessageBusBindingReconnectedMessageFromSerializedXbufContainerPacket(byte[] serializedPacket)
This method is the factory method for creating 'SrvMonMessageBusBindingReconnectedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonMessageBusBindingReconnectedMessage .createFromSerializedXbufContainerPacket(byte[])'.
public static final SrvMonMessageBusBindingReconnectedMessage createSrvMonMessageBusBindingReconnectedMessageFromSerializedXbufContainer(ByteBuffer serializedContainer)
This method is the factory method for creating 'SrvMonMessageBusBindingReconnectedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonMessageBusBindingReconnectedMessage .createFromSerializedXbufContainer(ByteBuffer)'.
public static final SrvMonMessageBusBindingReconnectedMessage createSrvMonMessageBusBindingReconnectedMessageFromSerializedXbufContainer(byte[] serializedContainer)
This method is the factory method for creating 'SrvMonMessageBusBindingReconnectedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonMessageBusBindingReconnectedMessage .createFromSerializedXbufContainer(byte[])'.
public static final SrvMonMessageBusBindingReconnectedMessage createSrvMonMessageBusBindingReconnectedMessageFromJson(String json)
This method is the factory method for creating 'SrvMonMessageBusBindingReconnectedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonMessageBusBindingReconnectedMessage .createFromJson(String)'.
public static final SrvMonMessageBusBindingReconnectedMessage createSrvMonMessageBusBindingReconnectedMessageFromRawJson(String json)
This method is the factory method for creating 'SrvMonMessageBusBindingReconnectedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonMessageBusBindingReconnectedMessage .createFromRawJson(String)'.
public static final SrvMonAppInboundLogExceptionMessage createSrvMonAppInboundLogExceptionMessage()
This method is the factory method for creating 'SrvMonAppInboundLogExceptionMessage' objects. It is equivalent to using 'SrvMonAppInboundLogExceptionMessage.create()'.
public static final SrvMonAppInboundLogExceptionMessage createSrvMonAppInboundLogExceptionMessage(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonAppInboundLogExceptionMessage' objects initialized with a given store id. It is equivalent to using 'SrvMonAppInboundLogExceptionMessage.create(id)'.
public static final SrvMonAppInboundLogExceptionMessage createSrvMonAppInboundLogExceptionMessageFromXbufContainerPacket(PktPacket packet)
This method is the factory method for creating 'SrvMonAppInboundLogExceptionMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppInboundLogExceptionMessage .createFromXbufContainerPacket(PktPacket)'.
Note: This method takes ownership of the supplied packet and, therefore, must be released by the caller once this method returns. Taking ownership implies that this method inherits the caller's reference to the packet. Therefore, the caller should not release its reference to the packet
public static final SrvMonAppInboundLogExceptionMessage createSrvMonAppInboundLogExceptionMessageFromSerializedXbufContainerPacket(ByteBuffer serializedPacket)
This method is the factory method for creating 'SrvMonAppInboundLogExceptionMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppInboundLogExceptionMessage .createFromSerializedXbufContainerPacket(ByteBuffer)'.
public static final SrvMonAppInboundLogExceptionMessage createSrvMonAppInboundLogExceptionMessageFromSerializedXbufContainerPacket(byte[] serializedPacket)
This method is the factory method for creating 'SrvMonAppInboundLogExceptionMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppInboundLogExceptionMessage .createFromSerializedXbufContainerPacket(byte[])'.
public static final SrvMonAppInboundLogExceptionMessage createSrvMonAppInboundLogExceptionMessageFromSerializedXbufContainer(ByteBuffer serializedContainer)
This method is the factory method for creating 'SrvMonAppInboundLogExceptionMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppInboundLogExceptionMessage .createFromSerializedXbufContainer(ByteBuffer)'.
public static final SrvMonAppInboundLogExceptionMessage createSrvMonAppInboundLogExceptionMessageFromSerializedXbufContainer(byte[] serializedContainer)
This method is the factory method for creating 'SrvMonAppInboundLogExceptionMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppInboundLogExceptionMessage .createFromSerializedXbufContainer(byte[])'.
public static final SrvMonAppInboundLogExceptionMessage createSrvMonAppInboundLogExceptionMessageFromJson(String json)
This method is the factory method for creating 'SrvMonAppInboundLogExceptionMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppInboundLogExceptionMessage .createFromJson(String)'.
public static final SrvMonAppInboundLogExceptionMessage createSrvMonAppInboundLogExceptionMessageFromRawJson(String json)
This method is the factory method for creating 'SrvMonAppInboundLogExceptionMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppInboundLogExceptionMessage .createFromRawJson(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 IStoreObjectFactorytype - The type of the object to create. The object type is the unique
identifier of the object relative to its object factory. The type is used to
identify the object's Java class to instantiateid - The id of the object to create. The object id is the unique identifier
of an object in its ODS store.encodingType - The object's content encoding type.packet - The serialized form of the object.public final short getVfid()
MessageViewFactory.getVfid()getVfid in interface MessageViewFactorypublic final MessageView create(short type)
MessageViewFactory.create(short)create in interface MessageViewFactorytype - The message view's typepublic final MessageView wrap(short type, int encodingType, Object message)
MessageViewFactory.wrap(short, int, java.lang.Object)wrap in interface MessageViewFactorytype - The message view's typeencodingType - The message's encoding typemessage - The serialized message to wrap the view around.Copyright © 2019 Neeve Research, LLC. All Rights Reserved.