com.neeve.server.mon
Class SrvMonFactory

java.lang.Object
  extended by com.neeve.server.mon.SrvMonFactory
All Implemented Interfaces:
IStoreObjectFactory, MessageViewFactory

@Generated(value="com.neeve.adm.AdmFactory",
           date="Wed Mar 28 10:54:31 EDT 2018")
@AdmGenerated(encoding="Xbuf",
              compatLevel="3.8.0",
              admVersion="nvx-adm v3.7.265 (build 0)",
              date="3/28/18 10:54 AM",
              buildInfo="nvx-talon-3.7.265 (nvx-codegen-plugin)")
public final class SrvMonFactory
extends Object
implements IStoreObjectFactory, MessageViewFactory

The factory for server monitoring messages and entities.


Field Summary
static short ID_SrvMonAdminClientStats
           
static short ID_SrvMonAppBusBindingCreateMessage
           
static short ID_SrvMonAppBusBindingDestroyMessage
           
static short ID_SrvMonAppBusBindingInfo
           
static short ID_SrvMonAppBusBindingStateChangeMessage
           
static short ID_SrvMonAppBusBindingStats
           
static short ID_SrvMonAppBusChannelClosedMessage
           
static short ID_SrvMonAppBusChannelInfo
           
static short ID_SrvMonAppBusChannelOpenedMessage
           
static short ID_SrvMonAppClientConnectMessage
           
static short ID_SrvMonAppClientDisconnectMessage
           
static short ID_SrvMonAppClientInfo
           
static short ID_SrvMonAppEngineStats
           
static short ID_SrvMonAppEventMultiplexerFeederQueueStats
           
static short ID_SrvMonAppEventMultiplexerStats
           
static short ID_SrvMonAppFlowCreateMessage
           
static short ID_SrvMonAppFlowInfo
           
static short ID_SrvMonAppInfo
           
static short ID_SrvMonAppLoadedMessage
           
static short ID_SrvMonAppMessageLoggerStats
           
static short ID_SrvMonAppStateChangeMessage
           
static short ID_SrvMonAppStats
           
static short ID_SrvMonAppStoreBindingICRSenderStats
           
static short ID_SrvMonAppStoreBindingPersisterStats
           
static short ID_SrvMonAppStoreBindingStats
           
static short ID_SrvMonAppUnloadedMessage
           
static short ID_SrvMonDisruptorStats
           
static short ID_SrvMonHeartbeatMessage
           
static short ID_SrvMonIntHistogram
           
static short ID_SrvMonIntSeries
           
static short ID_SrvMonMsgTypeStats
           
static short ID_SrvMonPoolStats
           
static short ID_SrvMonSysDiskStats
           
static short ID_SrvMonSysGCCollectorStats
           
static short ID_SrvMonSysGCStats
           
static short ID_SrvMonSysIndividualThreadStats
           
static short ID_SrvMonSysJITStats
           
static short ID_SrvMonSysMemoryStats
           
static short ID_SrvMonSysMemoryUsage
           
static short ID_SrvMonSysStats
           
static short ID_SrvMonSysThreadStats
           
static short ID_SrvMonUserCounterStat
           
static short ID_SrvMonUserGaugeStat
           
static short ID_SrvMonUserSeriesStat
           
static short ID_SrvMonUserStats
           
static short OFID
           
static int PKTID_SrvMonAppBusBindingCreateMessage
           
static int PKTID_SrvMonAppBusBindingDestroyMessage
           
static int PKTID_SrvMonAppBusBindingStateChangeMessage
           
static int PKTID_SrvMonAppBusChannelClosedMessage
           
static int PKTID_SrvMonAppBusChannelOpenedMessage
           
static int PKTID_SrvMonAppClientConnectMessage
           
static int PKTID_SrvMonAppClientDisconnectMessage
           
static int PKTID_SrvMonAppFlowCreateMessage
           
static int PKTID_SrvMonAppLoadedMessage
           
static int PKTID_SrvMonAppStateChangeMessage
           
static int PKTID_SrvMonAppUnloadedMessage
           
static int PKTID_SrvMonHeartbeatMessage
           
static short TFID
           
static short VFID
           
 
Fields inherited from interface com.neeve.ods.IStoreObjectFactory
OFID_ADM_ANNOTATED_CODE_TEST, OFID_AEP_ENVIRONMENT_FACTORY, OFID_AEP_FLOW_FACTORY, OFID_NULL, OFID_ODS_BINDING_UNIT_TEST, OFID_ODS_PERF_TOOL, OFID_ODS_STRESS_TOOL, OFID_ODS_TOOL, OFID_PLATFORM_STATIC_LAST, OFID_ROG_RAW_FACTORY, OFID_SERVER_FLOW_FACTORY
 
Fields inherited from interface com.neeve.sma.MessageViewFactory
VFID_MAP, VFID_NULL, VFID_PLATFORM_STATIC_LAST, VFID_RAW, VFID_ROG_PACKET_MANAGER, VFID_ROG_RAW
 
Constructor Summary
SrvMonFactory()
           
 
Method Summary
static SrvMonFactory 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)
          Implementation of IStoreObjectFactory.create(short, com.eaio.uuid.UUID, com.neeve.ods.IStoreObject.EncodingType, com.neeve.pkt.PktPacket)
static SrvMonAppBusBindingCreateMessage createSrvMonAppBusBindingCreateMessage()
          SrvMonAppBusBindingCreateMessage factory method This method is the factory method for creating 'SrvMonAppBusBindingCreateMessage' objects.
static SrvMonAppBusBindingCreateMessage createSrvMonAppBusBindingCreateMessage(com.eaio.uuid.UUID id)
          SrvMonAppBusBindingCreateMessage factory method This method is the factory method for creating 'SrvMonAppBusBindingCreateMessage' objects initialized with a given store id.
static SrvMonAppBusBindingCreateMessage createSrvMonAppBusBindingCreateMessageFromJson(String json)
          SrvMonAppBusBindingCreateMessage factory method This method is the factory method for creating 'SrvMonAppBusBindingCreateMessage' objects from a serialized content object.
static SrvMonAppBusBindingCreateMessage createSrvMonAppBusBindingCreateMessageFromRawJson(String json)
          SrvMonAppBusBindingCreateMessage factory method This method is the factory method for creating 'SrvMonAppBusBindingCreateMessage' objects from a serialized content object.
static SrvMonAppBusBindingCreateMessage createSrvMonAppBusBindingCreateMessageFromSerializedXbufContainer(byte[] serializedContainer)
          SrvMonAppBusBindingCreateMessage factory method This method is the factory method for creating 'SrvMonAppBusBindingCreateMessage' objects from a serialized content object.
static SrvMonAppBusBindingCreateMessage createSrvMonAppBusBindingCreateMessageFromSerializedXbufContainer(ByteBuffer serializedContainer)
          SrvMonAppBusBindingCreateMessage factory method This method is the factory method for creating 'SrvMonAppBusBindingCreateMessage' objects from a serialized content object.
static SrvMonAppBusBindingCreateMessage createSrvMonAppBusBindingCreateMessageFromSerializedXbufContainerPacket(byte[] serializedPacket)
          SrvMonAppBusBindingCreateMessage factory method This method is the factory method for creating 'SrvMonAppBusBindingCreateMessage' objects from a serialized content object.
static SrvMonAppBusBindingCreateMessage createSrvMonAppBusBindingCreateMessageFromSerializedXbufContainerPacket(ByteBuffer serializedPacket)
          SrvMonAppBusBindingCreateMessage factory method This method is the factory method for creating 'SrvMonAppBusBindingCreateMessage' objects from a serialized content object.
static SrvMonAppBusBindingCreateMessage createSrvMonAppBusBindingCreateMessageFromXbufContainerPacket(PktPacket packet)
          SrvMonAppBusBindingCreateMessage factory method This method is the factory method for creating 'SrvMonAppBusBindingCreateMessage' objects from a serialized content object.
static SrvMonAppBusBindingDestroyMessage createSrvMonAppBusBindingDestroyMessage()
          SrvMonAppBusBindingDestroyMessage factory method This method is the factory method for creating 'SrvMonAppBusBindingDestroyMessage' objects.
static SrvMonAppBusBindingDestroyMessage createSrvMonAppBusBindingDestroyMessage(com.eaio.uuid.UUID id)
          SrvMonAppBusBindingDestroyMessage factory method This method is the factory method for creating 'SrvMonAppBusBindingDestroyMessage' objects initialized with a given store id.
static SrvMonAppBusBindingDestroyMessage createSrvMonAppBusBindingDestroyMessageFromJson(String json)
          SrvMonAppBusBindingDestroyMessage factory method This method is the factory method for creating 'SrvMonAppBusBindingDestroyMessage' objects from a serialized content object.
static SrvMonAppBusBindingDestroyMessage createSrvMonAppBusBindingDestroyMessageFromRawJson(String json)
          SrvMonAppBusBindingDestroyMessage factory method This method is the factory method for creating 'SrvMonAppBusBindingDestroyMessage' objects from a serialized content object.
static SrvMonAppBusBindingDestroyMessage createSrvMonAppBusBindingDestroyMessageFromSerializedXbufContainer(byte[] serializedContainer)
          SrvMonAppBusBindingDestroyMessage factory method This method is the factory method for creating 'SrvMonAppBusBindingDestroyMessage' objects from a serialized content object.
static SrvMonAppBusBindingDestroyMessage createSrvMonAppBusBindingDestroyMessageFromSerializedXbufContainer(ByteBuffer serializedContainer)
          SrvMonAppBusBindingDestroyMessage factory method This method is the factory method for creating 'SrvMonAppBusBindingDestroyMessage' objects from a serialized content object.
static SrvMonAppBusBindingDestroyMessage createSrvMonAppBusBindingDestroyMessageFromSerializedXbufContainerPacket(byte[] serializedPacket)
          SrvMonAppBusBindingDestroyMessage factory method This method is the factory method for creating 'SrvMonAppBusBindingDestroyMessage' objects from a serialized content object.
static SrvMonAppBusBindingDestroyMessage createSrvMonAppBusBindingDestroyMessageFromSerializedXbufContainerPacket(ByteBuffer serializedPacket)
          SrvMonAppBusBindingDestroyMessage factory method This method is the factory method for creating 'SrvMonAppBusBindingDestroyMessage' objects from a serialized content object.
