@Generated(value="com.neeve.adm.AdmFactory", date="Tue Sep 16 04:36:04 UTC 2025") @AdmGenerated(encoding="xbuf", compatLevel="5.0.0", admVersion="Unknown Version", date="9/16/25 4:36 AM", buildInfo="nvx-rumi-server-4.0.595 (Rumi ADM Maven 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_PACKET_FACTORY, OFID_RUMI_RESERVED_FACTORYID_END, OFID_SERVER_FLOW_FACTORY, OFID_SRV_MON_ALERT_FACTORY, OFID_SRV_MON_CNC_FACTORY, OFID_SRV_MON_FACTORY, OFID_SRV_MON_LIFECYCLE_FACTORYVFID_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_PACKET, VFID_PLATFORM_STATIC_LAST, VFID_ROG_PACKET, VFID_ROG_PACKET_MANAGER, VFID_RUMI_RESERVED_FACTORYID_END, VFID_SRV_MON_ALERT_FACTORY, VFID_SRV_MON_CNC_FACTORY, VFID_SRV_MON_COMMON_FACTORY, VFID_SRV_MON_FACTORY, VFID_SRV_MON_LIFECYCLE_FACTORY| Constructor and Description |
|---|
SrvMonAlertFactory() |
| Modifier and Type | Method and Description |
|---|---|
static SrvMonAlertFactory |
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 SrvMonAppDuplicateAcknowledgementAlertMessage |
createSrvMonAppDuplicateAcknowledgementAlertMessage()
SrvMonAppDuplicateAcknowledgementAlertMessage factory method
This method is the factory method for creating 'SrvMonAppDuplicateAcknowledgementAlertMessage' objects.
|
static SrvMonAppDuplicateAcknowledgementAlertMessage |
createSrvMonAppDuplicateAcknowledgementAlertMessage(com.eaio.uuid.UUID id)
SrvMonAppDuplicateAcknowledgementAlertMessage factory method
This method is the factory method for creating 'SrvMonAppDuplicateAcknowledgementAlertMessage' objects initialized with a given store id.
|
static SrvMonAppDuplicateAcknowledgementAlertMessage |
createSrvMonAppDuplicateAcknowledgementAlertMessageFromJson(String json)
SrvMonAppDuplicateAcknowledgementAlertMessage factory method
This method is the factory method for creating 'SrvMonAppDuplicateAcknowledgementAlertMessage' objects
from a serialized content object.
|
static SrvMonAppDuplicateAcknowledgementAlertMessage |
createSrvMonAppDuplicateAcknowledgementAlertMessageFromRawJson(String json)
SrvMonAppDuplicateAcknowledgementAlertMessage factory method
This method is the factory method for creating 'SrvMonAppDuplicateAcknowledgementAlertMessage' objects
from a serialized content object.
|
static SrvMonAppExceptionMessage |
createSrvMonAppExceptionMessage()
SrvMonAppExceptionMessage factory method
This method is the factory method for creating 'SrvMonAppExceptionMessage' objects.
|
static SrvMonAppExceptionMessage |
createSrvMonAppExceptionMessage(com.eaio.uuid.UUID id)
SrvMonAppExceptionMessage factory method
This method is the factory method for creating 'SrvMonAppExceptionMessage' objects initialized with a given store id.
|
static SrvMonAppExceptionMessage |
createSrvMonAppExceptionMessageFromJson(String json)
SrvMonAppExceptionMessage factory method
This method is the factory method for creating 'SrvMonAppExceptionMessage' objects
from a serialized content object.
|
static SrvMonAppExceptionMessage |
createSrvMonAppExceptionMessageFromRawJson(String json)
SrvMonAppExceptionMessage factory method
This method is the factory method for creating 'SrvMonAppExceptionMessage' objects
from a serialized content object.
|
static SrvMonAppInboundLogExceptionMessage |
createSrvMonAppInboundLogExceptionMessage()
SrvMonAppInboundLogExceptionMessage factory method
This method is the factory method for creating 'SrvMonAppInboundLogExceptionMessage' objects.
|
static SrvMonAppInboundLogExceptionMessage |
createSrvMonAppInboundLogExceptionMessage(com.eaio.uuid.UUID id)
SrvMonAppInboundLogExceptionMessage factory method
This method is the factory method for creating 'SrvMonAppInboundLogExceptionMessage' objects initialized with a given store id.
|
static SrvMonAppInboundLogExceptionMessage |
createSrvMonAppInboundLogExceptionMessageFromJson(String json)
SrvMonAppInboundLogExceptionMessage factory method
This method is the factory method for creating 'SrvMonAppInboundLogExceptionMessage' objects
from a serialized content object.
|
static SrvMonAppInboundLogExceptionMessage |
createSrvMonAppInboundLogExceptionMessageFromRawJson(String json)
SrvMonAppInboundLogExceptionMessage factory method
This method is the factory method for creating 'SrvMonAppInboundLogExceptionMessage' objects
from a serialized content object.
|
static SrvMonAppOutboundLogExceptionMessage |
createSrvMonAppOutboundLogExceptionMessage()
SrvMonAppOutboundLogExceptionMessage factory method
This method is the factory method for creating 'SrvMonAppOutboundLogExceptionMessage' objects.
|
static SrvMonAppOutboundLogExceptionMessage |
createSrvMonAppOutboundLogExceptionMessage(com.eaio.uuid.UUID id)
SrvMonAppOutboundLogExceptionMessage factory method
This method is the factory method for creating 'SrvMonAppOutboundLogExceptionMessage' objects initialized with a given store id.
|
static SrvMonAppOutboundLogExceptionMessage |
createSrvMonAppOutboundLogExceptionMessageFromJson(String json)
SrvMonAppOutboundLogExceptionMessage factory method
This method is the factory method for creating 'SrvMonAppOutboundLogExceptionMessage' objects
from a serialized content object.
|
static SrvMonAppOutboundLogExceptionMessage |
createSrvMonAppOutboundLogExceptionMessageFromRawJson(String json)
SrvMonAppOutboundLogExceptionMessage factory method
This method is the factory method for creating 'SrvMonAppOutboundLogExceptionMessage' objects
from a serialized content object.
|
static SrvMonAppOutOfOrderSendCommitCompletionAlertMessage |
createSrvMonAppOutOfOrderSendCommitCompletionAlertMessage()
SrvMonAppOutOfOrderSendCommitCompletionAlertMessage factory method
This method is the factory method for creating 'SrvMonAppOutOfOrderSendCommitCompletionAlertMessage' objects.
|
static SrvMonAppOutOfOrderSendCommitCompletionAlertMessage |
createSrvMonAppOutOfOrderSendCommitCompletionAlertMessage(com.eaio.uuid.UUID id)
SrvMonAppOutOfOrderSendCommitCompletionAlertMessage factory method
This method is the factory method for creating 'SrvMonAppOutOfOrderSendCommitCompletionAlertMessage' objects initialized with a given store id.
|
static SrvMonAppOutOfOrderSendCommitCompletionAlertMessage |
createSrvMonAppOutOfOrderSendCommitCompletionAlertMessageFromJson(String json)
SrvMonAppOutOfOrderSendCommitCompletionAlertMessage factory method
This method is the factory method for creating 'SrvMonAppOutOfOrderSendCommitCompletionAlertMessage' objects
from a serialized content object.
|
static SrvMonAppOutOfOrderSendCommitCompletionAlertMessage |
createSrvMonAppOutOfOrderSendCommitCompletionAlertMessageFromRawJson(String json)
SrvMonAppOutOfOrderSendCommitCompletionAlertMessage factory method
This method is the factory method for creating 'SrvMonAppOutOfOrderSendCommitCompletionAlertMessage' objects
from a serialized content object.
|
static SrvMonAppSendExceptionMessage |
createSrvMonAppSendExceptionMessage()
SrvMonAppSendExceptionMessage factory method
This method is the factory method for creating 'SrvMonAppSendExceptionMessage' objects.
|
static SrvMonAppSendExceptionMessage |
createSrvMonAppSendExceptionMessage(com.eaio.uuid.UUID id)
SrvMonAppSendExceptionMessage factory method
This method is the factory method for creating 'SrvMonAppSendExceptionMessage' objects initialized with a given store id.
|
static SrvMonAppSendExceptionMessage |
createSrvMonAppSendExceptionMessageFromJson(String json)
SrvMonAppSendExceptionMessage factory method
This method is the factory method for creating 'SrvMonAppSendExceptionMessage' objects
from a serialized content object.
|
static SrvMonAppSendExceptionMessage |
createSrvMonAppSendExceptionMessageFromRawJson(String json)
SrvMonAppSendExceptionMessage factory method
This method is the factory method for creating 'SrvMonAppSendExceptionMessage' objects
from a serialized content object.
|
static SrvMonAppStatsAlertMessage |
createSrvMonAppStatsAlertMessage()
SrvMonAppStatsAlertMessage factory method
This method is the factory method for creating 'SrvMonAppStatsAlertMessage' objects.
|
static SrvMonAppStatsAlertMessage |
createSrvMonAppStatsAlertMessage(com.eaio.uuid.UUID id)
SrvMonAppStatsAlertMessage factory method
This method is the factory method for creating 'SrvMonAppStatsAlertMessage' objects initialized with a given store id.
|
static SrvMonAppStatsAlertMessage |
createSrvMonAppStatsAlertMessageFromJson(String json)
SrvMonAppStatsAlertMessage factory method
This method is the factory method for creating 'SrvMonAppStatsAlertMessage' objects
from a serialized content object.
|
static SrvMonAppStatsAlertMessage |
createSrvMonAppStatsAlertMessageFromRawJson(String json)
SrvMonAppStatsAlertMessage factory method
This method is the factory method for creating 'SrvMonAppStatsAlertMessage' objects
from a serialized content object.
|
static SrvMonAppStoreTransactionLogRepairedMessage |
createSrvMonAppStoreTransactionLogRepairedMessage()
SrvMonAppStoreTransactionLogRepairedMessage factory method
This method is the factory method for creating 'SrvMonAppStoreTransactionLogRepairedMessage' objects.
|
static SrvMonAppStoreTransactionLogRepairedMessage |
createSrvMonAppStoreTransactionLogRepairedMessage(com.eaio.uuid.UUID id)
SrvMonAppStoreTransactionLogRepairedMessage factory method
This method is the factory method for creating 'SrvMonAppStoreTransactionLogRepairedMessage' objects initialized with a given store id.
|
static SrvMonAppStoreTransactionLogRepairedMessage |
createSrvMonAppStoreTransactionLogRepairedMessageFromJson(String json)
SrvMonAppStoreTransactionLogRepairedMessage factory method
This method is the factory method for creating 'SrvMonAppStoreTransactionLogRepairedMessage' objects
from a serialized content object.
|
static SrvMonAppStoreTransactionLogRepairedMessage |
createSrvMonAppStoreTransactionLogRepairedMessageFromRawJson(String json)
SrvMonAppStoreTransactionLogRepairedMessage factory method
This method is the factory method for creating 'SrvMonAppStoreTransactionLogRepairedMessage' objects
from a serialized content object.
|
static SrvMonAppStuckAlertMessage |
createSrvMonAppStuckAlertMessage()
SrvMonAppStuckAlertMessage factory method
This method is the factory method for creating 'SrvMonAppStuckAlertMessage' objects.
|
static SrvMonAppStuckAlertMessage |
createSrvMonAppStuckAlertMessage(com.eaio.uuid.UUID id)
SrvMonAppStuckAlertMessage factory method
This method is the factory method for creating 'SrvMonAppStuckAlertMessage' objects initialized with a given store id.
|
static SrvMonAppStuckAlertMessage |
createSrvMonAppStuckAlertMessageFromJson(String json)
SrvMonAppStuckAlertMessage factory method
This method is the factory method for creating 'SrvMonAppStuckAlertMessage' objects
from a serialized content object.
|
static SrvMonAppStuckAlertMessage |
createSrvMonAppStuckAlertMessageFromRawJson(String json)
SrvMonAppStuckAlertMessage factory method
This method is the factory method for creating 'SrvMonAppStuckAlertMessage' objects
from a serialized content object.
|
static SrvMonAppUnhandledMessageMessage |
createSrvMonAppUnhandledMessageMessage()
SrvMonAppUnhandledMessageMessage factory method
This method is the factory method for creating 'SrvMonAppUnhandledMessageMessage' objects.
|
static SrvMonAppUnhandledMessageMessage |
createSrvMonAppUnhandledMessageMessage(com.eaio.uuid.UUID id)
SrvMonAppUnhandledMessageMessage factory method
This method is the factory method for creating 'SrvMonAppUnhandledMessageMessage' objects initialized with a given store id.
|
static SrvMonAppUnhandledMessageMessage |
createSrvMonAppUnhandledMessageMessageFromJson(String json)
SrvMonAppUnhandledMessageMessage factory method
This method is the factory method for creating 'SrvMonAppUnhandledMessageMessage' objects
from a serialized content object.
|
static SrvMonAppUnhandledMessageMessage |
createSrvMonAppUnhandledMessageMessageFromRawJson(String json)
SrvMonAppUnhandledMessageMessage factory method
This method is the factory method for creating 'SrvMonAppUnhandledMessageMessage' objects
from a serialized content object.
|
static SrvMonMessageBusBindingReconnectedMessage |
createSrvMonMessageBusBindingReconnectedMessage()
SrvMonMessageBusBindingReconnectedMessage factory method
This method is the factory method for creating 'SrvMonMessageBusBindingReconnectedMessage' objects.
|
static SrvMonMessageBusBindingReconnectedMessage |
createSrvMonMessageBusBindingReconnectedMessage(com.eaio.uuid.UUID id)
SrvMonMessageBusBindingReconnectedMessage factory method
This method is the factory method for creating 'SrvMonMessageBusBindingReconnectedMessage' objects initialized with a given store id.
|
static SrvMonMessageBusBindingReconnectedMessage |
createSrvMonMessageBusBindingReconnectedMessageFromJson(String json)
SrvMonMessageBusBindingReconnectedMessage factory method
This method is the factory method for creating 'SrvMonMessageBusBindingReconnectedMessage' objects
from a serialized content object.
|
static SrvMonMessageBusBindingReconnectedMessage |
createSrvMonMessageBusBindingReconnectedMessageFromRawJson(String json)
SrvMonMessageBusBindingReconnectedMessage factory method
This method is the factory method for creating 'SrvMonMessageBusBindingReconnectedMessage' objects
from a serialized content object.
|
static SrvMonMessageBusBindingReconnectingMessage |
createSrvMonMessageBusBindingReconnectingMessage()
SrvMonMessageBusBindingReconnectingMessage factory method
This method is the factory method for creating 'SrvMonMessageBusBindingReconnectingMessage' objects.
|
static SrvMonMessageBusBindingReconnectingMessage |
createSrvMonMessageBusBindingReconnectingMessage(com.eaio.uuid.UUID id)
SrvMonMessageBusBindingReconnectingMessage factory method
This method is the factory method for creating 'SrvMonMessageBusBindingReconnectingMessage' objects initialized with a given store id.
|
static SrvMonMessageBusBindingReconnectingMessage |
createSrvMonMessageBusBindingReconnectingMessageFromJson(String json)
SrvMonMessageBusBindingReconnectingMessage factory method
This method is the factory method for creating 'SrvMonMessageBusBindingReconnectingMessage' objects
from a serialized content object.
|
static SrvMonMessageBusBindingReconnectingMessage |
createSrvMonMessageBusBindingReconnectingMessageFromRawJson(String json)
SrvMonMessageBusBindingReconnectingMessage factory method
This method is the factory method for creating 'SrvMonMessageBusBindingReconnectingMessage' objects
from a serialized content object.
|
static SrvMonMessageTraceLoggingExceptionMessage |
createSrvMonMessageTraceLoggingExceptionMessage()
SrvMonMessageTraceLoggingExceptionMessage factory method
This method is the factory method for creating 'SrvMonMessageTraceLoggingExceptionMessage' objects.
|
static SrvMonMessageTraceLoggingExceptionMessage |
createSrvMonMessageTraceLoggingExceptionMessage(com.eaio.uuid.UUID id)
SrvMonMessageTraceLoggingExceptionMessage factory method
This method is the factory method for creating 'SrvMonMessageTraceLoggingExceptionMessage' objects initialized with a given store id.
|
static SrvMonMessageTraceLoggingExceptionMessage |
createSrvMonMessageTraceLoggingExceptionMessageFromJson(String json)
SrvMonMessageTraceLoggingExceptionMessage factory method
This method is the factory method for creating 'SrvMonMessageTraceLoggingExceptionMessage' objects
from a serialized content object.
|
static SrvMonMessageTraceLoggingExceptionMessage |
createSrvMonMessageTraceLoggingExceptionMessageFromRawJson(String json)
SrvMonMessageTraceLoggingExceptionMessage factory method
This method is the factory method for creating 'SrvMonMessageTraceLoggingExceptionMessage' objects
from a serialized content object.
|
static SrvMonUnhandledMessageMessage |
createSrvMonUnhandledMessageMessage()
SrvMonUnhandledMessageMessage factory method
This method is the factory method for creating 'SrvMonUnhandledMessageMessage' objects.
|
static SrvMonUnhandledMessageMessage |
createSrvMonUnhandledMessageMessage(com.eaio.uuid.UUID id)
SrvMonUnhandledMessageMessage factory method
This method is the factory method for creating 'SrvMonUnhandledMessageMessage' objects initialized with a given store id.
|
static SrvMonUnhandledMessageMessage |
createSrvMonUnhandledMessageMessageFromJson(String json)
SrvMonUnhandledMessageMessage factory method
This method is the factory method for creating 'SrvMonUnhandledMessageMessage' objects
from a serialized content object.
|
static SrvMonUnhandledMessageMessage |
createSrvMonUnhandledMessageMessageFromRawJson(String json)
SrvMonUnhandledMessageMessage factory method
This method is the factory method for creating 'SrvMonUnhandledMessageMessage' objects
from a serialized content object.
|
short |
getOfid()
Implementation of
IStoreObjectFactory.getOfid() |
short |
getVfid()
Implementation of
MessageViewFactory.getVfid() |
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_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(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 createSrvMonAppDuplicateAcknowledgementAlertMessage()
This method is the factory method for creating 'SrvMonAppDuplicateAcknowledgementAlertMessage' objects. It is equivalent to using 'SrvMonAppDuplicateAcknowledgementAlertMessage.create()'.
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(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 createSrvMonMessageTraceLoggingExceptionMessage()
This method is the factory method for creating 'SrvMonMessageTraceLoggingExceptionMessage' objects. It is equivalent to using 'SrvMonMessageTraceLoggingExceptionMessage.create()'.
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(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 createSrvMonAppStoreTransactionLogRepairedMessage()
This method is the factory method for creating 'SrvMonAppStoreTransactionLogRepairedMessage' objects. It is equivalent to using 'SrvMonAppStoreTransactionLogRepairedMessage.create()'.
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(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 createSrvMonAppOutOfOrderSendCommitCompletionAlertMessage()
This method is the factory method for creating 'SrvMonAppOutOfOrderSendCommitCompletionAlertMessage' objects. It is equivalent to using 'SrvMonAppOutOfOrderSendCommitCompletionAlertMessage.create()'.
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(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 createSrvMonAppStuckAlertMessage()
This method is the factory method for creating 'SrvMonAppStuckAlertMessage' objects. It is equivalent to using 'SrvMonAppStuckAlertMessage.create()'.
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(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 createSrvMonUnhandledMessageMessage()
This method is the factory method for creating 'SrvMonUnhandledMessageMessage' objects. It is equivalent to using 'SrvMonUnhandledMessageMessage.create()'.
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(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 createSrvMonAppSendExceptionMessage()
This method is the factory method for creating 'SrvMonAppSendExceptionMessage' objects. It is equivalent to using 'SrvMonAppSendExceptionMessage.create()'.
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(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 createSrvMonMessageBusBindingReconnectingMessage()
This method is the factory method for creating 'SrvMonMessageBusBindingReconnectingMessage' objects. It is equivalent to using 'SrvMonMessageBusBindingReconnectingMessage.create()'.
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(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 createSrvMonAppOutboundLogExceptionMessage()
This method is the factory method for creating 'SrvMonAppOutboundLogExceptionMessage' objects. It is equivalent to using 'SrvMonAppOutboundLogExceptionMessage.create()'.
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(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 createSrvMonAppExceptionMessage()
This method is the factory method for creating 'SrvMonAppExceptionMessage' objects. It is equivalent to using 'SrvMonAppExceptionMessage.create()'.
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(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 createSrvMonAppStatsAlertMessage()
This method is the factory method for creating 'SrvMonAppStatsAlertMessage' objects. It is equivalent to using 'SrvMonAppStatsAlertMessage.create()'.
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(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 createSrvMonAppUnhandledMessageMessage()
This method is the factory method for creating 'SrvMonAppUnhandledMessageMessage' objects. It is equivalent to using 'SrvMonAppUnhandledMessageMessage.create()'.
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(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 createSrvMonMessageBusBindingReconnectedMessage()
This method is the factory method for creating 'SrvMonMessageBusBindingReconnectedMessage' objects. It is equivalent to using 'SrvMonMessageBusBindingReconnectedMessage.create()'.
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(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 createSrvMonAppInboundLogExceptionMessage()
This method is the factory method for creating 'SrvMonAppInboundLogExceptionMessage' objects. It is equivalent to using 'SrvMonAppInboundLogExceptionMessage.create()'.
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 N5 Technologies, Inc. All Rights Reserved.