@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 SrvMonLifecycleFactory extends Object implements IStoreObjectFactory, MessageViewFactory
| ADM Message Summary |
|---|
| Type | Id | Description |
|---|---|---|
SrvMonAppBusBindingCreateFailedMessage |
2 |
Event notifying an AEP application that a bus binding failed to create.
This event is dispatched when the AEP engine encounters a failure when trying to create a bus binding |
SrvMonAppBusBindingCreatedMessage |
1 |
Event notifying an AEP application that a bus binding has been created.
This event is dispatched when the AEP engine has created a binding to a message bus. This event is dispatched before the binding is opened or started. |
SrvMonAppBusBindingDestroyedMessage |
22 |
Event notifying an AEP application that a bus binding has been destroyed.
This event is dispatched when the AEP engine has destroyed a binding to a message bus. This event is dispatched before the binding is opened or started. |
SrvMonAppBusBindingDownMessage |
20 |
Event notifying an AEP application that a bus binding has failed.
This event is dispatched when an operational bus binding fails. |
SrvMonAppBusBindingOpenFailedMessage |
9 |
Event notifying an AEP application that a bus binding failed to open.
This event is dispatched when the AEP engine encounters a failure when trying to open a bus binding |
SrvMonAppBusBindingOpenedMessage |
8 |
Event notifying an AEP application that a bus binding was successfully opened.
This event is dispatched just before an AEP engine starts opening a binding to a message bus. This event is followed by a binding open or binding open fail event. |
SrvMonAppBusBindingOpeningMessage |
7 |
Event notifying an AEP application that a bus binding is being opened.
This event is dispatched just before an AEP engine starts opening a binding to a message bus. This event is followed by a binding open or binding open fail event. |
SrvMonAppBusBindingStateChangeMessage |
304 | Emitted by a Talon XVM to registered admin clients when a bus binding's state has changed. |
SrvMonAppBusBindingUpMessage |
11 |
Event notifying an AEP application that a bus binding has been established.
This event is dispatched when the AEP engine has successfully established a binding to a message bus. The event is dispatched after the channel up events for the established binding and is guaranteed to precede any messages arriving through the established binding. |
SrvMonAppChannelDownMessage |
19 |
Event notifying an AEP application that one of it's channels is offline.
This event is dispatched when the AEP engine has successfully disconnected from the bus containing a channel configured to be of interest to the AEP application (via the engine's configuration descriptor). The event is guaranteed to succeed any messages arriving through that channel. |
SrvMonAppChannelUpMessage |
10 |
Event notifying an AEP application that one of it's channels is online.
This event is dispatched when the AEP engine has successfully connected to the bus containing a channel configured to be of interest to the AEP application (via the engine's configuration descriptor). The event is guaranteed to precede any messages arriving through that channel. |
SrvMonAppClientConnectMessage |
305 | Emitted by a Talon XVM to registered admin clients when a client has connected to the XVM. |
SrvMonAppClientDisconnectMessage |
306 | Emitted by a Talon XVM to registered admin clients when a client has disconnected to the XVM. |
SrvMonAppEngineActiveMessage |
15 |
Event notifying an AEP application that its engine is the active engine in the application cluster.
This event is dispatched to an application to notify it that the AEP engine has been elected as primary and has successfully started its messaging machinery. This event is dispatched after the engine has successfully established the application's message bus bindings and join any configured channels. For bindings that were successfully established, the application would have received the corresponding binding and channel up events before this event is dispatched. |
SrvMonAppEngineCreatedMessage |
3 |
Event notifying an AEP application that its engine has been created.
This event is dispatched to an application to notify it that the AEP engine has been successfully created. |
SrvMonAppEngineStartedMessage |
6 |
Event notifying an AEP application that its engine has started.
This event is dispatched to an application to notify it that the AEP engine has been successfully started. |
SrvMonAppEngineStoppedMessage |
23 |
Event notifying an AEP application that its engine has stopped.
This event is dispatched to an application to notify it that the AEP engine has been stopped. |
SrvMonAppEngineStoppingMessage |
24 |
Event notifying an AEP application that its engine is about to be stopped.
This event is dispatched to an application to notify it that the AEP engine is about to be stopped. |
SrvMonAppFlowCreateMessage |
307 | Emitted by a Talon XVM to registered admin clients when an app flow has been created. |
SrvMonAppLoadedMessage |
301 | Emitted by a Talon XVM to registered admin clients when an app has been loaded. |
SrvMonAppMessagingFailedMessage |
21 |
Event notifying an AEP application that its messaging has failed.
This event is dispatched to an application to notify it that the AEP engine has shut down its messaging due to a failure. This event is dispatched after the engine has shut down all the established message bus bindings. Whether and how an engine decides to shut down the messaging is determined by the com.neeve.aep.AepEngine$MessageBusBindingFailPolicy. |
SrvMonAppMessagingPrestartMessage |
12 |
Event notifying an AEP application that its messaging is about to be started.
This event is dispatched to an application to notify it that the AEP engine is about to start its messaging machinery. This event is dispatched before the engine attempts to establish the application's message bus bindings and join any configured channels. |
SrvMonAppMessagingStartFailedMessage |
14 |
Event notifying an AEP application that its messaging start failed.
This event is dispatched to an application to notify it that the AEP engine failed to start its messaging machinery. This event is dispatched after the engine has attempted to establish the application's message bus bindings and join any configured channels. For bindings that were successfully established, the application would have received the coresponding binding and channel up events before this event is dispatched. |
SrvMonAppMessagingStartedMessage |
13 |
Event notifying an AEP application that its messaging has been started.
This event is dispatched to an application to notify it that the AEP engine has started its messaging machinery. This event is dispatched after the engine has attempted to establish the application's message bus bindings and join any configured channels. For bindings that were successfully established, the application would have received the coresponding channel up events before this event is dispatched. |
SrvMonAppStateChangeMessage |
302 | Emitted by a Talon XVM to registered admin clients when an app's state has changed. |
SrvMonAppStoreBindingFailedMessage |
18 |
Represents the event indicating that a store binding has failed.
A store binding dispatches this event to indicates that it has 'failed'. A binding 'failure' is, essentially, a binding closure triggered implicitly by a binding on the occurrence of certain events that the binding deems fatal enough that it cannot continue operations. On a failure, a binding performs all closure operations, transitions to the failed state and then dispatches this event to the user. |
SrvMonAppStoreBindingRoleChangedMessage |
16 |
Represents the event indicating that a binding's (member) role has changed.
This event is dispatched to the user to notify that the role of the member represented by a store binding is changing. The event is dispatched before the binding's new role takes effect i.e. a user's query to retrieve the binding's role will return the old role. |
SrvMonAppStoreMemberDownMessage |
17 | Represents the event notifying that a member has left an ODS store. |
SrvMonAppStoreMemberInitCompleteMessage |
5 |
Represents the event notifying that a member initialization is complete.
This event is dispatched in the following situations:
|
SrvMonAppStoreMemberUpMessage |
4 | Represents the event notifying that a new member has joined an ODS store. |
SrvMonAppUnloadedMessage |
308 | Emitted by a Talon XVM to registered admin clients when an app has been unloaded. |
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 |
|---|
SrvMonLifecycleFactory() |
| Modifier and Type | Method and Description |
|---|---|
static SrvMonLifecycleFactory |
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 SrvMonAppBusBindingCreatedMessage |
createSrvMonAppBusBindingCreatedMessage()
SrvMonAppBusBindingCreatedMessage factory method
This method is the factory method for creating 'SrvMonAppBusBindingCreatedMessage' objects.
|
static SrvMonAppBusBindingCreatedMessage |
createSrvMonAppBusBindingCreatedMessage(com.eaio.uuid.UUID id)
SrvMonAppBusBindingCreatedMessage factory method
This method is the factory method for creating 'SrvMonAppBusBindingCreatedMessage' objects initialized with a given store id.
|
static SrvMonAppBusBindingCreatedMessage |
createSrvMonAppBusBindingCreatedMessageFromJson(String json)
SrvMonAppBusBindingCreatedMessage factory method
This method is the factory method for creating 'SrvMonAppBusBindingCreatedMessage' objects
from a serialized content object.
|
static SrvMonAppBusBindingCreatedMessage |
createSrvMonAppBusBindingCreatedMessageFromRawJson(String json)
SrvMonAppBusBindingCreatedMessage factory method
This method is the factory method for creating 'SrvMonAppBusBindingCreatedMessage' objects
from a serialized content object.
|
static SrvMonAppBusBindingCreateFailedMessage |
createSrvMonAppBusBindingCreateFailedMessage()
SrvMonAppBusBindingCreateFailedMessage factory method
This method is the factory method for creating 'SrvMonAppBusBindingCreateFailedMessage' objects.
|
static SrvMonAppBusBindingCreateFailedMessage |
createSrvMonAppBusBindingCreateFailedMessage(com.eaio.uuid.UUID id)
SrvMonAppBusBindingCreateFailedMessage factory method
This method is the factory method for creating 'SrvMonAppBusBindingCreateFailedMessage' objects initialized with a given store id.
|
static SrvMonAppBusBindingCreateFailedMessage |
createSrvMonAppBusBindingCreateFailedMessageFromJson(String json)
SrvMonAppBusBindingCreateFailedMessage factory method
This method is the factory method for creating 'SrvMonAppBusBindingCreateFailedMessage' objects
from a serialized content object.
|
static SrvMonAppBusBindingCreateFailedMessage |
createSrvMonAppBusBindingCreateFailedMessageFromRawJson(String json)
SrvMonAppBusBindingCreateFailedMessage factory method
This method is the factory method for creating 'SrvMonAppBusBindingCreateFailedMessage' objects
from a serialized content object.
|
static SrvMonAppBusBindingDestroyedMessage |
createSrvMonAppBusBindingDestroyedMessage()
SrvMonAppBusBindingDestroyedMessage factory method
This method is the factory method for creating 'SrvMonAppBusBindingDestroyedMessage' objects.
|
static SrvMonAppBusBindingDestroyedMessage |
createSrvMonAppBusBindingDestroyedMessage(com.eaio.uuid.UUID id)
SrvMonAppBusBindingDestroyedMessage factory method
This method is the factory method for creating 'SrvMonAppBusBindingDestroyedMessage' objects initialized with a given store id.
|
static SrvMonAppBusBindingDestroyedMessage |
createSrvMonAppBusBindingDestroyedMessageFromJson(String json)
SrvMonAppBusBindingDestroyedMessage factory method
This method is the factory method for creating 'SrvMonAppBusBindingDestroyedMessage' objects
from a serialized content object.
|
static SrvMonAppBusBindingDestroyedMessage |
createSrvMonAppBusBindingDestroyedMessageFromRawJson(String json)
SrvMonAppBusBindingDestroyedMessage factory method
This method is the factory method for creating 'SrvMonAppBusBindingDestroyedMessage' objects
from a serialized content object.
|
static SrvMonAppBusBindingDownMessage |
createSrvMonAppBusBindingDownMessage()
SrvMonAppBusBindingDownMessage factory method
This method is the factory method for creating 'SrvMonAppBusBindingDownMessage' objects.
|
static SrvMonAppBusBindingDownMessage |
createSrvMonAppBusBindingDownMessage(com.eaio.uuid.UUID id)
SrvMonAppBusBindingDownMessage factory method
This method is the factory method for creating 'SrvMonAppBusBindingDownMessage' objects initialized with a given store id.
|
static SrvMonAppBusBindingDownMessage |
createSrvMonAppBusBindingDownMessageFromJson(String json)
SrvMonAppBusBindingDownMessage factory method
This method is the factory method for creating 'SrvMonAppBusBindingDownMessage' objects
from a serialized content object.
|
static SrvMonAppBusBindingDownMessage |
createSrvMonAppBusBindingDownMessageFromRawJson(String json)
SrvMonAppBusBindingDownMessage factory method
This method is the factory method for creating 'SrvMonAppBusBindingDownMessage' objects
from a serialized content object.
|
static SrvMonAppBusBindingOpenedMessage |
createSrvMonAppBusBindingOpenedMessage()
SrvMonAppBusBindingOpenedMessage factory method
This method is the factory method for creating 'SrvMonAppBusBindingOpenedMessage' objects.
|
static SrvMonAppBusBindingOpenedMessage |
createSrvMonAppBusBindingOpenedMessage(com.eaio.uuid.UUID id)
SrvMonAppBusBindingOpenedMessage factory method
This method is the factory method for creating 'SrvMonAppBusBindingOpenedMessage' objects initialized with a given store id.
|
static SrvMonAppBusBindingOpenedMessage |
createSrvMonAppBusBindingOpenedMessageFromJson(String json)
SrvMonAppBusBindingOpenedMessage factory method
This method is the factory method for creating 'SrvMonAppBusBindingOpenedMessage' objects
from a serialized content object.
|
static SrvMonAppBusBindingOpenedMessage |
createSrvMonAppBusBindingOpenedMessageFromRawJson(String json)
SrvMonAppBusBindingOpenedMessage factory method
This method is the factory method for creating 'SrvMonAppBusBindingOpenedMessage' objects
from a serialized content object.
|
static SrvMonAppBusBindingOpenFailedMessage |
createSrvMonAppBusBindingOpenFailedMessage()
SrvMonAppBusBindingOpenFailedMessage factory method
This method is the factory method for creating 'SrvMonAppBusBindingOpenFailedMessage' objects.
|
static SrvMonAppBusBindingOpenFailedMessage |
createSrvMonAppBusBindingOpenFailedMessage(com.eaio.uuid.UUID id)
SrvMonAppBusBindingOpenFailedMessage factory method
This method is the factory method for creating 'SrvMonAppBusBindingOpenFailedMessage' objects initialized with a given store id.
|
static SrvMonAppBusBindingOpenFailedMessage |
createSrvMonAppBusBindingOpenFailedMessageFromJson(String json)
SrvMonAppBusBindingOpenFailedMessage factory method
This method is the factory method for creating 'SrvMonAppBusBindingOpenFailedMessage' objects
from a serialized content object.
|
static SrvMonAppBusBindingOpenFailedMessage |
createSrvMonAppBusBindingOpenFailedMessageFromRawJson(String json)
SrvMonAppBusBindingOpenFailedMessage factory method
This method is the factory method for creating 'SrvMonAppBusBindingOpenFailedMessage' objects
from a serialized content object.
|
static SrvMonAppBusBindingOpeningMessage |
createSrvMonAppBusBindingOpeningMessage()
SrvMonAppBusBindingOpeningMessage factory method
This method is the factory method for creating 'SrvMonAppBusBindingOpeningMessage' objects.
|
static SrvMonAppBusBindingOpeningMessage |
createSrvMonAppBusBindingOpeningMessage(com.eaio.uuid.UUID id)
SrvMonAppBusBindingOpeningMessage factory method
This method is the factory method for creating 'SrvMonAppBusBindingOpeningMessage' objects initialized with a given store id.
|
static SrvMonAppBusBindingOpeningMessage |
createSrvMonAppBusBindingOpeningMessageFromJson(String json)
SrvMonAppBusBindingOpeningMessage factory method
This method is the factory method for creating 'SrvMonAppBusBindingOpeningMessage' objects
from a serialized content object.
|
static SrvMonAppBusBindingOpeningMessage |
createSrvMonAppBusBindingOpeningMessageFromRawJson(String json)
SrvMonAppBusBindingOpeningMessage factory method
This method is the factory method for creating 'SrvMonAppBusBindingOpeningMessage' objects
from a serialized content object.
|
static SrvMonAppBusBindingStateChangeMessage |
createSrvMonAppBusBindingStateChangeMessage()
SrvMonAppBusBindingStateChangeMessage factory method
This method is the factory method for creating 'SrvMonAppBusBindingStateChangeMessage' objects.
|
static SrvMonAppBusBindingStateChangeMessage |
createSrvMonAppBusBindingStateChangeMessage(com.eaio.uuid.UUID id)
SrvMonAppBusBindingStateChangeMessage factory method
This method is the factory method for creating 'SrvMonAppBusBindingStateChangeMessage' objects initialized with a given store id.
|
static SrvMonAppBusBindingStateChangeMessage |
createSrvMonAppBusBindingStateChangeMessageFromJson(String json)
SrvMonAppBusBindingStateChangeMessage factory method
This method is the factory method for creating 'SrvMonAppBusBindingStateChangeMessage' objects
from a serialized content object.
|
static SrvMonAppBusBindingStateChangeMessage |
createSrvMonAppBusBindingStateChangeMessageFromRawJson(String json)
SrvMonAppBusBindingStateChangeMessage factory method
This method is the factory method for creating 'SrvMonAppBusBindingStateChangeMessage' objects
from a serialized content object.
|
static SrvMonAppBusBindingUpMessage |
createSrvMonAppBusBindingUpMessage()
SrvMonAppBusBindingUpMessage factory method
This method is the factory method for creating 'SrvMonAppBusBindingUpMessage' objects.
|
static SrvMonAppBusBindingUpMessage |
createSrvMonAppBusBindingUpMessage(com.eaio.uuid.UUID id)
SrvMonAppBusBindingUpMessage factory method
This method is the factory method for creating 'SrvMonAppBusBindingUpMessage' objects initialized with a given store id.
|
static SrvMonAppBusBindingUpMessage |
createSrvMonAppBusBindingUpMessageFromJson(String json)
SrvMonAppBusBindingUpMessage factory method
This method is the factory method for creating 'SrvMonAppBusBindingUpMessage' objects
from a serialized content object.
|
static SrvMonAppBusBindingUpMessage |
createSrvMonAppBusBindingUpMessageFromRawJson(String json)
SrvMonAppBusBindingUpMessage factory method
This method is the factory method for creating 'SrvMonAppBusBindingUpMessage' objects
from a serialized content object.
|
static SrvMonAppChannelDownMessage |
createSrvMonAppChannelDownMessage()
SrvMonAppChannelDownMessage factory method
This method is the factory method for creating 'SrvMonAppChannelDownMessage' objects.
|
static SrvMonAppChannelDownMessage |
createSrvMonAppChannelDownMessage(com.eaio.uuid.UUID id)
SrvMonAppChannelDownMessage factory method
This method is the factory method for creating 'SrvMonAppChannelDownMessage' objects initialized with a given store id.
|
static SrvMonAppChannelDownMessage |
createSrvMonAppChannelDownMessageFromJson(String json)
SrvMonAppChannelDownMessage factory method
This method is the factory method for creating 'SrvMonAppChannelDownMessage' objects
from a serialized content object.
|
static SrvMonAppChannelDownMessage |
createSrvMonAppChannelDownMessageFromRawJson(String json)
SrvMonAppChannelDownMessage factory method
This method is the factory method for creating 'SrvMonAppChannelDownMessage' objects
from a serialized content object.
|
static SrvMonAppChannelUpMessage |
createSrvMonAppChannelUpMessage()
SrvMonAppChannelUpMessage factory method
This method is the factory method for creating 'SrvMonAppChannelUpMessage' objects.
|
static SrvMonAppChannelUpMessage |
createSrvMonAppChannelUpMessage(com.eaio.uuid.UUID id)
SrvMonAppChannelUpMessage factory method
This method is the factory method for creating 'SrvMonAppChannelUpMessage' objects initialized with a given store id.
|
static SrvMonAppChannelUpMessage |
createSrvMonAppChannelUpMessageFromJson(String json)
SrvMonAppChannelUpMessage factory method
This method is the factory method for creating 'SrvMonAppChannelUpMessage' objects
from a serialized content object.
|
static SrvMonAppChannelUpMessage |
createSrvMonAppChannelUpMessageFromRawJson(String json)
SrvMonAppChannelUpMessage factory method
This method is the factory method for creating 'SrvMonAppChannelUpMessage' objects
from a serialized content object.
|
static SrvMonAppClientConnectMessage |
createSrvMonAppClientConnectMessage()
SrvMonAppClientConnectMessage factory method
This method is the factory method for creating 'SrvMonAppClientConnectMessage' objects.
|
static SrvMonAppClientConnectMessage |
createSrvMonAppClientConnectMessage(com.eaio.uuid.UUID id)
SrvMonAppClientConnectMessage factory method
This method is the factory method for creating 'SrvMonAppClientConnectMessage' objects initialized with a given store id.
|
static SrvMonAppClientConnectMessage |
createSrvMonAppClientConnectMessageFromJson(String json)
SrvMonAppClientConnectMessage factory method
This method is the factory method for creating 'SrvMonAppClientConnectMessage' objects
from a serialized content object.
|
static SrvMonAppClientConnectMessage |
createSrvMonAppClientConnectMessageFromRawJson(String json)
SrvMonAppClientConnectMessage factory method
This method is the factory method for creating 'SrvMonAppClientConnectMessage' objects
from a serialized content object.
|
static SrvMonAppClientDisconnectMessage |
createSrvMonAppClientDisconnectMessage()
SrvMonAppClientDisconnectMessage factory method
This method is the factory method for creating 'SrvMonAppClientDisconnectMessage' objects.
|
static SrvMonAppClientDisconnectMessage |
createSrvMonAppClientDisconnectMessage(com.eaio.uuid.UUID id)
SrvMonAppClientDisconnectMessage factory method
This method is the factory method for creating 'SrvMonAppClientDisconnectMessage' objects initialized with a given store id.
|
static SrvMonAppClientDisconnectMessage |
createSrvMonAppClientDisconnectMessageFromJson(String json)
SrvMonAppClientDisconnectMessage factory method
This method is the factory method for creating 'SrvMonAppClientDisconnectMessage' objects
from a serialized content object.
|
static SrvMonAppClientDisconnectMessage |
createSrvMonAppClientDisconnectMessageFromRawJson(String json)
SrvMonAppClientDisconnectMessage factory method
This method is the factory method for creating 'SrvMonAppClientDisconnectMessage' objects
from a serialized content object.
|
static SrvMonAppEngineActiveMessage |
createSrvMonAppEngineActiveMessage()
SrvMonAppEngineActiveMessage factory method
This method is the factory method for creating 'SrvMonAppEngineActiveMessage' objects.
|
static SrvMonAppEngineActiveMessage |
createSrvMonAppEngineActiveMessage(com.eaio.uuid.UUID id)
SrvMonAppEngineActiveMessage factory method
This method is the factory method for creating 'SrvMonAppEngineActiveMessage' objects initialized with a given store id.
|
static SrvMonAppEngineActiveMessage |
createSrvMonAppEngineActiveMessageFromJson(String json)
SrvMonAppEngineActiveMessage factory method
This method is the factory method for creating 'SrvMonAppEngineActiveMessage' objects
from a serialized content object.
|
static SrvMonAppEngineActiveMessage |
createSrvMonAppEngineActiveMessageFromRawJson(String json)
SrvMonAppEngineActiveMessage factory method
This method is the factory method for creating 'SrvMonAppEngineActiveMessage' objects
from a serialized content object.
|
static SrvMonAppEngineCreatedMessage |
createSrvMonAppEngineCreatedMessage()
SrvMonAppEngineCreatedMessage factory method
This method is the factory method for creating 'SrvMonAppEngineCreatedMessage' objects.
|
static SrvMonAppEngineCreatedMessage |
createSrvMonAppEngineCreatedMessage(com.eaio.uuid.UUID id)
SrvMonAppEngineCreatedMessage factory method
This method is the factory method for creating 'SrvMonAppEngineCreatedMessage' objects initialized with a given store id.
|
static SrvMonAppEngineCreatedMessage |
createSrvMonAppEngineCreatedMessageFromJson(String json)
SrvMonAppEngineCreatedMessage factory method
This method is the factory method for creating 'SrvMonAppEngineCreatedMessage' objects
from a serialized content object.
|
static SrvMonAppEngineCreatedMessage |
createSrvMonAppEngineCreatedMessageFromRawJson(String json)
SrvMonAppEngineCreatedMessage factory method
This method is the factory method for creating 'SrvMonAppEngineCreatedMessage' objects
from a serialized content object.
|
static SrvMonAppEngineStartedMessage |
createSrvMonAppEngineStartedMessage()
SrvMonAppEngineStartedMessage factory method
This method is the factory method for creating 'SrvMonAppEngineStartedMessage' objects.
|
static SrvMonAppEngineStartedMessage |
createSrvMonAppEngineStartedMessage(com.eaio.uuid.UUID id)
SrvMonAppEngineStartedMessage factory method
This method is the factory method for creating 'SrvMonAppEngineStartedMessage' objects initialized with a given store id.
|
static SrvMonAppEngineStartedMessage |
createSrvMonAppEngineStartedMessageFromJson(String json)
SrvMonAppEngineStartedMessage factory method
This method is the factory method for creating 'SrvMonAppEngineStartedMessage' objects
from a serialized content object.
|
static SrvMonAppEngineStartedMessage |
createSrvMonAppEngineStartedMessageFromRawJson(String json)
SrvMonAppEngineStartedMessage factory method
This method is the factory method for creating 'SrvMonAppEngineStartedMessage' objects
from a serialized content object.
|
static SrvMonAppEngineStoppedMessage |
createSrvMonAppEngineStoppedMessage()
SrvMonAppEngineStoppedMessage factory method
This method is the factory method for creating 'SrvMonAppEngineStoppedMessage' objects.
|
static SrvMonAppEngineStoppedMessage |
createSrvMonAppEngineStoppedMessage(com.eaio.uuid.UUID id)
SrvMonAppEngineStoppedMessage factory method
This method is the factory method for creating 'SrvMonAppEngineStoppedMessage' objects initialized with a given store id.
|
static SrvMonAppEngineStoppedMessage |
createSrvMonAppEngineStoppedMessageFromJson(String json)
SrvMonAppEngineStoppedMessage factory method
This method is the factory method for creating 'SrvMonAppEngineStoppedMessage' objects
from a serialized content object.
|
static SrvMonAppEngineStoppedMessage |
createSrvMonAppEngineStoppedMessageFromRawJson(String json)
SrvMonAppEngineStoppedMessage factory method
This method is the factory method for creating 'SrvMonAppEngineStoppedMessage' objects
from a serialized content object.
|
static SrvMonAppEngineStoppingMessage |
createSrvMonAppEngineStoppingMessage()
SrvMonAppEngineStoppingMessage factory method
This method is the factory method for creating 'SrvMonAppEngineStoppingMessage' objects.
|
static SrvMonAppEngineStoppingMessage |
createSrvMonAppEngineStoppingMessage(com.eaio.uuid.UUID id)
SrvMonAppEngineStoppingMessage factory method
This method is the factory method for creating 'SrvMonAppEngineStoppingMessage' objects initialized with a given store id.
|
static SrvMonAppEngineStoppingMessage |
createSrvMonAppEngineStoppingMessageFromJson(String json)
SrvMonAppEngineStoppingMessage factory method
This method is the factory method for creating 'SrvMonAppEngineStoppingMessage' objects
from a serialized content object.
|
static SrvMonAppEngineStoppingMessage |
createSrvMonAppEngineStoppingMessageFromRawJson(String json)
SrvMonAppEngineStoppingMessage factory method
This method is the factory method for creating 'SrvMonAppEngineStoppingMessage' objects
from a serialized content object.
|
static SrvMonAppFlowCreateMessage |
createSrvMonAppFlowCreateMessage()
SrvMonAppFlowCreateMessage factory method
This method is the factory method for creating 'SrvMonAppFlowCreateMessage' objects.
|
static SrvMonAppFlowCreateMessage |
createSrvMonAppFlowCreateMessage(com.eaio.uuid.UUID id)
SrvMonAppFlowCreateMessage factory method
This method is the factory method for creating 'SrvMonAppFlowCreateMessage' objects initialized with a given store id.
|
static SrvMonAppFlowCreateMessage |
createSrvMonAppFlowCreateMessageFromJson(String json)
SrvMonAppFlowCreateMessage factory method
This method is the factory method for creating 'SrvMonAppFlowCreateMessage' objects
from a serialized content object.
|
static SrvMonAppFlowCreateMessage |
createSrvMonAppFlowCreateMessageFromRawJson(String json)
SrvMonAppFlowCreateMessage factory method
This method is the factory method for creating 'SrvMonAppFlowCreateMessage' objects
from a serialized content object.
|
static SrvMonAppLoadedMessage |
createSrvMonAppLoadedMessage()
SrvMonAppLoadedMessage factory method
This method is the factory method for creating 'SrvMonAppLoadedMessage' objects.
|
static SrvMonAppLoadedMessage |
createSrvMonAppLoadedMessage(com.eaio.uuid.UUID id)
SrvMonAppLoadedMessage factory method
This method is the factory method for creating 'SrvMonAppLoadedMessage' objects initialized with a given store id.
|
static SrvMonAppLoadedMessage |
createSrvMonAppLoadedMessageFromJson(String json)
SrvMonAppLoadedMessage factory method
This method is the factory method for creating 'SrvMonAppLoadedMessage' objects
from a serialized content object.
|
static SrvMonAppLoadedMessage |
createSrvMonAppLoadedMessageFromRawJson(String json)
SrvMonAppLoadedMessage factory method
This method is the factory method for creating 'SrvMonAppLoadedMessage' objects
from a serialized content object.
|
static SrvMonAppMessagingFailedMessage |
createSrvMonAppMessagingFailedMessage()
SrvMonAppMessagingFailedMessage factory method
This method is the factory method for creating 'SrvMonAppMessagingFailedMessage' objects.
|
static SrvMonAppMessagingFailedMessage |
createSrvMonAppMessagingFailedMessage(com.eaio.uuid.UUID id)
SrvMonAppMessagingFailedMessage factory method
This method is the factory method for creating 'SrvMonAppMessagingFailedMessage' objects initialized with a given store id.
|
static SrvMonAppMessagingFailedMessage |
createSrvMonAppMessagingFailedMessageFromJson(String json)
SrvMonAppMessagingFailedMessage factory method
This method is the factory method for creating 'SrvMonAppMessagingFailedMessage' objects
from a serialized content object.
|
static SrvMonAppMessagingFailedMessage |
createSrvMonAppMessagingFailedMessageFromRawJson(String json)
SrvMonAppMessagingFailedMessage factory method
This method is the factory method for creating 'SrvMonAppMessagingFailedMessage' objects
from a serialized content object.
|
static SrvMonAppMessagingPrestartMessage |
createSrvMonAppMessagingPrestartMessage()
SrvMonAppMessagingPrestartMessage factory method
This method is the factory method for creating 'SrvMonAppMessagingPrestartMessage' objects.
|
static SrvMonAppMessagingPrestartMessage |
createSrvMonAppMessagingPrestartMessage(com.eaio.uuid.UUID id)
SrvMonAppMessagingPrestartMessage factory method
This method is the factory method for creating 'SrvMonAppMessagingPrestartMessage' objects initialized with a given store id.
|
static SrvMonAppMessagingPrestartMessage |
createSrvMonAppMessagingPrestartMessageFromJson(String json)
SrvMonAppMessagingPrestartMessage factory method
This method is the factory method for creating 'SrvMonAppMessagingPrestartMessage' objects
from a serialized content object.
|
static SrvMonAppMessagingPrestartMessage |
createSrvMonAppMessagingPrestartMessageFromRawJson(String json)
SrvMonAppMessagingPrestartMessage factory method
This method is the factory method for creating 'SrvMonAppMessagingPrestartMessage' objects
from a serialized content object.
|
static SrvMonAppMessagingStartedMessage |
createSrvMonAppMessagingStartedMessage()
SrvMonAppMessagingStartedMessage factory method
This method is the factory method for creating 'SrvMonAppMessagingStartedMessage' objects.
|
static SrvMonAppMessagingStartedMessage |
createSrvMonAppMessagingStartedMessage(com.eaio.uuid.UUID id)
SrvMonAppMessagingStartedMessage factory method
This method is the factory method for creating 'SrvMonAppMessagingStartedMessage' objects initialized with a given store id.
|
static SrvMonAppMessagingStartedMessage |
createSrvMonAppMessagingStartedMessageFromJson(String json)
SrvMonAppMessagingStartedMessage factory method
This method is the factory method for creating 'SrvMonAppMessagingStartedMessage' objects
from a serialized content object.
|
static SrvMonAppMessagingStartedMessage |
createSrvMonAppMessagingStartedMessageFromRawJson(String json)
SrvMonAppMessagingStartedMessage factory method
This method is the factory method for creating 'SrvMonAppMessagingStartedMessage' objects
from a serialized content object.
|
static SrvMonAppMessagingStartFailedMessage |
createSrvMonAppMessagingStartFailedMessage()
SrvMonAppMessagingStartFailedMessage factory method
This method is the factory method for creating 'SrvMonAppMessagingStartFailedMessage' objects.
|
static SrvMonAppMessagingStartFailedMessage |
createSrvMonAppMessagingStartFailedMessage(com.eaio.uuid.UUID id)
SrvMonAppMessagingStartFailedMessage factory method
This method is the factory method for creating 'SrvMonAppMessagingStartFailedMessage' objects initialized with a given store id.
|
static SrvMonAppMessagingStartFailedMessage |
createSrvMonAppMessagingStartFailedMessageFromJson(String json)
SrvMonAppMessagingStartFailedMessage factory method
This method is the factory method for creating 'SrvMonAppMessagingStartFailedMessage' objects
from a serialized content object.
|
static SrvMonAppMessagingStartFailedMessage |
createSrvMonAppMessagingStartFailedMessageFromRawJson(String json)
SrvMonAppMessagingStartFailedMessage factory method
This method is the factory method for creating 'SrvMonAppMessagingStartFailedMessage' objects
from a serialized content object.
|
static SrvMonAppStateChangeMessage |
createSrvMonAppStateChangeMessage()
SrvMonAppStateChangeMessage factory method
This method is the factory method for creating 'SrvMonAppStateChangeMessage' objects.
|
static SrvMonAppStateChangeMessage |
createSrvMonAppStateChangeMessage(com.eaio.uuid.UUID id)
SrvMonAppStateChangeMessage factory method
This method is the factory method for creating 'SrvMonAppStateChangeMessage' objects initialized with a given store id.
|
static SrvMonAppStateChangeMessage |
createSrvMonAppStateChangeMessageFromJson(String json)
SrvMonAppStateChangeMessage factory method
This method is the factory method for creating 'SrvMonAppStateChangeMessage' objects
from a serialized content object.
|
static SrvMonAppStateChangeMessage |
createSrvMonAppStateChangeMessageFromRawJson(String json)
SrvMonAppStateChangeMessage factory method
This method is the factory method for creating 'SrvMonAppStateChangeMessage' objects
from a serialized content object.
|
static SrvMonAppStoreBindingFailedMessage |
createSrvMonAppStoreBindingFailedMessage()
SrvMonAppStoreBindingFailedMessage factory method
This method is the factory method for creating 'SrvMonAppStoreBindingFailedMessage' objects.
|
static SrvMonAppStoreBindingFailedMessage |
createSrvMonAppStoreBindingFailedMessage(com.eaio.uuid.UUID id)
SrvMonAppStoreBindingFailedMessage factory method
This method is the factory method for creating 'SrvMonAppStoreBindingFailedMessage' objects initialized with a given store id.
|
static SrvMonAppStoreBindingFailedMessage |
createSrvMonAppStoreBindingFailedMessageFromJson(String json)
SrvMonAppStoreBindingFailedMessage factory method
This method is the factory method for creating 'SrvMonAppStoreBindingFailedMessage' objects
from a serialized content object.
|
static SrvMonAppStoreBindingFailedMessage |
createSrvMonAppStoreBindingFailedMessageFromRawJson(String json)
SrvMonAppStoreBindingFailedMessage factory method
This method is the factory method for creating 'SrvMonAppStoreBindingFailedMessage' objects
from a serialized content object.
|
static SrvMonAppStoreBindingRoleChangedMessage |
createSrvMonAppStoreBindingRoleChangedMessage()
SrvMonAppStoreBindingRoleChangedMessage factory method
This method is the factory method for creating 'SrvMonAppStoreBindingRoleChangedMessage' objects.
|
static SrvMonAppStoreBindingRoleChangedMessage |
createSrvMonAppStoreBindingRoleChangedMessage(com.eaio.uuid.UUID id)
SrvMonAppStoreBindingRoleChangedMessage factory method
This method is the factory method for creating 'SrvMonAppStoreBindingRoleChangedMessage' objects initialized with a given store id.
|
static SrvMonAppStoreBindingRoleChangedMessage |
createSrvMonAppStoreBindingRoleChangedMessageFromJson(String json)
SrvMonAppStoreBindingRoleChangedMessage factory method
This method is the factory method for creating 'SrvMonAppStoreBindingRoleChangedMessage' objects
from a serialized content object.
|
static SrvMonAppStoreBindingRoleChangedMessage |
createSrvMonAppStoreBindingRoleChangedMessageFromRawJson(String json)
SrvMonAppStoreBindingRoleChangedMessage factory method
This method is the factory method for creating 'SrvMonAppStoreBindingRoleChangedMessage' objects
from a serialized content object.
|
static SrvMonAppStoreMemberDownMessage |
createSrvMonAppStoreMemberDownMessage()
SrvMonAppStoreMemberDownMessage factory method
This method is the factory method for creating 'SrvMonAppStoreMemberDownMessage' objects.
|
static SrvMonAppStoreMemberDownMessage |
createSrvMonAppStoreMemberDownMessage(com.eaio.uuid.UUID id)
SrvMonAppStoreMemberDownMessage factory method
This method is the factory method for creating 'SrvMonAppStoreMemberDownMessage' objects initialized with a given store id.
|
static SrvMonAppStoreMemberDownMessage |
createSrvMonAppStoreMemberDownMessageFromJson(String json)
SrvMonAppStoreMemberDownMessage factory method
This method is the factory method for creating 'SrvMonAppStoreMemberDownMessage' objects
from a serialized content object.
|
static SrvMonAppStoreMemberDownMessage |
createSrvMonAppStoreMemberDownMessageFromRawJson(String json)
SrvMonAppStoreMemberDownMessage factory method
This method is the factory method for creating 'SrvMonAppStoreMemberDownMessage' objects
from a serialized content object.
|
static SrvMonAppStoreMemberInitCompleteMessage |
createSrvMonAppStoreMemberInitCompleteMessage()
SrvMonAppStoreMemberInitCompleteMessage factory method
This method is the factory method for creating 'SrvMonAppStoreMemberInitCompleteMessage' objects.
|
static SrvMonAppStoreMemberInitCompleteMessage |
createSrvMonAppStoreMemberInitCompleteMessage(com.eaio.uuid.UUID id)
SrvMonAppStoreMemberInitCompleteMessage factory method
This method is the factory method for creating 'SrvMonAppStoreMemberInitCompleteMessage' objects initialized with a given store id.
|
static SrvMonAppStoreMemberInitCompleteMessage |
createSrvMonAppStoreMemberInitCompleteMessageFromJson(String json)
SrvMonAppStoreMemberInitCompleteMessage factory method
This method is the factory method for creating 'SrvMonAppStoreMemberInitCompleteMessage' objects
from a serialized content object.
|
static SrvMonAppStoreMemberInitCompleteMessage |
createSrvMonAppStoreMemberInitCompleteMessageFromRawJson(String json)
SrvMonAppStoreMemberInitCompleteMessage factory method
This method is the factory method for creating 'SrvMonAppStoreMemberInitCompleteMessage' objects
from a serialized content object.
|
static SrvMonAppStoreMemberUpMessage |
createSrvMonAppStoreMemberUpMessage()
SrvMonAppStoreMemberUpMessage factory method
This method is the factory method for creating 'SrvMonAppStoreMemberUpMessage' objects.
|
static SrvMonAppStoreMemberUpMessage |
createSrvMonAppStoreMemberUpMessage(com.eaio.uuid.UUID id)
SrvMonAppStoreMemberUpMessage factory method
This method is the factory method for creating 'SrvMonAppStoreMemberUpMessage' objects initialized with a given store id.
|
static SrvMonAppStoreMemberUpMessage |
createSrvMonAppStoreMemberUpMessageFromJson(String json)
SrvMonAppStoreMemberUpMessage factory method
This method is the factory method for creating 'SrvMonAppStoreMemberUpMessage' objects
from a serialized content object.
|
static SrvMonAppStoreMemberUpMessage |
createSrvMonAppStoreMemberUpMessageFromRawJson(String json)
SrvMonAppStoreMemberUpMessage factory method
This method is the factory method for creating 'SrvMonAppStoreMemberUpMessage' objects
from a serialized content object.
|
static SrvMonAppUnloadedMessage |
createSrvMonAppUnloadedMessage()
SrvMonAppUnloadedMessage factory method
This method is the factory method for creating 'SrvMonAppUnloadedMessage' objects.
|
static SrvMonAppUnloadedMessage |
createSrvMonAppUnloadedMessage(com.eaio.uuid.UUID id)
SrvMonAppUnloadedMessage factory method
This method is the factory method for creating 'SrvMonAppUnloadedMessage' objects initialized with a given store id.
|
static SrvMonAppUnloadedMessage |
createSrvMonAppUnloadedMessageFromJson(String json)
SrvMonAppUnloadedMessage factory method
This method is the factory method for creating 'SrvMonAppUnloadedMessage' objects
from a serialized content object.
|
static SrvMonAppUnloadedMessage |
createSrvMonAppUnloadedMessageFromRawJson(String json)
SrvMonAppUnloadedMessage factory method
This method is the factory method for creating 'SrvMonAppUnloadedMessage' 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_SrvMonAppStoreBindingFailedMessage
SrvMonAppStoreBindingFailedMessage type id.public static final short ID_SrvMonAppEngineStoppedMessage
SrvMonAppEngineStoppedMessage type id.public static final short ID_SrvMonAppClientDisconnectMessage
SrvMonAppClientDisconnectMessage type id.public static final short ID_SrvMonAppEngineStoppingMessage
SrvMonAppEngineStoppingMessage type id.public static final short ID_SrvMonAppLoadedMessage
SrvMonAppLoadedMessage type id.public static final short ID_SrvMonAppUnloadedMessage
SrvMonAppUnloadedMessage type id.public static final short ID_SrvMonAppStoreMemberUpMessage
SrvMonAppStoreMemberUpMessage type id.public static final short ID_SrvMonAppBusBindingDownMessage
SrvMonAppBusBindingDownMessage type id.public static final short ID_SrvMonAppMessagingStartFailedMessage
SrvMonAppMessagingStartFailedMessage type id.public static final short ID_SrvMonAppBusBindingDestroyedMessage
SrvMonAppBusBindingDestroyedMessage type id.public static final short ID_SrvMonAppMessagingPrestartMessage
SrvMonAppMessagingPrestartMessage type id.public static final short ID_SrvMonAppEngineCreatedMessage
SrvMonAppEngineCreatedMessage type id.public static final short ID_SrvMonAppBusBindingStateChangeMessage
SrvMonAppBusBindingStateChangeMessage type id.public static final short ID_SrvMonAppBusBindingCreateFailedMessage
SrvMonAppBusBindingCreateFailedMessage type id.public static final short ID_SrvMonAppStoreMemberDownMessage
SrvMonAppStoreMemberDownMessage type id.public static final short ID_SrvMonAppChannelDownMessage
SrvMonAppChannelDownMessage type id.public static final short ID_SrvMonAppStateChangeMessage
SrvMonAppStateChangeMessage type id.public static final short ID_SrvMonAppBusBindingCreatedMessage
SrvMonAppBusBindingCreatedMessage type id.public static final short ID_SrvMonAppBusBindingOpenFailedMessage
SrvMonAppBusBindingOpenFailedMessage type id.public static final short ID_SrvMonAppBusBindingOpenedMessage
SrvMonAppBusBindingOpenedMessage type id.public static final short ID_SrvMonAppStoreBindingRoleChangedMessage
SrvMonAppStoreBindingRoleChangedMessage type id.public static final short ID_SrvMonAppEngineStartedMessage
SrvMonAppEngineStartedMessage type id.public static final short ID_SrvMonAppClientConnectMessage
SrvMonAppClientConnectMessage type id.public static final short ID_SrvMonAppChannelUpMessage
SrvMonAppChannelUpMessage type id.public static final short ID_SrvMonAppBusBindingUpMessage
SrvMonAppBusBindingUpMessage type id.public static final short ID_SrvMonAppMessagingStartedMessage
SrvMonAppMessagingStartedMessage type id.public static final short ID_SrvMonAppBusBindingOpeningMessage
SrvMonAppBusBindingOpeningMessage type id.public static final short ID_SrvMonAppEngineActiveMessage
SrvMonAppEngineActiveMessage type id.public static final short ID_SrvMonAppMessagingFailedMessage
SrvMonAppMessagingFailedMessage type id.public static final short ID_SrvMonAppFlowCreateMessage
SrvMonAppFlowCreateMessage type id.public static final short ID_SrvMonAppStoreMemberInitCompleteMessage
SrvMonAppStoreMemberInitCompleteMessage type id.public static final int PKTID_SrvMonAppStoreBindingFailedMessage
SrvMonAppStoreBindingFailedMessage backing packet id type.
SrvMonAppStoreBindingFailedMessage 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_SrvMonAppEngineStoppedMessage
SrvMonAppEngineStoppedMessage backing packet id type.
SrvMonAppEngineStoppedMessage 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_SrvMonAppClientDisconnectMessage
SrvMonAppClientDisconnectMessage backing packet id type.
SrvMonAppClientDisconnectMessage 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_SrvMonAppEngineStoppingMessage
SrvMonAppEngineStoppingMessage backing packet id type.
SrvMonAppEngineStoppingMessage 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_SrvMonAppLoadedMessage
SrvMonAppLoadedMessage backing packet id type.
SrvMonAppLoadedMessage 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_SrvMonAppUnloadedMessage
SrvMonAppUnloadedMessage backing packet id type.
SrvMonAppUnloadedMessage 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_SrvMonAppStoreMemberUpMessage
SrvMonAppStoreMemberUpMessage backing packet id type.
SrvMonAppStoreMemberUpMessage 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_SrvMonAppBusBindingDownMessage
SrvMonAppBusBindingDownMessage backing packet id type.
SrvMonAppBusBindingDownMessage 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_SrvMonAppMessagingStartFailedMessage
SrvMonAppMessagingStartFailedMessage backing packet id type.
SrvMonAppMessagingStartFailedMessage 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_SrvMonAppBusBindingDestroyedMessage
SrvMonAppBusBindingDestroyedMessage backing packet id type.
SrvMonAppBusBindingDestroyedMessage 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_SrvMonAppMessagingPrestartMessage
SrvMonAppMessagingPrestartMessage backing packet id type.
SrvMonAppMessagingPrestartMessage 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_SrvMonAppEngineCreatedMessage
SrvMonAppEngineCreatedMessage backing packet id type.
SrvMonAppEngineCreatedMessage 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_SrvMonAppBusBindingStateChangeMessage
SrvMonAppBusBindingStateChangeMessage backing packet id type.
SrvMonAppBusBindingStateChangeMessage 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_SrvMonAppBusBindingCreateFailedMessage
SrvMonAppBusBindingCreateFailedMessage backing packet id type.
SrvMonAppBusBindingCreateFailedMessage 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_SrvMonAppStoreMemberDownMessage
SrvMonAppStoreMemberDownMessage backing packet id type.
SrvMonAppStoreMemberDownMessage 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_SrvMonAppChannelDownMessage
SrvMonAppChannelDownMessage backing packet id type.
SrvMonAppChannelDownMessage 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_SrvMonAppStateChangeMessage
SrvMonAppStateChangeMessage backing packet id type.
SrvMonAppStateChangeMessage 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_SrvMonAppBusBindingCreatedMessage
SrvMonAppBusBindingCreatedMessage backing packet id type.
SrvMonAppBusBindingCreatedMessage 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_SrvMonAppBusBindingOpenFailedMessage
SrvMonAppBusBindingOpenFailedMessage backing packet id type.
SrvMonAppBusBindingOpenFailedMessage 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_SrvMonAppBusBindingOpenedMessage
SrvMonAppBusBindingOpenedMessage backing packet id type.
SrvMonAppBusBindingOpenedMessage 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_SrvMonAppStoreBindingRoleChangedMessage
SrvMonAppStoreBindingRoleChangedMessage backing packet id type.
SrvMonAppStoreBindingRoleChangedMessage 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_SrvMonAppEngineStartedMessage
SrvMonAppEngineStartedMessage backing packet id type.
SrvMonAppEngineStartedMessage 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_SrvMonAppClientConnectMessage
SrvMonAppClientConnectMessage backing packet id type.
SrvMonAppClientConnectMessage 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_SrvMonAppChannelUpMessage
SrvMonAppChannelUpMessage backing packet id type.
SrvMonAppChannelUpMessage 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_SrvMonAppBusBindingUpMessage
SrvMonAppBusBindingUpMessage backing packet id type.
SrvMonAppBusBindingUpMessage 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_SrvMonAppMessagingStartedMessage
SrvMonAppMessagingStartedMessage backing packet id type.
SrvMonAppMessagingStartedMessage 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_SrvMonAppBusBindingOpeningMessage
SrvMonAppBusBindingOpeningMessage backing packet id type.
SrvMonAppBusBindingOpeningMessage 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_SrvMonAppEngineActiveMessage
SrvMonAppEngineActiveMessage backing packet id type.
SrvMonAppEngineActiveMessage 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_SrvMonAppMessagingFailedMessage
SrvMonAppMessagingFailedMessage backing packet id type.
SrvMonAppMessagingFailedMessage 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_SrvMonAppFlowCreateMessage
SrvMonAppFlowCreateMessage backing packet id type.
SrvMonAppFlowCreateMessage 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_SrvMonAppStoreMemberInitCompleteMessage
SrvMonAppStoreMemberInitCompleteMessage backing packet id type.
SrvMonAppStoreMemberInitCompleteMessage 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 SrvMonLifecycleFactory create(Properties props)
public static final SrvMonAppStoreBindingFailedMessage createSrvMonAppStoreBindingFailedMessage(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonAppStoreBindingFailedMessage' objects initialized with a given store id. It is equivalent to using 'SrvMonAppStoreBindingFailedMessage.create(id)'.
public static final SrvMonAppStoreBindingFailedMessage createSrvMonAppStoreBindingFailedMessage()
This method is the factory method for creating 'SrvMonAppStoreBindingFailedMessage' objects. It is equivalent to using 'SrvMonAppStoreBindingFailedMessage.create()'.
public static final SrvMonAppStoreBindingFailedMessage createSrvMonAppStoreBindingFailedMessageFromJson(String json)
This method is the factory method for creating 'SrvMonAppStoreBindingFailedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppStoreBindingFailedMessage .createFromJson(String)'.
public static final SrvMonAppStoreBindingFailedMessage createSrvMonAppStoreBindingFailedMessageFromRawJson(String json)
This method is the factory method for creating 'SrvMonAppStoreBindingFailedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppStoreBindingFailedMessage .createFromRawJson(String)'.
public static final SrvMonAppEngineStoppedMessage createSrvMonAppEngineStoppedMessage(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonAppEngineStoppedMessage' objects initialized with a given store id. It is equivalent to using 'SrvMonAppEngineStoppedMessage.create(id)'.
public static final SrvMonAppEngineStoppedMessage createSrvMonAppEngineStoppedMessage()
This method is the factory method for creating 'SrvMonAppEngineStoppedMessage' objects. It is equivalent to using 'SrvMonAppEngineStoppedMessage.create()'.
public static final SrvMonAppEngineStoppedMessage createSrvMonAppEngineStoppedMessageFromJson(String json)
This method is the factory method for creating 'SrvMonAppEngineStoppedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppEngineStoppedMessage .createFromJson(String)'.
public static final SrvMonAppEngineStoppedMessage createSrvMonAppEngineStoppedMessageFromRawJson(String json)
This method is the factory method for creating 'SrvMonAppEngineStoppedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppEngineStoppedMessage .createFromRawJson(String)'.
public static final SrvMonAppClientDisconnectMessage createSrvMonAppClientDisconnectMessage(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonAppClientDisconnectMessage' objects initialized with a given store id. It is equivalent to using 'SrvMonAppClientDisconnectMessage.create(id)'.
public static final SrvMonAppClientDisconnectMessage createSrvMonAppClientDisconnectMessage()
This method is the factory method for creating 'SrvMonAppClientDisconnectMessage' objects. It is equivalent to using 'SrvMonAppClientDisconnectMessage.create()'.
public static final SrvMonAppClientDisconnectMessage createSrvMonAppClientDisconnectMessageFromJson(String json)
This method is the factory method for creating 'SrvMonAppClientDisconnectMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppClientDisconnectMessage .createFromJson(String)'.
public static final SrvMonAppClientDisconnectMessage createSrvMonAppClientDisconnectMessageFromRawJson(String json)
This method is the factory method for creating 'SrvMonAppClientDisconnectMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppClientDisconnectMessage .createFromRawJson(String)'.
public static final SrvMonAppEngineStoppingMessage createSrvMonAppEngineStoppingMessage(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonAppEngineStoppingMessage' objects initialized with a given store id. It is equivalent to using 'SrvMonAppEngineStoppingMessage.create(id)'.
public static final SrvMonAppEngineStoppingMessage createSrvMonAppEngineStoppingMessage()
This method is the factory method for creating 'SrvMonAppEngineStoppingMessage' objects. It is equivalent to using 'SrvMonAppEngineStoppingMessage.create()'.
public static final SrvMonAppEngineStoppingMessage createSrvMonAppEngineStoppingMessageFromJson(String json)
This method is the factory method for creating 'SrvMonAppEngineStoppingMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppEngineStoppingMessage .createFromJson(String)'.
public static final SrvMonAppEngineStoppingMessage createSrvMonAppEngineStoppingMessageFromRawJson(String json)
This method is the factory method for creating 'SrvMonAppEngineStoppingMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppEngineStoppingMessage .createFromRawJson(String)'.
public static final SrvMonAppLoadedMessage createSrvMonAppLoadedMessage(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonAppLoadedMessage' objects initialized with a given store id. It is equivalent to using 'SrvMonAppLoadedMessage.create(id)'.
public static final SrvMonAppLoadedMessage createSrvMonAppLoadedMessage()
This method is the factory method for creating 'SrvMonAppLoadedMessage' objects. It is equivalent to using 'SrvMonAppLoadedMessage.create()'.
public static final SrvMonAppLoadedMessage createSrvMonAppLoadedMessageFromJson(String json)
This method is the factory method for creating 'SrvMonAppLoadedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppLoadedMessage .createFromJson(String)'.
public static final SrvMonAppLoadedMessage createSrvMonAppLoadedMessageFromRawJson(String json)
This method is the factory method for creating 'SrvMonAppLoadedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppLoadedMessage .createFromRawJson(String)'.
public static final SrvMonAppUnloadedMessage createSrvMonAppUnloadedMessage(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonAppUnloadedMessage' objects initialized with a given store id. It is equivalent to using 'SrvMonAppUnloadedMessage.create(id)'.
public static final SrvMonAppUnloadedMessage createSrvMonAppUnloadedMessage()
This method is the factory method for creating 'SrvMonAppUnloadedMessage' objects. It is equivalent to using 'SrvMonAppUnloadedMessage.create()'.
public static final SrvMonAppUnloadedMessage createSrvMonAppUnloadedMessageFromJson(String json)
This method is the factory method for creating 'SrvMonAppUnloadedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppUnloadedMessage .createFromJson(String)'.
public static final SrvMonAppUnloadedMessage createSrvMonAppUnloadedMessageFromRawJson(String json)
This method is the factory method for creating 'SrvMonAppUnloadedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppUnloadedMessage .createFromRawJson(String)'.
public static final SrvMonAppStoreMemberUpMessage createSrvMonAppStoreMemberUpMessage(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonAppStoreMemberUpMessage' objects initialized with a given store id. It is equivalent to using 'SrvMonAppStoreMemberUpMessage.create(id)'.
public static final SrvMonAppStoreMemberUpMessage createSrvMonAppStoreMemberUpMessage()
This method is the factory method for creating 'SrvMonAppStoreMemberUpMessage' objects. It is equivalent to using 'SrvMonAppStoreMemberUpMessage.create()'.
public static final SrvMonAppStoreMemberUpMessage createSrvMonAppStoreMemberUpMessageFromJson(String json)
This method is the factory method for creating 'SrvMonAppStoreMemberUpMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppStoreMemberUpMessage .createFromJson(String)'.
public static final SrvMonAppStoreMemberUpMessage createSrvMonAppStoreMemberUpMessageFromRawJson(String json)
This method is the factory method for creating 'SrvMonAppStoreMemberUpMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppStoreMemberUpMessage .createFromRawJson(String)'.
public static final SrvMonAppBusBindingDownMessage createSrvMonAppBusBindingDownMessage(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonAppBusBindingDownMessage' objects initialized with a given store id. It is equivalent to using 'SrvMonAppBusBindingDownMessage.create(id)'.
public static final SrvMonAppBusBindingDownMessage createSrvMonAppBusBindingDownMessage()
This method is the factory method for creating 'SrvMonAppBusBindingDownMessage' objects. It is equivalent to using 'SrvMonAppBusBindingDownMessage.create()'.
public static final SrvMonAppBusBindingDownMessage createSrvMonAppBusBindingDownMessageFromJson(String json)
This method is the factory method for creating 'SrvMonAppBusBindingDownMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusBindingDownMessage .createFromJson(String)'.
public static final SrvMonAppBusBindingDownMessage createSrvMonAppBusBindingDownMessageFromRawJson(String json)
This method is the factory method for creating 'SrvMonAppBusBindingDownMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusBindingDownMessage .createFromRawJson(String)'.
public static final SrvMonAppMessagingStartFailedMessage createSrvMonAppMessagingStartFailedMessage(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonAppMessagingStartFailedMessage' objects initialized with a given store id. It is equivalent to using 'SrvMonAppMessagingStartFailedMessage.create(id)'.
public static final SrvMonAppMessagingStartFailedMessage createSrvMonAppMessagingStartFailedMessage()
This method is the factory method for creating 'SrvMonAppMessagingStartFailedMessage' objects. It is equivalent to using 'SrvMonAppMessagingStartFailedMessage.create()'.
public static final SrvMonAppMessagingStartFailedMessage createSrvMonAppMessagingStartFailedMessageFromJson(String json)
This method is the factory method for creating 'SrvMonAppMessagingStartFailedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppMessagingStartFailedMessage .createFromJson(String)'.
public static final SrvMonAppMessagingStartFailedMessage createSrvMonAppMessagingStartFailedMessageFromRawJson(String json)
This method is the factory method for creating 'SrvMonAppMessagingStartFailedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppMessagingStartFailedMessage .createFromRawJson(String)'.
public static final SrvMonAppBusBindingDestroyedMessage createSrvMonAppBusBindingDestroyedMessage(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonAppBusBindingDestroyedMessage' objects initialized with a given store id. It is equivalent to using 'SrvMonAppBusBindingDestroyedMessage.create(id)'.
public static final SrvMonAppBusBindingDestroyedMessage createSrvMonAppBusBindingDestroyedMessage()
This method is the factory method for creating 'SrvMonAppBusBindingDestroyedMessage' objects. It is equivalent to using 'SrvMonAppBusBindingDestroyedMessage.create()'.
public static final SrvMonAppBusBindingDestroyedMessage createSrvMonAppBusBindingDestroyedMessageFromJson(String json)
This method is the factory method for creating 'SrvMonAppBusBindingDestroyedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusBindingDestroyedMessage .createFromJson(String)'.
public static final SrvMonAppBusBindingDestroyedMessage createSrvMonAppBusBindingDestroyedMessageFromRawJson(String json)
This method is the factory method for creating 'SrvMonAppBusBindingDestroyedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusBindingDestroyedMessage .createFromRawJson(String)'.
public static final SrvMonAppMessagingPrestartMessage createSrvMonAppMessagingPrestartMessage(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonAppMessagingPrestartMessage' objects initialized with a given store id. It is equivalent to using 'SrvMonAppMessagingPrestartMessage.create(id)'.
public static final SrvMonAppMessagingPrestartMessage createSrvMonAppMessagingPrestartMessage()
This method is the factory method for creating 'SrvMonAppMessagingPrestartMessage' objects. It is equivalent to using 'SrvMonAppMessagingPrestartMessage.create()'.
public static final SrvMonAppMessagingPrestartMessage createSrvMonAppMessagingPrestartMessageFromJson(String json)
This method is the factory method for creating 'SrvMonAppMessagingPrestartMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppMessagingPrestartMessage .createFromJson(String)'.
public static final SrvMonAppMessagingPrestartMessage createSrvMonAppMessagingPrestartMessageFromRawJson(String json)
This method is the factory method for creating 'SrvMonAppMessagingPrestartMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppMessagingPrestartMessage .createFromRawJson(String)'.
public static final SrvMonAppEngineCreatedMessage createSrvMonAppEngineCreatedMessage(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonAppEngineCreatedMessage' objects initialized with a given store id. It is equivalent to using 'SrvMonAppEngineCreatedMessage.create(id)'.
public static final SrvMonAppEngineCreatedMessage createSrvMonAppEngineCreatedMessage()
This method is the factory method for creating 'SrvMonAppEngineCreatedMessage' objects. It is equivalent to using 'SrvMonAppEngineCreatedMessage.create()'.
public static final SrvMonAppEngineCreatedMessage createSrvMonAppEngineCreatedMessageFromJson(String json)
This method is the factory method for creating 'SrvMonAppEngineCreatedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppEngineCreatedMessage .createFromJson(String)'.
public static final SrvMonAppEngineCreatedMessage createSrvMonAppEngineCreatedMessageFromRawJson(String json)
This method is the factory method for creating 'SrvMonAppEngineCreatedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppEngineCreatedMessage .createFromRawJson(String)'.
public static final SrvMonAppBusBindingStateChangeMessage createSrvMonAppBusBindingStateChangeMessage(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonAppBusBindingStateChangeMessage' objects initialized with a given store id. It is equivalent to using 'SrvMonAppBusBindingStateChangeMessage.create(id)'.
public static final SrvMonAppBusBindingStateChangeMessage createSrvMonAppBusBindingStateChangeMessage()
This method is the factory method for creating 'SrvMonAppBusBindingStateChangeMessage' objects. It is equivalent to using 'SrvMonAppBusBindingStateChangeMessage.create()'.
public static final SrvMonAppBusBindingStateChangeMessage createSrvMonAppBusBindingStateChangeMessageFromJson(String json)
This method is the factory method for creating 'SrvMonAppBusBindingStateChangeMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusBindingStateChangeMessage .createFromJson(String)'.
public static final SrvMonAppBusBindingStateChangeMessage createSrvMonAppBusBindingStateChangeMessageFromRawJson(String json)
This method is the factory method for creating 'SrvMonAppBusBindingStateChangeMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusBindingStateChangeMessage .createFromRawJson(String)'.
public static final SrvMonAppBusBindingCreateFailedMessage createSrvMonAppBusBindingCreateFailedMessage(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonAppBusBindingCreateFailedMessage' objects initialized with a given store id. It is equivalent to using 'SrvMonAppBusBindingCreateFailedMessage.create(id)'.
public static final SrvMonAppBusBindingCreateFailedMessage createSrvMonAppBusBindingCreateFailedMessage()
This method is the factory method for creating 'SrvMonAppBusBindingCreateFailedMessage' objects. It is equivalent to using 'SrvMonAppBusBindingCreateFailedMessage.create()'.
public static final SrvMonAppBusBindingCreateFailedMessage createSrvMonAppBusBindingCreateFailedMessageFromJson(String json)
This method is the factory method for creating 'SrvMonAppBusBindingCreateFailedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusBindingCreateFailedMessage .createFromJson(String)'.
public static final SrvMonAppBusBindingCreateFailedMessage createSrvMonAppBusBindingCreateFailedMessageFromRawJson(String json)
This method is the factory method for creating 'SrvMonAppBusBindingCreateFailedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusBindingCreateFailedMessage .createFromRawJson(String)'.
public static final SrvMonAppStoreMemberDownMessage createSrvMonAppStoreMemberDownMessage(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonAppStoreMemberDownMessage' objects initialized with a given store id. It is equivalent to using 'SrvMonAppStoreMemberDownMessage.create(id)'.
public static final SrvMonAppStoreMemberDownMessage createSrvMonAppStoreMemberDownMessage()
This method is the factory method for creating 'SrvMonAppStoreMemberDownMessage' objects. It is equivalent to using 'SrvMonAppStoreMemberDownMessage.create()'.
public static final SrvMonAppStoreMemberDownMessage createSrvMonAppStoreMemberDownMessageFromJson(String json)
This method is the factory method for creating 'SrvMonAppStoreMemberDownMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppStoreMemberDownMessage .createFromJson(String)'.
public static final SrvMonAppStoreMemberDownMessage createSrvMonAppStoreMemberDownMessageFromRawJson(String json)
This method is the factory method for creating 'SrvMonAppStoreMemberDownMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppStoreMemberDownMessage .createFromRawJson(String)'.
public static final SrvMonAppChannelDownMessage createSrvMonAppChannelDownMessage(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonAppChannelDownMessage' objects initialized with a given store id. It is equivalent to using 'SrvMonAppChannelDownMessage.create(id)'.
public static final SrvMonAppChannelDownMessage createSrvMonAppChannelDownMessage()
This method is the factory method for creating 'SrvMonAppChannelDownMessage' objects. It is equivalent to using 'SrvMonAppChannelDownMessage.create()'.
public static final SrvMonAppChannelDownMessage createSrvMonAppChannelDownMessageFromJson(String json)
This method is the factory method for creating 'SrvMonAppChannelDownMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppChannelDownMessage .createFromJson(String)'.
public static final SrvMonAppChannelDownMessage createSrvMonAppChannelDownMessageFromRawJson(String json)
This method is the factory method for creating 'SrvMonAppChannelDownMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppChannelDownMessage .createFromRawJson(String)'.
public static final SrvMonAppStateChangeMessage createSrvMonAppStateChangeMessage(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonAppStateChangeMessage' objects initialized with a given store id. It is equivalent to using 'SrvMonAppStateChangeMessage.create(id)'.
public static final SrvMonAppStateChangeMessage createSrvMonAppStateChangeMessage()
This method is the factory method for creating 'SrvMonAppStateChangeMessage' objects. It is equivalent to using 'SrvMonAppStateChangeMessage.create()'.
public static final SrvMonAppStateChangeMessage createSrvMonAppStateChangeMessageFromJson(String json)
This method is the factory method for creating 'SrvMonAppStateChangeMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppStateChangeMessage .createFromJson(String)'.
public static final SrvMonAppStateChangeMessage createSrvMonAppStateChangeMessageFromRawJson(String json)
This method is the factory method for creating 'SrvMonAppStateChangeMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppStateChangeMessage .createFromRawJson(String)'.
public static final SrvMonAppBusBindingCreatedMessage createSrvMonAppBusBindingCreatedMessage(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonAppBusBindingCreatedMessage' objects initialized with a given store id. It is equivalent to using 'SrvMonAppBusBindingCreatedMessage.create(id)'.
public static final SrvMonAppBusBindingCreatedMessage createSrvMonAppBusBindingCreatedMessage()
This method is the factory method for creating 'SrvMonAppBusBindingCreatedMessage' objects. It is equivalent to using 'SrvMonAppBusBindingCreatedMessage.create()'.
public static final SrvMonAppBusBindingCreatedMessage createSrvMonAppBusBindingCreatedMessageFromJson(String json)
This method is the factory method for creating 'SrvMonAppBusBindingCreatedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusBindingCreatedMessage .createFromJson(String)'.
public static final SrvMonAppBusBindingCreatedMessage createSrvMonAppBusBindingCreatedMessageFromRawJson(String json)
This method is the factory method for creating 'SrvMonAppBusBindingCreatedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusBindingCreatedMessage .createFromRawJson(String)'.
public static final SrvMonAppBusBindingOpenFailedMessage createSrvMonAppBusBindingOpenFailedMessage(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonAppBusBindingOpenFailedMessage' objects initialized with a given store id. It is equivalent to using 'SrvMonAppBusBindingOpenFailedMessage.create(id)'.
public static final SrvMonAppBusBindingOpenFailedMessage createSrvMonAppBusBindingOpenFailedMessage()
This method is the factory method for creating 'SrvMonAppBusBindingOpenFailedMessage' objects. It is equivalent to using 'SrvMonAppBusBindingOpenFailedMessage.create()'.
public static final SrvMonAppBusBindingOpenFailedMessage createSrvMonAppBusBindingOpenFailedMessageFromJson(String json)
This method is the factory method for creating 'SrvMonAppBusBindingOpenFailedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusBindingOpenFailedMessage .createFromJson(String)'.
public static final SrvMonAppBusBindingOpenFailedMessage createSrvMonAppBusBindingOpenFailedMessageFromRawJson(String json)
This method is the factory method for creating 'SrvMonAppBusBindingOpenFailedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusBindingOpenFailedMessage .createFromRawJson(String)'.
public static final SrvMonAppBusBindingOpenedMessage createSrvMonAppBusBindingOpenedMessage(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonAppBusBindingOpenedMessage' objects initialized with a given store id. It is equivalent to using 'SrvMonAppBusBindingOpenedMessage.create(id)'.
public static final SrvMonAppBusBindingOpenedMessage createSrvMonAppBusBindingOpenedMessage()
This method is the factory method for creating 'SrvMonAppBusBindingOpenedMessage' objects. It is equivalent to using 'SrvMonAppBusBindingOpenedMessage.create()'.
public static final SrvMonAppBusBindingOpenedMessage createSrvMonAppBusBindingOpenedMessageFromJson(String json)
This method is the factory method for creating 'SrvMonAppBusBindingOpenedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusBindingOpenedMessage .createFromJson(String)'.
public static final SrvMonAppBusBindingOpenedMessage createSrvMonAppBusBindingOpenedMessageFromRawJson(String json)
This method is the factory method for creating 'SrvMonAppBusBindingOpenedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusBindingOpenedMessage .createFromRawJson(String)'.
public static final SrvMonAppStoreBindingRoleChangedMessage createSrvMonAppStoreBindingRoleChangedMessage(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonAppStoreBindingRoleChangedMessage' objects initialized with a given store id. It is equivalent to using 'SrvMonAppStoreBindingRoleChangedMessage.create(id)'.
public static final SrvMonAppStoreBindingRoleChangedMessage createSrvMonAppStoreBindingRoleChangedMessage()
This method is the factory method for creating 'SrvMonAppStoreBindingRoleChangedMessage' objects. It is equivalent to using 'SrvMonAppStoreBindingRoleChangedMessage.create()'.
public static final SrvMonAppStoreBindingRoleChangedMessage createSrvMonAppStoreBindingRoleChangedMessageFromJson(String json)
This method is the factory method for creating 'SrvMonAppStoreBindingRoleChangedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppStoreBindingRoleChangedMessage .createFromJson(String)'.
public static final SrvMonAppStoreBindingRoleChangedMessage createSrvMonAppStoreBindingRoleChangedMessageFromRawJson(String json)
This method is the factory method for creating 'SrvMonAppStoreBindingRoleChangedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppStoreBindingRoleChangedMessage .createFromRawJson(String)'.
public static final SrvMonAppEngineStartedMessage createSrvMonAppEngineStartedMessage(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonAppEngineStartedMessage' objects initialized with a given store id. It is equivalent to using 'SrvMonAppEngineStartedMessage.create(id)'.
public static final SrvMonAppEngineStartedMessage createSrvMonAppEngineStartedMessage()
This method is the factory method for creating 'SrvMonAppEngineStartedMessage' objects. It is equivalent to using 'SrvMonAppEngineStartedMessage.create()'.
public static final SrvMonAppEngineStartedMessage createSrvMonAppEngineStartedMessageFromJson(String json)
This method is the factory method for creating 'SrvMonAppEngineStartedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppEngineStartedMessage .createFromJson(String)'.
public static final SrvMonAppEngineStartedMessage createSrvMonAppEngineStartedMessageFromRawJson(String json)
This method is the factory method for creating 'SrvMonAppEngineStartedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppEngineStartedMessage .createFromRawJson(String)'.
public static final SrvMonAppClientConnectMessage createSrvMonAppClientConnectMessage(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonAppClientConnectMessage' objects initialized with a given store id. It is equivalent to using 'SrvMonAppClientConnectMessage.create(id)'.
public static final SrvMonAppClientConnectMessage createSrvMonAppClientConnectMessage()
This method is the factory method for creating 'SrvMonAppClientConnectMessage' objects. It is equivalent to using 'SrvMonAppClientConnectMessage.create()'.
public static final SrvMonAppClientConnectMessage createSrvMonAppClientConnectMessageFromJson(String json)
This method is the factory method for creating 'SrvMonAppClientConnectMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppClientConnectMessage .createFromJson(String)'.
public static final SrvMonAppClientConnectMessage createSrvMonAppClientConnectMessageFromRawJson(String json)
This method is the factory method for creating 'SrvMonAppClientConnectMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppClientConnectMessage .createFromRawJson(String)'.
public static final SrvMonAppChannelUpMessage createSrvMonAppChannelUpMessage(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonAppChannelUpMessage' objects initialized with a given store id. It is equivalent to using 'SrvMonAppChannelUpMessage.create(id)'.
public static final SrvMonAppChannelUpMessage createSrvMonAppChannelUpMessage()
This method is the factory method for creating 'SrvMonAppChannelUpMessage' objects. It is equivalent to using 'SrvMonAppChannelUpMessage.create()'.
public static final SrvMonAppChannelUpMessage createSrvMonAppChannelUpMessageFromJson(String json)
This method is the factory method for creating 'SrvMonAppChannelUpMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppChannelUpMessage .createFromJson(String)'.
public static final SrvMonAppChannelUpMessage createSrvMonAppChannelUpMessageFromRawJson(String json)
This method is the factory method for creating 'SrvMonAppChannelUpMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppChannelUpMessage .createFromRawJson(String)'.
public static final SrvMonAppBusBindingUpMessage createSrvMonAppBusBindingUpMessage(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonAppBusBindingUpMessage' objects initialized with a given store id. It is equivalent to using 'SrvMonAppBusBindingUpMessage.create(id)'.
public static final SrvMonAppBusBindingUpMessage createSrvMonAppBusBindingUpMessage()
This method is the factory method for creating 'SrvMonAppBusBindingUpMessage' objects. It is equivalent to using 'SrvMonAppBusBindingUpMessage.create()'.
public static final SrvMonAppBusBindingUpMessage createSrvMonAppBusBindingUpMessageFromJson(String json)
This method is the factory method for creating 'SrvMonAppBusBindingUpMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusBindingUpMessage .createFromJson(String)'.
public static final SrvMonAppBusBindingUpMessage createSrvMonAppBusBindingUpMessageFromRawJson(String json)
This method is the factory method for creating 'SrvMonAppBusBindingUpMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusBindingUpMessage .createFromRawJson(String)'.
public static final SrvMonAppMessagingStartedMessage createSrvMonAppMessagingStartedMessage(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonAppMessagingStartedMessage' objects initialized with a given store id. It is equivalent to using 'SrvMonAppMessagingStartedMessage.create(id)'.
public static final SrvMonAppMessagingStartedMessage createSrvMonAppMessagingStartedMessage()
This method is the factory method for creating 'SrvMonAppMessagingStartedMessage' objects. It is equivalent to using 'SrvMonAppMessagingStartedMessage.create()'.
public static final SrvMonAppMessagingStartedMessage createSrvMonAppMessagingStartedMessageFromJson(String json)
This method is the factory method for creating 'SrvMonAppMessagingStartedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppMessagingStartedMessage .createFromJson(String)'.
public static final SrvMonAppMessagingStartedMessage createSrvMonAppMessagingStartedMessageFromRawJson(String json)
This method is the factory method for creating 'SrvMonAppMessagingStartedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppMessagingStartedMessage .createFromRawJson(String)'.
public static final SrvMonAppBusBindingOpeningMessage createSrvMonAppBusBindingOpeningMessage(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonAppBusBindingOpeningMessage' objects initialized with a given store id. It is equivalent to using 'SrvMonAppBusBindingOpeningMessage.create(id)'.
public static final SrvMonAppBusBindingOpeningMessage createSrvMonAppBusBindingOpeningMessage()
This method is the factory method for creating 'SrvMonAppBusBindingOpeningMessage' objects. It is equivalent to using 'SrvMonAppBusBindingOpeningMessage.create()'.
public static final SrvMonAppBusBindingOpeningMessage createSrvMonAppBusBindingOpeningMessageFromJson(String json)
This method is the factory method for creating 'SrvMonAppBusBindingOpeningMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusBindingOpeningMessage .createFromJson(String)'.
public static final SrvMonAppBusBindingOpeningMessage createSrvMonAppBusBindingOpeningMessageFromRawJson(String json)
This method is the factory method for creating 'SrvMonAppBusBindingOpeningMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusBindingOpeningMessage .createFromRawJson(String)'.
public static final SrvMonAppEngineActiveMessage createSrvMonAppEngineActiveMessage(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonAppEngineActiveMessage' objects initialized with a given store id. It is equivalent to using 'SrvMonAppEngineActiveMessage.create(id)'.
public static final SrvMonAppEngineActiveMessage createSrvMonAppEngineActiveMessage()
This method is the factory method for creating 'SrvMonAppEngineActiveMessage' objects. It is equivalent to using 'SrvMonAppEngineActiveMessage.create()'.
public static final SrvMonAppEngineActiveMessage createSrvMonAppEngineActiveMessageFromJson(String json)
This method is the factory method for creating 'SrvMonAppEngineActiveMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppEngineActiveMessage .createFromJson(String)'.
public static final SrvMonAppEngineActiveMessage createSrvMonAppEngineActiveMessageFromRawJson(String json)
This method is the factory method for creating 'SrvMonAppEngineActiveMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppEngineActiveMessage .createFromRawJson(String)'.
public static final SrvMonAppMessagingFailedMessage createSrvMonAppMessagingFailedMessage(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonAppMessagingFailedMessage' objects initialized with a given store id. It is equivalent to using 'SrvMonAppMessagingFailedMessage.create(id)'.
public static final SrvMonAppMessagingFailedMessage createSrvMonAppMessagingFailedMessage()
This method is the factory method for creating 'SrvMonAppMessagingFailedMessage' objects. It is equivalent to using 'SrvMonAppMessagingFailedMessage.create()'.
public static final SrvMonAppMessagingFailedMessage createSrvMonAppMessagingFailedMessageFromJson(String json)
This method is the factory method for creating 'SrvMonAppMessagingFailedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppMessagingFailedMessage .createFromJson(String)'.
public static final SrvMonAppMessagingFailedMessage createSrvMonAppMessagingFailedMessageFromRawJson(String json)
This method is the factory method for creating 'SrvMonAppMessagingFailedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppMessagingFailedMessage .createFromRawJson(String)'.
public static final SrvMonAppFlowCreateMessage createSrvMonAppFlowCreateMessage(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonAppFlowCreateMessage' objects initialized with a given store id. It is equivalent to using 'SrvMonAppFlowCreateMessage.create(id)'.
public static final SrvMonAppFlowCreateMessage createSrvMonAppFlowCreateMessage()
This method is the factory method for creating 'SrvMonAppFlowCreateMessage' objects. It is equivalent to using 'SrvMonAppFlowCreateMessage.create()'.
public static final SrvMonAppFlowCreateMessage createSrvMonAppFlowCreateMessageFromJson(String json)
This method is the factory method for creating 'SrvMonAppFlowCreateMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppFlowCreateMessage .createFromJson(String)'.
public static final SrvMonAppFlowCreateMessage createSrvMonAppFlowCreateMessageFromRawJson(String json)
This method is the factory method for creating 'SrvMonAppFlowCreateMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppFlowCreateMessage .createFromRawJson(String)'.
public static final SrvMonAppStoreMemberInitCompleteMessage createSrvMonAppStoreMemberInitCompleteMessage(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonAppStoreMemberInitCompleteMessage' objects initialized with a given store id. It is equivalent to using 'SrvMonAppStoreMemberInitCompleteMessage.create(id)'.
public static final SrvMonAppStoreMemberInitCompleteMessage createSrvMonAppStoreMemberInitCompleteMessage()
This method is the factory method for creating 'SrvMonAppStoreMemberInitCompleteMessage' objects. It is equivalent to using 'SrvMonAppStoreMemberInitCompleteMessage.create()'.
public static final SrvMonAppStoreMemberInitCompleteMessage createSrvMonAppStoreMemberInitCompleteMessageFromJson(String json)
This method is the factory method for creating 'SrvMonAppStoreMemberInitCompleteMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppStoreMemberInitCompleteMessage .createFromJson(String)'.
public static final SrvMonAppStoreMemberInitCompleteMessage createSrvMonAppStoreMemberInitCompleteMessageFromRawJson(String json)
This method is the factory method for creating 'SrvMonAppStoreMemberInitCompleteMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppStoreMemberInitCompleteMessage .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.