static SrvMonAppBusBindingDestroyMessage createSrvMonAppBusBindingDestroyMessageFromXbufContainerPacket(PktPacket packet)
          SrvMonAppBusBindingDestroyMessage factory method This method is the factory method for creating 'SrvMonAppBusBindingDestroyMessage' 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 SrvMonAppBusBindingStateChangeMessage createSrvMonAppBusBindingStateChangeMessageFromSerializedXbufContainer(byte[] serializedContainer)
          SrvMonAppBusBindingStateChangeMessage factory method This method is the factory method for creating 'SrvMonAppBusBindingStateChangeMessage' objects from a serialized content object.
static SrvMonAppBusBindingStateChangeMessage createSrvMonAppBusBindingStateChangeMessageFromSerializedXbufContainer(ByteBuffer serializedContainer)
          SrvMonAppBusBindingStateChangeMessage factory method This method is the factory method for creating 'SrvMonAppBusBindingStateChangeMessage' objects from a serialized content object.
static SrvMonAppBusBindingStateChangeMessage createSrvMonAppBusBindingStateChangeMessageFromSerializedXbufContainerPacket(byte[] serializedPacket)
          SrvMonAppBusBindingStateChangeMessage factory method This method is the factory method for creating 'SrvMonAppBusBindingStateChangeMessage' objects from a serialized content object.
static SrvMonAppBusBindingStateChangeMessage createSrvMonAppBusBindingStateChangeMessageFromSerializedXbufContainerPacket(ByteBuffer serializedPacket)
          SrvMonAppBusBindingStateChangeMessage factory method This method is the factory method for creating 'SrvMonAppBusBindingStateChangeMessage' objects from a serialized content object.
static SrvMonAppBusBindingStateChangeMessage createSrvMonAppBusBindingStateChangeMessageFromXbufContainerPacket(PktPacket packet)
          SrvMonAppBusBindingStateChangeMessage factory method This method is the factory method for creating 'SrvMonAppBusBindingStateChangeMessage' objects from a serialized content object.
static SrvMonAppBusChannelClosedMessage createSrvMonAppBusChannelClosedMessage()
          SrvMonAppBusChannelClosedMessage factory method This method is the factory method for creating 'SrvMonAppBusChannelClosedMessage' objects.
static SrvMonAppBusChannelClosedMessage createSrvMonAppBusChannelClosedMessage(com.eaio.uuid.UUID id)
          SrvMonAppBusChannelClosedMessage factory method This method is the factory method for creating 'SrvMonAppBusChannelClosedMessage' objects initialized with a given store id.
static SrvMonAppBusChannelClosedMessage createSrvMonAppBusChannelClosedMessageFromJson(String json)
          SrvMonAppBusChannelClosedMessage factory method This method is the factory method for creating 'SrvMonAppBusChannelClosedMessage' objects from a serialized content object.
static SrvMonAppBusChannelClosedMessage createSrvMonAppBusChannelClosedMessageFromRawJson(String json)
          SrvMonAppBusChannelClosedMessage factory method This method is the factory method for creating 'SrvMonAppBusChannelClosedMessage' objects from a serialized content object.
static SrvMonAppBusChannelClosedMessage createSrvMonAppBusChannelClosedMessageFromSerializedXbufContainer(byte[] serializedContainer)
          SrvMonAppBusChannelClosedMessage factory method This method is the factory method for creating 'SrvMonAppBusChannelClosedMessage' objects from a serialized content object.
static SrvMonAppBusChannelClosedMessage createSrvMonAppBusChannelClosedMessageFromSerializedXbufContainer(ByteBuffer serializedContainer)
          SrvMonAppBusChannelClosedMessage factory method This method is the factory method for creating 'SrvMonAppBusChannelClosedMessage' objects from a serialized content object.
static SrvMonAppBusChannelClosedMessage createSrvMonAppBusChannelClosedMessageFromSerializedXbufContainerPacket(byte[] serializedPacket)
          SrvMonAppBusChannelClosedMessage factory method This method is the factory method for creating 'SrvMonAppBusChannelClosedMessage' objects from a serialized content object.
static SrvMonAppBusChannelClosedMessage createSrvMonAppBusChannelClosedMessageFromSerializedXbufContainerPacket(ByteBuffer serializedPacket)
          SrvMonAppBusChannelClosedMessage factory method This method is the factory method for creating 'SrvMonAppBusChannelClosedMessage' objects from a serialized content object.
static SrvMonAppBusChannelClosedMessage createSrvMonAppBusChannelClosedMessageFromXbufContainerPacket(PktPacket packet)
          SrvMonAppBusChannelClosedMessage factory method This method is the factory method for creating 'SrvMonAppBusChannelClosedMessage' objects from a serialized content object.
static SrvMonAppBusChannelOpenedMessage createSrvMonAppBusChannelOpenedMessage()
          SrvMonAppBusChannelOpenedMessage factory method This method is the factory method for creating 'SrvMonAppBusChannelOpenedMessage' objects.
static SrvMonAppBusChannelOpenedMessage createSrvMonAppBusChannelOpenedMessage(com.eaio.uuid.UUID id)
          SrvMonAppBusChannelOpenedMessage factory method This method is the factory method for creating 'SrvMonAppBusChannelOpenedMessage' objects initialized with a given store id.
static SrvMonAppBusChannelOpenedMessage createSrvMonAppBusChannelOpenedMessageFromJson(String json)
          SrvMonAppBusChannelOpenedMessage factory method This method is the factory method for creating 'SrvMonAppBusChannelOpenedMessage' objects from a serialized content object.
static SrvMonAppBusChannelOpenedMessage createSrvMonAppBusChannelOpenedMessageFromRawJson(String json)
          SrvMonAppBusChannelOpenedMessage factory method This method is the factory method for creating 'SrvMonAppBusChannelOpenedMessage' objects from a serialized content object.
static SrvMonAppBusChannelOpenedMessage createSrvMonAppBusChannelOpenedMessageFromSerializedXbufContainer(byte[] serializedContainer)
          SrvMonAppBusChannelOpenedMessage factory method This method is the factory method for creating 'SrvMonAppBusChannelOpenedMessage' objects from a serialized content object.
static SrvMonAppBusChannelOpenedMessage createSrvMonAppBusChannelOpenedMessageFromSerializedXbufContainer(ByteBuffer serializedContainer)
          SrvMonAppBusChannelOpenedMessage factory method This method is the factory method for creating 'SrvMonAppBusChannelOpenedMessage' objects from a serialized content object.
static SrvMonAppBusChannelOpenedMessage createSrvMonAppBusChannelOpenedMessageFromSerializedXbufContainerPacket(byte[] serializedPacket)
          SrvMonAppBusChannelOpenedMessage factory method This method is the factory method for creating 'SrvMonAppBusChannelOpenedMessage' objects from a serialized content object.
static SrvMonAppBusChannelOpenedMessage createSrvMonAppBusChannelOpenedMessageFromSerializedXbufContainerPacket(ByteBuffer serializedPacket)
          SrvMonAppBusChannelOpenedMessage factory method This method is the factory method for creating 'SrvMonAppBusChannelOpenedMessage' objects from a serialized content object.
static SrvMonAppBusChannelOpenedMessage createSrvMonAppBusChannelOpenedMessageFromXbufContainerPacket(PktPacket packet)
          SrvMonAppBusChannelOpenedMessage factory method This method is the factory method for creating 'SrvMonAppBusChannelOpenedMessage' 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 SrvMonAppClientConnectMessage createSrvMonAppClientConnectMessageFromSerializedXbufContainer(byte[] serializedContainer)
          SrvMonAppClientConnectMessage factory method This method is the factory method for creating 'SrvMonAppClientConnectMessage' objects from a serialized content object.
static SrvMonAppClientConnectMessage createSrvMonAppClientConnectMessageFromSerializedXbufContainer(ByteBuffer serializedContainer)
          SrvMonAppClientConnectMessage factory method This method is the factory method for creating 'SrvMonAppClientConnectMessage' objects from a serialized content object.
static SrvMonAppClientConnectMessage createSrvMonAppClientConnectMessageFromSerializedXbufContainerPacket(byte[] serializedPacket)
          SrvMonAppClientConnectMessage factory method This method is the factory method for creating 'SrvMonAppClientConnectMessage' objects from a serialized content object.
static SrvMonAppClientConnectMessage createSrvMonAppClientConnectMessageFromSerializedXbufContainerPacket(ByteBuffer serializedPacket)
          SrvMonAppClientConnectMessage factory method This method is the factory method for creating 'SrvMonAppClientConnectMessage' objects from a serialized content object.
static SrvMonAppClientConnectMessage createSrvMonAppClientConnectMessageFromXbufContainerPacket(PktPacket packet)
          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 SrvMonAppClientDisconnectMessage createSrvMonAppClientDisconnectMessageFromSerializedXbufContainer(byte[] serializedContainer)
          SrvMonAppClientDisconnectMessage factory method This method is the factory method for creating 'SrvMonAppClientDisconnectMessage' objects from a serialized content object.
static SrvMonAppClientDisconnectMessage createSrvMonAppClientDisconnectMessageFromSerializedXbufContainer(ByteBuffer serializedContainer)
          SrvMonAppClientDisconnectMessage factory method This method is the factory method for creating 'SrvMonAppClientDisconnectMessage' objects from a serialized content object.
static SrvMonAppClientDisconnectMessage createSrvMonAppClientDisconnectMessageFromSerializedXbufContainerPacket(byte[] serializedPacket)
          SrvMonAppClientDisconnectMessage factory method This method is the factory method for creating 'SrvMonAppClientDisconnectMessage' objects from a serialized content object.
static SrvMonAppClientDisconnectMessage createSrvMonAppClientDisconnectMessageFromSerializedXbufContainerPacket(ByteBuffer serializedPacket)
          SrvMonAppClientDisconnectMessage factory method This method is the factory method for creating 'SrvMonAppClientDisconnectMessage' objects from a serialized content object.
static SrvMonAppClientDisconnectMessage createSrvMonAppClientDisconnectMessageFromXbufContainerPacket(PktPacket packet)
          SrvMonAppClientDisconnectMessage factory method This method is the factory method for creating 'SrvMonAppClientDisconnectMessage' 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 SrvMonAppFlowCreateMessage createSrvMonAppFlowCreateMessageFromSerializedXbufContainer(byte[] serializedContainer)
          SrvMonAppFlowCreateMessage factory method This method is the factory method for creating 'SrvMonAppFlowCreateMessage' objects from a serialized content object.
static SrvMonAppFlowCreateMessage createSrvMonAppFlowCreateMessageFromSerializedXbufContainer(ByteBuffer serializedContainer)
          SrvMonAppFlowCreateMessage factory method This method is the factory method for creating 'SrvMonAppFlowCreateMessage' objects from a serialized content object.
static SrvMonAppFlowCreateMessage createSrvMonAppFlowCreateMessageFromSerializedXbufContainerPacket(byte[] serializedPacket)
          SrvMonAppFlowCreateMessage factory method This method is the factory method for creating 'SrvMonAppFlowCreateMessage' objects from a serialized content object.
static SrvMonAppFlowCreateMessage createSrvMonAppFlowCreateMessageFromSerializedXbufContainerPacket(ByteBuffer serializedPacket)
          SrvMonAppFlowCreateMessage factory method This method is the factory method for creating 'SrvMonAppFlowCreateMessage' objects from a serialized content object.
static SrvMonAppFlowCreateMessage createSrvMonAppFlowCreateMessageFromXbufContainerPacket(PktPacket packet)
          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 SrvMonAppLoadedMessage createSrvMonAppLoadedMessageFromSerializedXbufContainer(byte[] serializedContainer)
          SrvMonAppLoadedMessage factory method This method is the factory method for creating 'SrvMonAppLoadedMessage' objects from a serialized content object.
static SrvMonAppLoadedMessage createSrvMonAppLoadedMessageFromSerializedXbufContainer(ByteBuffer serializedContainer)
          SrvMonAppLoadedMessage factory method This method is the factory method for creating 'SrvMonAppLoadedMessage' objects from a serialized content object.
static SrvMonAppLoadedMessage createSrvMonAppLoadedMessageFromSerializedXbufContainerPacket(byte[] serializedPacket)
          SrvMonAppLoadedMessage factory method This method is the factory method for creating 'SrvMonAppLoadedMessage' objects from a serialized content object.
static SrvMonAppLoadedMessage createSrvMonAppLoadedMessageFromSerializedXbufContainerPacket(ByteBuffer serializedPacket)
          SrvMonAppLoadedMessage factory method This method is the factory method for creating 'SrvMonAppLoadedMessage' objects from a serialized content object.
static SrvMonAppLoadedMessage createSrvMonAppLoadedMessageFromXbufContainerPacket(PktPacket packet)
          SrvMonAppLoadedMessage factory method This method is the factory method for creating 'SrvMonAppLoadedMessage' 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 SrvMonAppStateChangeMessage createSrvMonAppStateChangeMessageFromSerializedXbufContainer(byte[] serializedContainer)
          SrvMonAppStateChangeMessage factory method This method is the factory method for creating 'SrvMonAppStateChangeMessage' objects from a serialized content object.
static SrvMonAppStateChangeMessage createSrvMonAppStateChangeMessageFromSerializedXbufContainer(ByteBuffer serializedContainer)
          SrvMonAppStateChangeMessage factory method This method is the factory method for creating 'SrvMonAppStateChangeMessage' objects from a serialized content object.
static SrvMonAppStateChangeMessage createSrvMonAppStateChangeMessageFromSerializedXbufContainerPacket(byte[] serializedPacket)
          SrvMonAppStateChangeMessage factory method This method is the factory method for creating 'SrvMonAppStateChangeMessage' objects from a serialized content object.
static SrvMonAppStateChangeMessage createSrvMonAppStateChangeMessageFromSerializedXbufContainerPacket(ByteBuffer serializedPacket)
          SrvMonAppStateChangeMessage factory method This method is the factory method for creating 'SrvMonAppStateChangeMessage' objects from a serialized content object.
static SrvMonAppStateChangeMessage createSrvMonAppStateChangeMessageFromXbufContainerPacket(PktPacket packet)
          SrvMonAppStateChangeMessage factory method This method is the factory method for creating 'SrvMonAppStateChangeMessage' 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.
static SrvMonAppUnloadedMessage createSrvMonAppUnloadedMessageFromSerializedXbufContainer(byte[] serializedContainer)
          SrvMonAppUnloadedMessage factory method This method is the factory method for creating 'SrvMonAppUnloadedMessage' objects from a serialized content object.
static SrvMonAppUnloadedMessage createSrvMonAppUnloadedMessageFromSerializedXbufContainer(ByteBuffer serializedContainer)
          SrvMonAppUnloadedMessage factory method This method is the factory method for creating 'SrvMonAppUnloadedMessage' objects from a serialized content object.
static SrvMonAppUnloadedMessage createSrvMonAppUnloadedMessageFromSerializedXbufContainerPacket(byte[] serializedPacket)
          SrvMonAppUnloadedMessage factory method This method is the factory method for creating 'SrvMonAppUnloadedMessage' objects from a serialized content object.
static SrvMonAppUnloadedMessage createSrvMonAppUnloadedMessageFromSerializedXbufContainerPacket(ByteBuffer serializedPacket)
          SrvMonAppUnloadedMessage factory method This method is the factory method for creating 'SrvMonAppUnloadedMessage' objects from a serialized content object.
static SrvMonAppUnloadedMessage createSrvMonAppUnloadedMessageFromXbufContainerPacket(PktPacket packet)
          SrvMonAppUnloadedMessage factory method This method is the factory method for creating 'SrvMonAppUnloadedMessage' objects from a serialized content object.
static SrvMonHeartbeatMessage createSrvMonHeartbeatMessage()
          SrvMonHeartbeatMessage factory method This method is the factory method for creating 'SrvMonHeartbeatMessage' objects.
static SrvMonHeartbeatMessage createSrvMonHeartbeatMessage(com.eaio.uuid.UUID id)
          SrvMonHeartbeatMessage factory method This method is the factory method for creating 'SrvMonHeartbeatMessage' objects initialized with a given store id.
static SrvMonHeartbeatMessage createSrvMonHeartbeatMessageFromJson(String json)
          SrvMonHeartbeatMessage factory method This method is the factory method for creating 'SrvMonHeartbeatMessage' objects from a serialized content object.
static SrvMonHeartbeatMessage createSrvMonHeartbeatMessageFromRawJson(String json)
          SrvMonHeartbeatMessage factory method This method is the factory method for creating 'SrvMonHeartbeatMessage' objects from a serialized content object.
static SrvMonHeartbeatMessage createSrvMonHeartbeatMessageFromSerializedXbufContainer(byte[] serializedContainer)
          SrvMonHeartbeatMessage factory method This method is the factory method for creating 'SrvMonHeartbeatMessage' objects from a serialized content object.
static SrvMonHeartbeatMessage createSrvMonHeartbeatMessageFromSerializedXbufContainer(ByteBuffer serializedContainer)
          SrvMonHeartbeatMessage factory method This method is the factory method for creating 'SrvMonHeartbeatMessage' objects from a serialized content object.
static SrvMonHeartbeatMessage createSrvMonHeartbeatMessageFromSerializedXbufContainerPacket(byte[] serializedPacket)
          SrvMonHeartbeatMessage factory method This method is the factory method for creating 'SrvMonHeartbeatMessage' objects from a serialized content object.
static SrvMonHeartbeatMessage createSrvMonHeartbeatMessageFromSerializedXbufContainerPacket(ByteBuffer serializedPacket)
          SrvMonHeartbeatMessage factory method This method is the factory method for creating 'SrvMonHeartbeatMessage' objects from a serialized content object.
static SrvMonHeartbeatMessage createSrvMonHeartbeatMessageFromXbufContainerPacket(PktPacket packet)
          SrvMonHeartbeatMessage factory method This method is the factory method for creating 'SrvMonHeartbeatMessage' 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)
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OFID

public static final short OFID
See Also:
Constant Field Values

VFID

public static final short VFID
See Also:
Constant Field Values

TFID

public static final short TFID
See Also:
Constant Field Values

ID_SrvMonSysGCCollectorStats

public static final short ID_SrvMonSysGCCollectorStats
See Also:
Constant Field Values

ID_SrvMonSysIndividualThreadStats

public static final short ID_SrvMonSysIndividualThreadStats
See Also:
Constant Field Values

ID_SrvMonUserStats

public static final short ID_SrvMonUserStats
See Also:
Constant Field Values

ID_SrvMonIntHistogram

public static final short ID_SrvMonIntHistogram
See Also:
Constant Field Values

ID_SrvMonAppUnloadedMessage

public static final short ID_SrvMonAppUnloadedMessage
See Also:
Constant Field Values

ID_SrvMonAppInfo

public static final short ID_SrvMonAppInfo
See Also:
Constant Field Values

ID_SrvMonAppBusBindingDestroyMessage

public static final short ID_SrvMonAppBusBindingDestroyMessage
See Also:
Constant Field Values

ID_SrvMonSysMemoryStats

public static final short ID_SrvMonSysMemoryStats
See Also:
Constant Field Values

ID_SrvMonAppClientDisconnectMessage

public static final short ID_SrvMonAppClientDisconnectMessage
See Also:
Constant Field Values

ID_SrvMonHeartbeatMessage

public static final short ID_SrvMonHeartbeatMessage
See Also:
Constant Field Values

ID_SrvMonAppClientConnectMessage

public static final short ID_SrvMonAppClientConnectMessage
See Also:
Constant Field Values

ID_SrvMonAppStoreBindingStats

public static final short ID_SrvMonAppStoreBindingStats
See Also:
Constant Field Values

ID_SrvMonUserSeriesStat

public static final short ID_SrvMonUserSeriesStat
See Also:
Constant Field Values

ID_SrvMonAppClientInfo

public static final short ID_SrvMonAppClientInfo
See Also:
Constant Field Values

ID_SrvMonMsgTypeStats

public static final short ID_SrvMonMsgTypeStats
See Also:
Constant Field Values

ID_SrvMonIntSeries

public static final short ID_SrvMonIntSeries
See Also:
Constant Field Values

ID_SrvMonAppFlowInfo

public static final short ID_SrvMonAppFlowInfo
See Also:
Constant Field Values

ID_SrvMonAppBusChannelOpenedMessage

public static final short ID_SrvMonAppBusChannelOpenedMessage
See Also:
Constant Field Values

ID_SrvMonAppLoadedMessage

public static final short ID_SrvMonAppLoadedMessage
See Also:
Constant Field Values

ID_SrvMonAppBusChannelClosedMessage

public static final short ID_SrvMonAppBusChannelClosedMessage
See Also:
Constant Field Values

ID_SrvMonSysStats

public static final short ID_SrvMonSysStats
See Also:
Constant Field Values

ID_SrvMonAppStats

public static final short ID_SrvMonAppStats
See Also:
Constant Field Values

ID_SrvMonUserGaugeStat

public static final short ID_SrvMonUserGaugeStat
See Also:
Constant Field Values

ID_SrvMonAppMessageLoggerStats

public static final short ID_SrvMonAppMessageLoggerStats
See Also:
Constant Field Values

ID_SrvMonSysJITStats

public static final short ID_SrvMonSysJITStats
See Also:
Constant Field Values

ID_SrvMonAppBusBindingStateChangeMessage

public static final short ID_SrvMonAppBusBindingStateChangeMessage
See Also:
Constant Field Values

ID_SrvMonAppBusBindingCreateMessage

public static final short ID_SrvMonAppBusBindingCreateMessage
See Also:
Constant Field Values

ID_SrvMonUserCounterStat

public static final short ID_SrvMonUserCounterStat
See Also:
Constant Field Values

ID_SrvMonAppEventMultiplexerFeederQueueStats

public static final short ID_SrvMonAppEventMultiplexerFeederQueueStats
See Also:
Constant Field Values

ID_SrvMonAppEngineStats

public static final short ID_SrvMonAppEngineStats
See Also:
Constant Field Values

ID_SrvMonAppBusChannelInfo

public static final short ID_SrvMonAppBusChannelInfo
See Also:
Constant Field Values

ID_SrvMonAdminClientStats

public static final short ID_SrvMonAdminClientStats
See Also:
Constant Field Values

ID_SrvMonAppStoreBindingPersisterStats

public static final short ID_SrvMonAppStoreBindingPersisterStats
See Also:
Constant Field Values

ID_SrvMonAppStateChangeMessage

public static final short ID_SrvMonAppStateChangeMessage
See Also:
Constant Field Values

ID_SrvMonPoolStats

public static final short ID_SrvMonPoolStats
See Also:
Constant Field Values

ID_SrvMonSysGCStats

public static final short ID_SrvMonSysGCStats
See Also:
Constant Field Values

ID_SrvMonSysThreadStats

public static final short ID_SrvMonSysThreadStats
See Also:
Constant Field Values

ID_SrvMonAppBusBindingStats

public static final short ID_SrvMonAppBusBindingStats
See Also:
Constant Field Values

ID_SrvMonAppStoreBindingICRSenderStats

public static final short ID_SrvMonAppStoreBindingICRSenderStats
See Also:
Constant Field Values

ID_SrvMonAppBusBindingInfo

public static final short ID_SrvMonAppBusBindingInfo
See Also:
Constant Field Values

ID_SrvMonAppFlowCreateMessage

public static final short ID_SrvMonAppFlowCreateMessage
See Also:
Constant Field Values

ID_SrvMonSysMemoryUsage

public static final short ID_SrvMonSysMemoryUsage
See Also:
Constant Field Values

ID_SrvMonDisruptorStats

public static final short ID_SrvMonDisruptorStats
See Also:
Constant Field Values

ID_SrvMonSysDiskStats

public static final short ID_SrvMonSysDiskStats
See Also:
Constant Field Values

ID_SrvMonAppEventMultiplexerStats

public static final short ID_SrvMonAppEventMultiplexerStats
See Also:
Constant Field Values

PKTID_SrvMonAppUnloadedMessage

public static final int PKTID_SrvMonAppUnloadedMessage
See Also:
Constant Field Values

PKTID_SrvMonAppBusBindingDestroyMessage

public static final int PKTID_SrvMonAppBusBindingDestroyMessage
See Also:
Constant Field Values

PKTID_SrvMonAppClientDisconnectMessage

public static final int PKTID_SrvMonAppClientDisconnectMessage
See Also:
Constant Field Values

PKTID_SrvMonHeartbeatMessage

public static final int PKTID_SrvMonHeartbeatMessage
See Also:
Constant Field Values

PKTID_SrvMonAppClientConnectMessage

public static final int PKTID_SrvMonAppClientConnectMessage
See Also:
Constant Field Values

PKTID_SrvMonAppBusChannelOpenedMessage

public static final int PKTID_SrvMonAppBusChannelOpenedMessage
See Also:
Constant Field Values

PKTID_SrvMonAppLoadedMessage

public static final int PKTID_SrvMonAppLoadedMessage
See Also:
Constant Field Values

PKTID_SrvMonAppBusChannelClosedMessage

public static final int PKTID_SrvMonAppBusChannelClosedMessage
See Also:
Constant Field Values

PKTID_SrvMonAppBusBindingStateChangeMessage

public static final int PKTID_SrvMonAppBusBindingStateChangeMessage
See Also:
Constant Field Values

PKTID_SrvMonAppBusBindingCreateMessage

public static final int PKTID_SrvMonAppBusBindingCreateMessage
See Also:
Constant Field Values

PKTID_SrvMonAppStateChangeMessage

public static final int PKTID_SrvMonAppStateChangeMessage
See Also:
Constant Field Values

PKTID_SrvMonAppFlowCreateMessage

public static final int PKTID_SrvMonAppFlowCreateMessage
See Also:
Constant Field Values
Constructor Detail

SrvMonFactory

public SrvMonFactory()
Method Detail

create

public static final SrvMonFactory create(Properties props)
Constructor for when loading factory from configuration repository


createSrvMonAppUnloadedMessage

public static final SrvMonAppUnloadedMessage createSrvMonAppUnloadedMessage()
SrvMonAppUnloadedMessage factory method

This method is the factory method for creating 'SrvMonAppUnloadedMessage' objects. It is equivalent to using 'SrvMonAppUnloadedMessage.create()'.


createSrvMonAppUnloadedMessage

public static final 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. It is equivalent to using 'SrvMonAppUnloadedMessage.create(id)'.


createSrvMonAppUnloadedMessageFromXbufContainerPacket

public static final SrvMonAppUnloadedMessage createSrvMonAppUnloadedMessageFromXbufContainerPacket(PktPacket packet)
SrvMonAppUnloadedMessage factory method

This method is the factory method for creating 'SrvMonAppUnloadedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppUnloadedMessage .createFromXbufContainerPacket(PktPacket)'.

Note: This method takes ownership of the supplied packet and, therefore, must be released by the caller once this method returns. Taking ownership implies that this method inherits the caller's reference to the packet. Therefore, the caller should not release its reference to the packet


createSrvMonAppUnloadedMessageFromSerializedXbufContainerPacket

public static final SrvMonAppUnloadedMessage createSrvMonAppUnloadedMessageFromSerializedXbufContainerPacket(ByteBuffer serializedPacket)
SrvMonAppUnloadedMessage factory method

This method is the factory method for creating 'SrvMonAppUnloadedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppUnloadedMessage .createFromSerializedXbufContainerPacket(ByteBuffer)'.


createSrvMonAppUnloadedMessageFromSerializedXbufContainerPacket

public static final SrvMonAppUnloadedMessage createSrvMonAppUnloadedMessageFromSerializedXbufContainerPacket(byte[] serializedPacket)
SrvMonAppUnloadedMessage factory method

This method is the factory method for creating 'SrvMonAppUnloadedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppUnloadedMessage .createFromSerializedXbufContainerPacket(byte[])'.


createSrvMonAppUnloadedMessageFromSerializedXbufContainer

public static final SrvMonAppUnloadedMessage createSrvMonAppUnloadedMessageFromSerializedXbufContainer(ByteBuffer serializedContainer)
SrvMonAppUnloadedMessage factory method

This method is the factory method for creating 'SrvMonAppUnloadedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppUnloadedMessage .createFromSerializedXbufContainer(ByteBuffer)'.


createSrvMonAppUnloadedMessageFromSerializedXbufContainer

public static final SrvMonAppUnloadedMessage createSrvMonAppUnloadedMessageFromSerializedXbufContainer(byte[] serializedContainer)
SrvMonAppUnloadedMessage factory method

This method is the factory method for creating 'SrvMonAppUnloadedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppUnloadedMessage .createFromSerializedXbufContainer(byte[])'.


createSrvMonAppUnloadedMessageFromJson

public static final SrvMonAppUnloadedMessage createSrvMonAppUnloadedMessageFromJson(String json)
SrvMonAppUnloadedMessage factory method

This method is the factory method for creating 'SrvMonAppUnloadedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppUnloadedMessage .createFromJson(String)'.


createSrvMonAppUnloadedMessageFromRawJson

public static final SrvMonAppUnloadedMessage createSrvMonAppUnloadedMessageFromRawJson(String json)
SrvMonAppUnloadedMessage factory method

This method is the factory method for creating 'SrvMonAppUnloadedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppUnloadedMessage .createFromRawJson(String)'.


createSrvMonAppBusBindingDestroyMessage

public static final SrvMonAppBusBindingDestroyMessage createSrvMonAppBusBindingDestroyMessage()
SrvMonAppBusBindingDestroyMessage factory method

This method is the factory method for creating 'SrvMonAppBusBindingDestroyMessage' objects. It is equivalent to using 'SrvMonAppBusBindingDestroyMessage.create()'.


createSrvMonAppBusBindingDestroyMessage

public static final SrvMonAppBusBindingDestroyMessage createSrvMonAppBusBindingDestroyMessage(com.eaio.uuid.UUID id)
SrvMonAppBusBindingDestroyMessage factory method

This method is the factory method for creating 'SrvMonAppBusBindingDestroyMessage' objects initialized with a given store id. It is equivalent to using 'SrvMonAppBusBindingDestroyMessage.create(id)'.


createSrvMonAppBusBindingDestroyMessageFromXbufContainerPacket

public static final SrvMonAppBusBindingDestroyMessage createSrvMonAppBusBindingDestroyMessageFromXbufContainerPacket(PktPacket packet)
SrvMonAppBusBindingDestroyMessage factory method

This method is the factory method for creating 'SrvMonAppBusBindingDestroyMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusBindingDestroyMessage .createFromXbufContainerPacket(PktPacket)'.

Note: This method takes ownership of the supplied packet and, therefore, must be released by the caller once this method returns. Taking ownership implies that this method inherits the caller's reference to the packet. Therefore, the caller should not release its reference to the packet


createSrvMonAppBusBindingDestroyMessageFromSerializedXbufContainerPacket

public static final SrvMonAppBusBindingDestroyMessage createSrvMonAppBusBindingDestroyMessageFromSerializedXbufContainerPacket(ByteBuffer serializedPacket)
SrvMonAppBusBindingDestroyMessage factory method

This method is the factory method for creating 'SrvMonAppBusBindingDestroyMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusBindingDestroyMessage .createFromSerializedXbufContainerPacket(ByteBuffer)'.


createSrvMonAppBusBindingDestroyMessageFromSerializedXbufContainerPacket

public static final SrvMonAppBusBindingDestroyMessage createSrvMonAppBusBindingDestroyMessageFromSerializedXbufContainerPacket(byte[] serializedPacket)
SrvMonAppBusBindingDestroyMessage factory method

This method is the factory method for creating 'SrvMonAppBusBindingDestroyMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusBindingDestroyMessage .createFromSerializedXbufContainerPacket(byte[])'.


createSrvMonAppBusBindingDestroyMessageFromSerializedXbufContainer

public static final SrvMonAppBusBindingDestroyMessage createSrvMonAppBusBindingDestroyMessageFromSerializedXbufContainer(ByteBuffer serializedContainer)
SrvMonAppBusBindingDestroyMessage factory method

This method is the factory method for creating 'SrvMonAppBusBindingDestroyMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusBindingDestroyMessage .createFromSerializedXbufContainer(ByteBuffer)'.


createSrvMonAppBusBindingDestroyMessageFromSerializedXbufContainer

public static final SrvMonAppBusBindingDestroyMessage createSrvMonAppBusBindingDestroyMessageFromSerializedXbufContainer(byte[] serializedContainer)
SrvMonAppBusBindingDestroyMessage factory method

This method is the factory method for creating 'SrvMonAppBusBindingDestroyMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusBindingDestroyMessage .createFromSerializedXbufContainer(byte[])'.


createSrvMonAppBusBindingDestroyMessageFromJson

public static final SrvMonAppBusBindingDestroyMessage createSrvMonAppBusBindingDestroyMessageFromJson(String json)
SrvMonAppBusBindingDestroyMessage factory method

This method is the factory method for creating 'SrvMonAppBusBindingDestroyMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusBindingDestroyMessage .createFromJson(String)'.


createSrvMonAppBusBindingDestroyMessageFromRawJson

public static final SrvMonAppBusBindingDestroyMessage createSrvMonAppBusBindingDestroyMessageFromRawJson(String json)
SrvMonAppBusBindingDestroyMessage factory method

This method is the factory method for creating 'SrvMonAppBusBindingDestroyMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusBindingDestroyMessage .createFromRawJson(String)'.


createSrvMonAppClientDisconnectMessage

public static final SrvMonAppClientDisconnectMessage createSrvMonAppClientDisconnectMessage()
SrvMonAppClientDisconnectMessage factory method

This method is the factory method for creating 'SrvMonAppClientDisconnectMessage' objects. It is equivalent to using 'SrvMonAppClientDisconnectMessage.create()'.


createSrvMonAppClientDisconnectMessage

public static final 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. It is equivalent to using 'SrvMonAppClientDisconnectMessage.create(id)'.


createSrvMonAppClientDisconnectMessageFromXbufContainerPacket

public static final SrvMonAppClientDisconnectMessage createSrvMonAppClientDisconnectMessageFromXbufContainerPacket(PktPacket packet)
SrvMonAppClientDisconnectMessage factory method

This method is the factory method for creating 'SrvMonAppClientDisconnectMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppClientDisconnectMessage .createFromXbufContainerPacket(PktPacket)'.

Note: This method takes ownership of the supplied packet and, therefore, must be released by the caller once this method returns. Taking ownership implies that this method inherits the caller's reference to the packet. Therefore, the caller should not release its reference to the packet


createSrvMonAppClientDisconnectMessageFromSerializedXbufContainerPacket

public static final SrvMonAppClientDisconnectMessage createSrvMonAppClientDisconnectMessageFromSerializedXbufContainerPacket(ByteBuffer serializedPacket)
SrvMonAppClientDisconnectMessage factory method

This method is the factory method for creating 'SrvMonAppClientDisconnectMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppClientDisconnectMessage .createFromSerializedXbufContainerPacket(ByteBuffer)'.


createSrvMonAppClientDisconnectMessageFromSerializedXbufContainerPacket

public static final SrvMonAppClientDisconnectMessage createSrvMonAppClientDisconnectMessageFromSerializedXbufContainerPacket(byte[] serializedPacket)
SrvMonAppClientDisconnectMessage factory method

This method is the factory method for creating 'SrvMonAppClientDisconnectMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppClientDisconnectMessage .createFromSerializedXbufContainerPacket(byte[])'.


createSrvMonAppClientDisconnectMessageFromSerializedXbufContainer

public static final SrvMonAppClientDisconnectMessage createSrvMonAppClientDisconnectMessageFromSerializedXbufContainer(ByteBuffer serializedContainer)
SrvMonAppClientDisconnectMessage factory method

This method is the factory method for creating 'SrvMonAppClientDisconnectMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppClientDisconnectMessage .createFromSerializedXbufContainer(ByteBuffer)'.


createSrvMonAppClientDisconnectMessageFromSerializedXbufContainer

public static final SrvMonAppClientDisconnectMessage createSrvMonAppClientDisconnectMessageFromSerializedXbufContainer(byte[] serializedContainer)
SrvMonAppClientDisconnectMessage factory method

This method is the factory method for creating 'SrvMonAppClientDisconnectMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppClientDisconnectMessage .createFromSerializedXbufContainer(byte[])'.


createSrvMonAppClientDisconnectMessageFromJson

public static final SrvMonAppClientDisconnectMessage createSrvMonAppClientDisconnectMessageFromJson(String json)
SrvMonAppClientDisconnectMessage factory method

This method is the factory method for creating 'SrvMonAppClientDisconnectMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppClientDisconnectMessage .createFromJson(String)'.


createSrvMonAppClientDisconnectMessageFromRawJson

public static final SrvMonAppClientDisconnectMessage createSrvMonAppClientDisconnectMessageFromRawJson(String json)
SrvMonAppClientDisconnectMessage factory method

This method is the factory method for creating 'SrvMonAppClientDisconnectMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppClientDisconnectMessage .createFromRawJson(String)'.


createSrvMonHeartbeatMessage

public static final SrvMonHeartbeatMessage createSrvMonHeartbeatMessage()
SrvMonHeartbeatMessage factory method

This method is the factory method for creating 'SrvMonHeartbeatMessage' objects. It is equivalent to using 'SrvMonHeartbeatMessage.create()'.


createSrvMonHeartbeatMessage

public static final SrvMonHeartbeatMessage createSrvMonHeartbeatMessage(com.eaio.uuid.UUID id)
SrvMonHeartbeatMessage factory method

This method is the factory method for creating 'SrvMonHeartbeatMessage' objects initialized with a given store id. It is equivalent to using 'SrvMonHeartbeatMessage.create(id)'.


createSrvMonHeartbeatMessageFromXbufContainerPacket

public static final SrvMonHeartbeatMessage createSrvMonHeartbeatMessageFromXbufContainerPacket(PktPacket packet)
SrvMonHeartbeatMessage factory method

This method is the factory method for creating 'SrvMonHeartbeatMessage' objects from a serialized content object. It is equivalent to using 'SrvMonHeartbeatMessage .createFromXbufContainerPacket(PktPacket)'.

Note: This method takes ownership of the supplied packet and, therefore, must be released by the caller once this method returns. Taking ownership implies that this method inherits the caller's reference to the packet. Therefore, the caller should not release its reference to the packet


createSrvMonHeartbeatMessageFromSerializedXbufContainerPacket

public static final SrvMonHeartbeatMessage createSrvMonHeartbeatMessageFromSerializedXbufContainerPacket(ByteBuffer serializedPacket)
SrvMonHeartbeatMessage factory method

This method is the factory method for creating 'SrvMonHeartbeatMessage' objects from a serialized content object. It is equivalent to using 'SrvMonHeartbeatMessage .createFromSerializedXbufContainerPacket(ByteBuffer)'.


createSrvMonHeartbeatMessageFromSerializedXbufContainerPacket

public static final SrvMonHeartbeatMessage createSrvMonHeartbeatMessageFromSerializedXbufContainerPacket(byte[] serializedPacket)
SrvMonHeartbeatMessage factory method

This method is the factory method for creating 'SrvMonHeartbeatMessage' objects from a serialized content object. It is equivalent to using 'SrvMonHeartbeatMessage .createFromSerializedXbufContainerPacket(byte[])'.


createSrvMonHeartbeatMessageFromSerializedXbufContainer

public static final SrvMonHeartbeatMessage createSrvMonHeartbeatMessageFromSerializedXbufContainer(ByteBuffer serializedContainer)
SrvMonHeartbeatMessage factory method

This method is the factory method for creating 'SrvMonHeartbeatMessage' objects from a serialized content object. It is equivalent to using 'SrvMonHeartbeatMessage .createFromSerializedXbufContainer(ByteBuffer)'.


createSrvMonHeartbeatMessageFromSerializedXbufContainer

public static final SrvMonHeartbeatMessage createSrvMonHeartbeatMessageFromSerializedXbufContainer(byte[] serializedContainer)
SrvMonHeartbeatMessage factory method

This method is the factory method for creating 'SrvMonHeartbeatMessage' objects from a serialized content object. It is equivalent to using 'SrvMonHeartbeatMessage .createFromSerializedXbufContainer(byte[])'.


createSrvMonHeartbeatMessageFromJson

public static final SrvMonHeartbeatMessage createSrvMonHeartbeatMessageFromJson(String json)
SrvMonHeartbeatMessage factory method

This method is the factory method for creating 'SrvMonHeartbeatMessage' objects from a serialized content object. It is equivalent to using 'SrvMonHeartbeatMessage .createFromJson(String)'.


createSrvMonHeartbeatMessageFromRawJson

public static final SrvMonHeartbeatMessage createSrvMonHeartbeatMessageFromRawJson(String json)
SrvMonHeartbeatMessage factory method

This method is the factory method for creating 'SrvMonHeartbeatMessage' objects from a serialized content object. It is equivalent to using 'SrvMonHeartbeatMessage .createFromRawJson(String)'.


createSrvMonAppClientConnectMessage

public static final SrvMonAppClientConnectMessage createSrvMonAppClientConnectMessage()
SrvMonAppClientConnectMessage factory method

This method is the factory method for creating 'SrvMonAppClientConnectMessage' objects. It is equivalent to using 'SrvMonAppClientConnectMessage.create()'.


createSrvMonAppClientConnectMessage

public static final 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. It is equivalent to using 'SrvMonAppClientConnectMessage.create(id)'.


createSrvMonAppClientConnectMessageFromXbufContainerPacket

public static final SrvMonAppClientConnectMessage createSrvMonAppClientConnectMessageFromXbufContainerPacket(PktPacket packet)
SrvMonAppClientConnectMessage factory method

This method is the factory method for creating 'SrvMonAppClientConnectMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppClientConnectMessage .createFromXbufContainerPacket(PktPacket)'.

Note: This method takes ownership of the supplied packet and, therefore, must be released by the caller once this method returns. Taking ownership implies that this method inherits the caller's reference to the packet. Therefore, the caller should not release its reference to the packet


createSrvMonAppClientConnectMessageFromSerializedXbufContainerPacket

public static final SrvMonAppClientConnectMessage createSrvMonAppClientConnectMessageFromSerializedXbufContainerPacket(ByteBuffer serializedPacket)
SrvMonAppClientConnectMessage factory method

This method is the factory method for creating 'SrvMonAppClientConnectMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppClientConnectMessage .createFromSerializedXbufContainerPacket(ByteBuffer)'.


createSrvMonAppClientConnectMessageFromSerializedXbufContainerPacket

public static final SrvMonAppClientConnectMessage createSrvMonAppClientConnectMessageFromSerializedXbufContainerPacket(byte[] serializedPacket)
SrvMonAppClientConnectMessage factory method

This method is the factory method for creating 'SrvMonAppClientConnectMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppClientConnectMessage .createFromSerializedXbufContainerPacket(byte[])'.


createSrvMonAppClientConnectMessageFromSerializedXbufContainer

public static final SrvMonAppClientConnectMessage createSrvMonAppClientConnectMessageFromSerializedXbufContainer(ByteBuffer serializedContainer)
SrvMonAppClientConnectMessage factory method

This method is the factory method for creating 'SrvMonAppClientConnectMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppClientConnectMessage .createFromSerializedXbufContainer(ByteBuffer)'.


createSrvMonAppClientConnectMessageFromSerializedXbufContainer

public static final SrvMonAppClientConnectMessage createSrvMonAppClientConnectMessageFromSerializedXbufContainer(byte[] serializedContainer)
SrvMonAppClientConnectMessage factory method

This method is the factory method for creating 'SrvMonAppClientConnectMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppClientConnectMessage .createFromSerializedXbufContainer(byte[])'.


createSrvMonAppClientConnectMessageFromJson

public static final SrvMonAppClientConnectMessage createSrvMonAppClientConnectMessageFromJson(String json)
SrvMonAppClientConnectMessage factory method

This method is the factory method for creating 'SrvMonAppClientConnectMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppClientConnectMessage .createFromJson(String)'.


createSrvMonAppClientConnectMessageFromRawJson

public static final SrvMonAppClientConnectMessage createSrvMonAppClientConnectMessageFromRawJson(String json)
SrvMonAppClientConnectMessage factory method

This method is the factory method for creating 'SrvMonAppClientConnectMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppClientConnectMessage .createFromRawJson(String)'.


createSrvMonAppBusChannelOpenedMessage

public static final SrvMonAppBusChannelOpenedMessage createSrvMonAppBusChannelOpenedMessage()
SrvMonAppBusChannelOpenedMessage factory method

This method is the factory method for creating 'SrvMonAppBusChannelOpenedMessage' objects. It is equivalent to using 'SrvMonAppBusChannelOpenedMessage.create()'.


createSrvMonAppBusChannelOpenedMessage

public static final SrvMonAppBusChannelOpenedMessage createSrvMonAppBusChannelOpenedMessage(com.eaio.uuid.UUID id)
SrvMonAppBusChannelOpenedMessage factory method

This method is the factory method for creating 'SrvMonAppBusChannelOpenedMessage' objects initialized with a given store id. It is equivalent to using 'SrvMonAppBusChannelOpenedMessage.create(id)'.


createSrvMonAppBusChannelOpenedMessageFromXbufContainerPacket

public static final SrvMonAppBusChannelOpenedMessage createSrvMonAppBusChannelOpenedMessageFromXbufContainerPacket(PktPacket packet)
SrvMonAppBusChannelOpenedMessage factory method

This method is the factory method for creating 'SrvMonAppBusChannelOpenedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusChannelOpenedMessage .createFromXbufContainerPacket(PktPacket)'.

Note: This method takes ownership of the supplied packet and, therefore, must be released by the caller once this method returns. Taking ownership implies that this method inherits the caller's reference to the packet. Therefore, the caller should not release its reference to the packet


createSrvMonAppBusChannelOpenedMessageFromSerializedXbufContainerPacket

public static final SrvMonAppBusChannelOpenedMessage createSrvMonAppBusChannelOpenedMessageFromSerializedXbufContainerPacket(ByteBuffer serializedPacket)
SrvMonAppBusChannelOpenedMessage factory method

This method is the factory method for creating 'SrvMonAppBusChannelOpenedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusChannelOpenedMessage .createFromSerializedXbufContainerPacket(ByteBuffer)'.


createSrvMonAppBusChannelOpenedMessageFromSerializedXbufContainerPacket

public static final SrvMonAppBusChannelOpenedMessage createSrvMonAppBusChannelOpenedMessageFromSerializedXbufContainerPacket(byte[] serializedPacket)
SrvMonAppBusChannelOpenedMessage factory method

This method is the factory method for creating 'SrvMonAppBusChannelOpenedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusChannelOpenedMessage .createFromSerializedXbufContainerPacket(byte[])'.


createSrvMonAppBusChannelOpenedMessageFromSerializedXbufContainer

public static final SrvMonAppBusChannelOpenedMessage createSrvMonAppBusChannelOpenedMessageFromSerializedXbufContainer(ByteBuffer serializedContainer)
SrvMonAppBusChannelOpenedMessage factory method

This method is the factory method for creating 'SrvMonAppBusChannelOpenedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusChannelOpenedMessage .createFromSerializedXbufContainer(ByteBuffer)'.


createSrvMonAppBusChannelOpenedMessageFromSerializedXbufContainer

public static final SrvMonAppBusChannelOpenedMessage createSrvMonAppBusChannelOpenedMessageFromSerializedXbufContainer(byte[] serializedContainer)
SrvMonAppBusChannelOpenedMessage factory method

This method is the factory method for creating 'SrvMonAppBusChannelOpenedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusChannelOpenedMessage .createFromSerializedXbufContainer(byte[])'.


createSrvMonAppBusChannelOpenedMessageFromJson

public static final SrvMonAppBusChannelOpenedMessage createSrvMonAppBusChannelOpenedMessageFromJson(String json)
SrvMonAppBusChannelOpenedMessage factory method

This method is the factory method for creating 'SrvMonAppBusChannelOpenedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusChannelOpenedMessage .createFromJson(String)'.


createSrvMonAppBusChannelOpenedMessageFromRawJson

public static final SrvMonAppBusChannelOpenedMessage createSrvMonAppBusChannelOpenedMessageFromRawJson(String json)
SrvMonAppBusChannelOpenedMessage factory method

This method is the factory method for creating 'SrvMonAppBusChannelOpenedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusChannelOpenedMessage .createFromRawJson(String)'.


createSrvMonAppLoadedMessage

public static final SrvMonAppLoadedMessage createSrvMonAppLoadedMessage()
SrvMonAppLoadedMessage factory method

This method is the factory method for creating 'SrvMonAppLoadedMessage' objects. It is equivalent to using 'SrvMonAppLoadedMessage.create()'.


createSrvMonAppLoadedMessage

public static final 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. It is equivalent to using 'SrvMonAppLoadedMessage.create(id)'.


createSrvMonAppLoadedMessageFromXbufContainerPacket

public static final SrvMonAppLoadedMessage createSrvMonAppLoadedMessageFromXbufContainerPacket(PktPacket packet)
SrvMonAppLoadedMessage factory method

This method is the factory method for creating 'SrvMonAppLoadedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppLoadedMessage .createFromXbufContainerPacket(PktPacket)'.

Note: This method takes ownership of the supplied packet and, therefore, must be released by the caller once this method returns. Taking ownership implies that this method inherits the caller's reference to the packet. Therefore, the caller should not release its reference to the packet


createSrvMonAppLoadedMessageFromSerializedXbufContainerPacket

public static final SrvMonAppLoadedMessage createSrvMonAppLoadedMessageFromSerializedXbufContainerPacket(ByteBuffer serializedPacket)
SrvMonAppLoadedMessage factory method

This method is the factory method for creating 'SrvMonAppLoadedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppLoadedMessage .createFromSerializedXbufContainerPacket(ByteBuffer)'.


createSrvMonAppLoadedMessageFromSerializedXbufContainerPacket

public static final SrvMonAppLoadedMessage createSrvMonAppLoadedMessageFromSerializedXbufContainerPacket(byte[] serializedPacket)
SrvMonAppLoadedMessage factory method

This method is the factory method for creating 'SrvMonAppLoadedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppLoadedMessage .createFromSerializedXbufContainerPacket(byte[])'.


createSrvMonAppLoadedMessageFromSerializedXbufContainer

public static final SrvMonAppLoadedMessage createSrvMonAppLoadedMessageFromSerializedXbufContainer(ByteBuffer serializedContainer)
SrvMonAppLoadedMessage factory method

This method is the factory method for creating 'SrvMonAppLoadedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppLoadedMessage .createFromSerializedXbufContainer(ByteBuffer)'.


createSrvMonAppLoadedMessageFromSerializedXbufContainer

public static final SrvMonAppLoadedMessage createSrvMonAppLoadedMessageFromSerializedXbufContainer(byte[] serializedContainer)
SrvMonAppLoadedMessage factory method

This method is the factory method for creating 'SrvMonAppLoadedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppLoadedMessage .createFromSerializedXbufContainer(byte[])'.


createSrvMonAppLoadedMessageFromJson

public static final SrvMonAppLoadedMessage createSrvMonAppLoadedMessageFromJson(String json)
SrvMonAppLoadedMessage factory method

This method is the factory method for creating 'SrvMonAppLoadedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppLoadedMessage .createFromJson(String)'.


createSrvMonAppLoadedMessageFromRawJson

public static final SrvMonAppLoadedMessage createSrvMonAppLoadedMessageFromRawJson(String json)
SrvMonAppLoadedMessage factory method

This method is the factory method for creating 'SrvMonAppLoadedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppLoadedMessage .createFromRawJson(String)'.


createSrvMonAppBusChannelClosedMessage

public static final SrvMonAppBusChannelClosedMessage createSrvMonAppBusChannelClosedMessage()
SrvMonAppBusChannelClosedMessage factory method

This method is the factory method for creating 'SrvMonAppBusChannelClosedMessage' objects. It is equivalent to using 'SrvMonAppBusChannelClosedMessage.create()'.


createSrvMonAppBusChannelClosedMessage

public static final SrvMonAppBusChannelClosedMessage createSrvMonAppBusChannelClosedMessage(com.eaio.uuid.UUID id)
SrvMonAppBusChannelClosedMessage factory method

This method is the factory method for creating 'SrvMonAppBusChannelClosedMessage' objects initialized with a given store id. It is equivalent to using 'SrvMonAppBusChannelClosedMessage.create(id)'.


createSrvMonAppBusChannelClosedMessageFromXbufContainerPacket

public static final SrvMonAppBusChannelClosedMessage createSrvMonAppBusChannelClosedMessageFromXbufContainerPacket(PktPacket packet)
SrvMonAppBusChannelClosedMessage factory method

This method is the factory method for creating 'SrvMonAppBusChannelClosedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusChannelClosedMessage .createFromXbufContainerPacket(PktPacket)'.

Note: This method takes ownership of the supplied packet and, therefore, must be released by the caller once this method returns. Taking ownership implies that this method inherits the caller's reference to the packet. Therefore, the caller should not release its reference to the packet


createSrvMonAppBusChannelClosedMessageFromSerializedXbufContainerPacket

public static final SrvMonAppBusChannelClosedMessage createSrvMonAppBusChannelClosedMessageFromSerializedXbufContainerPacket(ByteBuffer serializedPacket)
SrvMonAppBusChannelClosedMessage factory method

This method is the factory method for creating 'SrvMonAppBusChannelClosedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusChannelClosedMessage .createFromSerializedXbufContainerPacket(ByteBuffer)'.


createSrvMonAppBusChannelClosedMessageFromSerializedXbufContainerPacket

public static final SrvMonAppBusChannelClosedMessage createSrvMonAppBusChannelClosedMessageFromSerializedXbufContainerPacket(byte[] serializedPacket)
SrvMonAppBusChannelClosedMessage factory method

This method is the factory method for creating 'SrvMonAppBusChannelClosedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusChannelClosedMessage .createFromSerializedXbufContainerPacket(byte[])'.


createSrvMonAppBusChannelClosedMessageFromSerializedXbufContainer

public static final SrvMonAppBusChannelClosedMessage createSrvMonAppBusChannelClosedMessageFromSerializedXbufContainer(ByteBuffer serializedContainer)
SrvMonAppBusChannelClosedMessage factory method

This method is the factory method for creating 'SrvMonAppBusChannelClosedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusChannelClosedMessage .createFromSerializedXbufContainer(ByteBuffer)'.


createSrvMonAppBusChannelClosedMessageFromSerializedXbufContainer

public static final SrvMonAppBusChannelClosedMessage createSrvMonAppBusChannelClosedMessageFromSerializedXbufContainer(byte[] serializedContainer)
SrvMonAppBusChannelClosedMessage factory method

This method is the factory method for creating 'SrvMonAppBusChannelClosedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusChannelClosedMessage .createFromSerializedXbufContainer(byte[])'.


createSrvMonAppBusChannelClosedMessageFromJson

public static final SrvMonAppBusChannelClosedMessage createSrvMonAppBusChannelClosedMessageFromJson(String json)
SrvMonAppBusChannelClosedMessage factory method

This method is the factory method for creating 'SrvMonAppBusChannelClosedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusChannelClosedMessage .createFromJson(String)'.


createSrvMonAppBusChannelClosedMessageFromRawJson

public static final SrvMonAppBusChannelClosedMessage createSrvMonAppBusChannelClosedMessageFromRawJson(String json)
SrvMonAppBusChannelClosedMessage factory method

This method is the factory method for creating 'SrvMonAppBusChannelClosedMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusChannelClosedMessage .createFromRawJson(String)'.


createSrvMonAppBusBindingStateChangeMessage

public static final SrvMonAppBusBindingStateChangeMessage createSrvMonAppBusBindingStateChangeMessage()
SrvMonAppBusBindingStateChangeMessage factory method

This method is the factory method for creating 'SrvMonAppBusBindingStateChangeMessage' objects. It is equivalent to using 'SrvMonAppBusBindingStateChangeMessage.create()'.


createSrvMonAppBusBindingStateChangeMessage

public static final 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. It is equivalent to using 'SrvMonAppBusBindingStateChangeMessage.create(id)'.


createSrvMonAppBusBindingStateChangeMessageFromXbufContainerPacket

public static final SrvMonAppBusBindingStateChangeMessage createSrvMonAppBusBindingStateChangeMessageFromXbufContainerPacket(PktPacket packet)
SrvMonAppBusBindingStateChangeMessage factory method

This method is the factory method for creating 'SrvMonAppBusBindingStateChangeMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusBindingStateChangeMessage .createFromXbufContainerPacket(PktPacket)'.

Note: This method takes ownership of the supplied packet and, therefore, must be released by the caller once this method returns. Taking ownership implies that this method inherits the caller's reference to the packet. Therefore, the caller should not release its reference to the packet


createSrvMonAppBusBindingStateChangeMessageFromSerializedXbufContainerPacket

public static final SrvMonAppBusBindingStateChangeMessage createSrvMonAppBusBindingStateChangeMessageFromSerializedXbufContainerPacket(ByteBuffer serializedPacket)
SrvMonAppBusBindingStateChangeMessage factory method

This method is the factory method for creating 'SrvMonAppBusBindingStateChangeMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusBindingStateChangeMessage .createFromSerializedXbufContainerPacket(ByteBuffer)'.


createSrvMonAppBusBindingStateChangeMessageFromSerializedXbufContainerPacket

public static final SrvMonAppBusBindingStateChangeMessage createSrvMonAppBusBindingStateChangeMessageFromSerializedXbufContainerPacket(byte[] serializedPacket)
SrvMonAppBusBindingStateChangeMessage factory method

This method is the factory method for creating 'SrvMonAppBusBindingStateChangeMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusBindingStateChangeMessage .createFromSerializedXbufContainerPacket(byte[])'.


createSrvMonAppBusBindingStateChangeMessageFromSerializedXbufContainer

public static final SrvMonAppBusBindingStateChangeMessage createSrvMonAppBusBindingStateChangeMessageFromSerializedXbufContainer(ByteBuffer serializedContainer)
SrvMonAppBusBindingStateChangeMessage factory method

This method is the factory method for creating 'SrvMonAppBusBindingStateChangeMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusBindingStateChangeMessage .createFromSerializedXbufContainer(ByteBuffer)'.


createSrvMonAppBusBindingStateChangeMessageFromSerializedXbufContainer

public static final SrvMonAppBusBindingStateChangeMessage createSrvMonAppBusBindingStateChangeMessageFromSerializedXbufContainer(byte[] serializedContainer)
SrvMonAppBusBindingStateChangeMessage factory method

This method is the factory method for creating 'SrvMonAppBusBindingStateChangeMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusBindingStateChangeMessage .createFromSerializedXbufContainer(byte[])'.


createSrvMonAppBusBindingStateChangeMessageFromJson

public static final SrvMonAppBusBindingStateChangeMessage createSrvMonAppBusBindingStateChangeMessageFromJson(String json)
SrvMonAppBusBindingStateChangeMessage factory method

This method is the factory method for creating 'SrvMonAppBusBindingStateChangeMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusBindingStateChangeMessage .createFromJson(String)'.


createSrvMonAppBusBindingStateChangeMessageFromRawJson

public static final SrvMonAppBusBindingStateChangeMessage createSrvMonAppBusBindingStateChangeMessageFromRawJson(String json)
SrvMonAppBusBindingStateChangeMessage factory method

This method is the factory method for creating 'SrvMonAppBusBindingStateChangeMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusBindingStateChangeMessage .createFromRawJson(String)'.


createSrvMonAppBusBindingCreateMessage

public static final SrvMonAppBusBindingCreateMessage createSrvMonAppBusBindingCreateMessage()
SrvMonAppBusBindingCreateMessage factory method

This method is the factory method for creating 'SrvMonAppBusBindingCreateMessage' objects. It is equivalent to using 'SrvMonAppBusBindingCreateMessage.create()'.


createSrvMonAppBusBindingCreateMessage

public static final SrvMonAppBusBindingCreateMessage createSrvMonAppBusBindingCreateMessage(com.eaio.uuid.UUID id)
SrvMonAppBusBindingCreateMessage factory method

This method is the factory method for creating 'SrvMonAppBusBindingCreateMessage' objects initialized with a given store id. It is equivalent to using 'SrvMonAppBusBindingCreateMessage.create(id)'.


createSrvMonAppBusBindingCreateMessageFromXbufContainerPacket

public static final SrvMonAppBusBindingCreateMessage createSrvMonAppBusBindingCreateMessageFromXbufContainerPacket(PktPacket packet)
SrvMonAppBusBindingCreateMessage factory method

This method is the factory method for creating 'SrvMonAppBusBindingCreateMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusBindingCreateMessage .createFromXbufContainerPacket(PktPacket)'.

Note: This method takes ownership of the supplied packet and, therefore, must be released by the caller once this method returns. Taking ownership implies that this method inherits the caller's reference to the packet. Therefore, the caller should not release its reference to the packet


createSrvMonAppBusBindingCreateMessageFromSerializedXbufContainerPacket

public static final SrvMonAppBusBindingCreateMessage createSrvMonAppBusBindingCreateMessageFromSerializedXbufContainerPacket(ByteBuffer serializedPacket)
SrvMonAppBusBindingCreateMessage factory method

This method is the factory method for creating 'SrvMonAppBusBindingCreateMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusBindingCreateMessage .createFromSerializedXbufContainerPacket(ByteBuffer)'.


createSrvMonAppBusBindingCreateMessageFromSerializedXbufContainerPacket

public static final SrvMonAppBusBindingCreateMessage createSrvMonAppBusBindingCreateMessageFromSerializedXbufContainerPacket(byte[] serializedPacket)
SrvMonAppBusBindingCreateMessage factory method

This method is the factory method for creating 'SrvMonAppBusBindingCreateMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusBindingCreateMessage .createFromSerializedXbufContainerPacket(byte[])'.


createSrvMonAppBusBindingCreateMessageFromSerializedXbufContainer

public static final SrvMonAppBusBindingCreateMessage createSrvMonAppBusBindingCreateMessageFromSerializedXbufContainer(ByteBuffer serializedContainer)
SrvMonAppBusBindingCreateMessage factory method

This method is the factory method for creating 'SrvMonAppBusBindingCreateMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusBindingCreateMessage .createFromSerializedXbufContainer(ByteBuffer)'.


createSrvMonAppBusBindingCreateMessageFromSerializedXbufContainer

public static final SrvMonAppBusBindingCreateMessage createSrvMonAppBusBindingCreateMessageFromSerializedXbufContainer(byte[] serializedContainer)
SrvMonAppBusBindingCreateMessage factory method

This method is the factory method for creating 'SrvMonAppBusBindingCreateMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusBindingCreateMessage .createFromSerializedXbufContainer(byte[])'.


createSrvMonAppBusBindingCreateMessageFromJson

public static final SrvMonAppBusBindingCreateMessage createSrvMonAppBusBindingCreateMessageFromJson(String json)
SrvMonAppBusBindingCreateMessage factory method

This method is the factory method for creating 'SrvMonAppBusBindingCreateMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusBindingCreateMessage .createFromJson(String)'.


createSrvMonAppBusBindingCreateMessageFromRawJson

public static final SrvMonAppBusBindingCreateMessage createSrvMonAppBusBindingCreateMessageFromRawJson(String json)
SrvMonAppBusBindingCreateMessage factory method

This method is the factory method for creating 'SrvMonAppBusBindingCreateMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppBusBindingCreateMessage .createFromRawJson(String)'.


createSrvMonAppStateChangeMessage

public static final SrvMonAppStateChangeMessage createSrvMonAppStateChangeMessage()
SrvMonAppStateChangeMessage factory method

This method is the factory method for creating 'SrvMonAppStateChangeMessage' objects. It is equivalent to using 'SrvMonAppStateChangeMessage.create()'.


createSrvMonAppStateChangeMessage

public static final 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. It is equivalent to using 'SrvMonAppStateChangeMessage.create(id)'.


createSrvMonAppStateChangeMessageFromXbufContainerPacket

public static final SrvMonAppStateChangeMessage createSrvMonAppStateChangeMessageFromXbufContainerPacket(PktPacket packet)
SrvMonAppStateChangeMessage factory method

This method is the factory method for creating 'SrvMonAppStateChangeMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppStateChangeMessage .createFromXbufContainerPacket(PktPacket)'.

Note: This method takes ownership of the supplied packet and, therefore, must be released by the caller once this method returns. Taking ownership implies that this method inherits the caller's reference to the packet. Therefore, the caller should not release its reference to the packet


createSrvMonAppStateChangeMessageFromSerializedXbufContainerPacket

public static final SrvMonAppStateChangeMessage createSrvMonAppStateChangeMessageFromSerializedXbufContainerPacket(ByteBuffer serializedPacket)
SrvMonAppStateChangeMessage factory method

This method is the factory method for creating 'SrvMonAppStateChangeMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppStateChangeMessage .createFromSerializedXbufContainerPacket(ByteBuffer)'.


createSrvMonAppStateChangeMessageFromSerializedXbufContainerPacket

public static final SrvMonAppStateChangeMessage createSrvMonAppStateChangeMessageFromSerializedXbufContainerPacket(byte[] serializedPacket)
SrvMonAppStateChangeMessage factory method

This method is the factory method for creating 'SrvMonAppStateChangeMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppStateChangeMessage .createFromSerializedXbufContainerPacket(byte[])'.


createSrvMonAppStateChangeMessageFromSerializedXbufContainer

public static final SrvMonAppStateChangeMessage createSrvMonAppStateChangeMessageFromSerializedXbufContainer(ByteBuffer serializedContainer)
SrvMonAppStateChangeMessage factory method

This method is the factory method for creating 'SrvMonAppStateChangeMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppStateChangeMessage .createFromSerializedXbufContainer(ByteBuffer)'.


createSrvMonAppStateChangeMessageFromSerializedXbufContainer

public static final SrvMonAppStateChangeMessage createSrvMonAppStateChangeMessageFromSerializedXbufContainer(byte[] serializedContainer)
SrvMonAppStateChangeMessage factory method

This method is the factory method for creating 'SrvMonAppStateChangeMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppStateChangeMessage .createFromSerializedXbufContainer(byte[])'.


createSrvMonAppStateChangeMessageFromJson

public static final SrvMonAppStateChangeMessage createSrvMonAppStateChangeMessageFromJson(String json)
SrvMonAppStateChangeMessage factory method

This method is the factory method for creating 'SrvMonAppStateChangeMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppStateChangeMessage .createFromJson(String)'.


createSrvMonAppStateChangeMessageFromRawJson

public static final SrvMonAppStateChangeMessage createSrvMonAppStateChangeMessageFromRawJson(String json)
SrvMonAppStateChangeMessage factory method

This method is the factory method for creating 'SrvMonAppStateChangeMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppStateChangeMessage .createFromRawJson(String)'.


createSrvMonAppFlowCreateMessage

public static final SrvMonAppFlowCreateMessage createSrvMonAppFlowCreateMessage()
SrvMonAppFlowCreateMessage factory method

This method is the factory method for creating 'SrvMonAppFlowCreateMessage' objects. It is equivalent to using 'SrvMonAppFlowCreateMessage.create()'.


createSrvMonAppFlowCreateMessage

public static final 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. It is equivalent to using 'SrvMonAppFlowCreateMessage.create(id)'.


createSrvMonAppFlowCreateMessageFromXbufContainerPacket

public static final SrvMonAppFlowCreateMessage createSrvMonAppFlowCreateMessageFromXbufContainerPacket(PktPacket packet)
SrvMonAppFlowCreateMessage factory method

This method is the factory method for creating 'SrvMonAppFlowCreateMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppFlowCreateMessage .createFromXbufContainerPacket(PktPacket)'.

Note: This method takes ownership of the supplied packet and, therefore, must be released by the caller once this method returns. Taking ownership implies that this method inherits the caller's reference to the packet. Therefore, the caller should not release its reference to the packet


createSrvMonAppFlowCreateMessageFromSerializedXbufContainerPacket

public static final SrvMonAppFlowCreateMessage createSrvMonAppFlowCreateMessageFromSerializedXbufContainerPacket(ByteBuffer serializedPacket)
SrvMonAppFlowCreateMessage factory method

This method is the factory method for creating 'SrvMonAppFlowCreateMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppFlowCreateMessage .createFromSerializedXbufContainerPacket(ByteBuffer)'.


createSrvMonAppFlowCreateMessageFromSerializedXbufContainerPacket

public static final SrvMonAppFlowCreateMessage createSrvMonAppFlowCreateMessageFromSerializedXbufContainerPacket(byte[] serializedPacket)
SrvMonAppFlowCreateMessage factory method

This method is the factory method for creating 'SrvMonAppFlowCreateMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppFlowCreateMessage .createFromSerializedXbufContainerPacket(byte[])'.


createSrvMonAppFlowCreateMessageFromSerializedXbufContainer

public static final SrvMonAppFlowCreateMessage createSrvMonAppFlowCreateMessageFromSerializedXbufContainer(ByteBuffer serializedContainer)
SrvMonAppFlowCreateMessage factory method

This method is the factory method for creating 'SrvMonAppFlowCreateMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppFlowCreateMessage .createFromSerializedXbufContainer(ByteBuffer)'.


createSrvMonAppFlowCreateMessageFromSerializedXbufContainer

public static final SrvMonAppFlowCreateMessage createSrvMonAppFlowCreateMessageFromSerializedXbufContainer(byte[] serializedContainer)
SrvMonAppFlowCreateMessage factory method

This method is the factory method for creating 'SrvMonAppFlowCreateMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppFlowCreateMessage .createFromSerializedXbufContainer(byte[])'.


createSrvMonAppFlowCreateMessageFromJson

public static final SrvMonAppFlowCreateMessage createSrvMonAppFlowCreateMessageFromJson(String json)
SrvMonAppFlowCreateMessage factory method

This method is the factory method for creating 'SrvMonAppFlowCreateMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppFlowCreateMessage .createFromJson(String)'.


createSrvMonAppFlowCreateMessageFromRawJson

public static final SrvMonAppFlowCreateMessage createSrvMonAppFlowCreateMessageFromRawJson(String json)
SrvMonAppFlowCreateMessage factory method

This method is the factory method for creating 'SrvMonAppFlowCreateMessage' objects from a serialized content object. It is equivalent to using 'SrvMonAppFlowCreateMessage .createFromRawJson(String)'.


getOfid

public final short getOfid()
Implementation of IStoreObjectFactory.getOfid()

Specified by:
getOfid in interface IStoreObjectFactory

create

public final IStoreObject create(short type,
                                 com.eaio.uuid.UUID id,
                                 IStoreObject.EncodingType encodingType,
                                 PktPacket packet)
Implementation of IStoreObjectFactory.create(short, com.eaio.uuid.UUID, com.neeve.ods.IStoreObject.EncodingType, com.neeve.pkt.PktPacket)

Specified by:
create in interface IStoreObjectFactory
Parameters:
type - 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 instantiate
id - 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.

getVfid

public final short getVfid()
Implementation of MessageViewFactory.getVfid()

Specified by:
getVfid in interface MessageViewFactory

create

public final MessageView create(short type)
Implementation of MessageViewFactory.create(short)

Specified by:
create in interface MessageViewFactory
Parameters:
type - The message view's type

wrap

public final MessageView wrap(short type,
                              int encodingType,
                              Object message)
Implementation of MessageViewFactory.wrap(short, int, java.lang.Object)

Specified by:
wrap in interface MessageViewFactory
Parameters:
type - The message view's type
encodingType - The message's encoding type
message - The serialized message to wrap the view around.


Copyright © 2016 Neeve Research, LLC. All Rights Reserved.