@Generated(value="com.neeve.adm.AdmFactory", date="Tue Sep 16 04:36:04 UTC 2025") @AdmGenerated(encoding="xbuf", compatLevel="5.0.0", admVersion="Unknown Version", date="9/16/25 4:36 AM", buildInfo="nvx-rumi-server-4.0.595 (Rumi ADM Maven Plugin)") public final class SrvMonCncFactory extends Object implements IStoreObjectFactory, MessageViewFactory
| ADM Message Summary |
|---|
| Type | Id | Description |
|---|---|---|
SrvMonGetLoadedAppsRequest |
12 | Requests the set of currently loaded apps in the xvm. |
SrvMonGetLoadedAppsResponse |
13 | Returns the set of currently loaded apps in the xvm. |
SrvMonGetTraceHistoryRequest |
14 | Requests trace records from the XVM trace history buffer. |
SrvMonGetTraceHistoryResponse |
15 | Returns trace records from the XVM trace history buffer. |
SrvMonInvokeCommandRequest |
10 | Instructs the XVM to inoke a command. |
SrvMonInvokeCommandResponse |
11 | Response to a command invocation. |
SrvMonListCommandsRequest |
1 | Requests a List of Commands for an application. |
SrvMonListCommandsResponse |
2 | Response with the list of available commands. |
SrvMonStartAppWatchCommand |
16 |
Message sent by direct connect admin clients to start receiving heartbeats and events.
This command should only be sent by clients using a direct point to point transport. This command is a one way command. In response to this command the XVM will begin emitting information about loaded apps along with new events. This command is ignored by clients connected over the SMA transport. SMA connected clients are expected to simply join the heartbeat and event channels. If command and control is enabled such clients may solicit information about currently loaded applicaitons using the SrvMonGetLoadedAppsRequest. |
SrvMonStartTraceWatchRequest |
3 | Message sent to start a XVM trace watch. |
SrvMonStartTraceWatchResponse |
4 | Response to the SrvMonStartTraceWatchRequest message. |
SrvMonStopAppWatchCommand |
18 |
Message sent to stop a XVM app watch.
This command should only be sent by clients using a direct point to point transport. Clients connected via the SMA transport. This command is a one way command. In response to this command the XVM will stop emitting heartbeats and lifecycle events. This command is ignored by clients connected over the SMA transport. |
SrvMonStopTraceWatchRequest |
6 | Message sent to stop a XVM trace watch. |
SrvMonStopTraceWatchResponse |
7 | Response to the SrvMonStopTraceWatchRequest message. |
SrvMonTraceRecord |
5 | A trace record. |
SrvMonXvmInfoRequest |
8 | Request XVM details. |
SrvMonXvmInfoResponse |
9 | Response containing XVM details. |
OFID_ADM_ANNOTATED_CODE_TEST, OFID_AEP_ENVIRONMENT_FACTORY, OFID_AEP_FLOW_FACTORY, OFID_AEP_MESSAGE_FACTORY, OFID_AEP_TXN_STATS_FACTORY, OFID_EAGLE_RESERVED_FACTORYID_END, OFID_EAGLE_RESERVED_FACTORYID_START, OFID_HORNET_RESERVED_FACTORYID_END, OFID_HORNET_RESERVED_FACTORYID_START, OFID_NULL, OFID_ODS_BINDING_UNIT_TEST, OFID_ODS_PERF_TOOL, OFID_ODS_STRESS_TOOL, OFID_ODS_TOOL, OFID_PLATFORM_STATIC_LAST, OFID_ROG_PACKET_FACTORY, OFID_RUMI_RESERVED_FACTORYID_END, OFID_SERVER_FLOW_FACTORY, OFID_SRV_MON_ALERT_FACTORY, OFID_SRV_MON_CNC_FACTORY, OFID_SRV_MON_FACTORY, OFID_SRV_MON_LIFECYCLE_FACTORYVFID_AEP_MESSAGE_FACTORY, VFID_AEP_TXN_STATS_FACTORY, VFID_EAGLE_RESERVED_FACTORYID_END, VFID_EAGLE_RESERVED_FACTORYID_START, VFID_HORNET_RESERVED_FACTORYID_END, VFID_HORNET_RESERVED_FACTORYID_START, VFID_MAP, VFID_NULL, VFID_PACKET, VFID_PLATFORM_STATIC_LAST, VFID_ROG_PACKET, VFID_ROG_PACKET_MANAGER, VFID_RUMI_RESERVED_FACTORYID_END, VFID_SRV_MON_ALERT_FACTORY, VFID_SRV_MON_CNC_FACTORY, VFID_SRV_MON_COMMON_FACTORY, VFID_SRV_MON_FACTORY, VFID_SRV_MON_LIFECYCLE_FACTORY| Constructor and Description |
|---|
SrvMonCncFactory() |
| Modifier and Type | Method and Description |
|---|---|
static SrvMonCncFactory |
create(Properties props)
Constructor for when loading factory from configuration repository.
|
MessageView |
create(short type)
Implementation of
MessageViewFactory.create(short) |
IStoreObject |
create(short type,
com.eaio.uuid.UUID id,
IStoreObject.EncodingType encodingType,
PktPacket packet)
|
static SrvMonGetLoadedAppsRequest |
createSrvMonGetLoadedAppsRequest()
SrvMonGetLoadedAppsRequest factory method
This method is the factory method for creating 'SrvMonGetLoadedAppsRequest' objects.
|
static SrvMonGetLoadedAppsRequest |
createSrvMonGetLoadedAppsRequest(com.eaio.uuid.UUID id)
SrvMonGetLoadedAppsRequest factory method
This method is the factory method for creating 'SrvMonGetLoadedAppsRequest' objects initialized with a given store id.
|
static SrvMonGetLoadedAppsRequest |
createSrvMonGetLoadedAppsRequestFromJson(String json)
SrvMonGetLoadedAppsRequest factory method
This method is the factory method for creating 'SrvMonGetLoadedAppsRequest' objects
from a serialized content object.
|
static SrvMonGetLoadedAppsRequest |
createSrvMonGetLoadedAppsRequestFromRawJson(String json)
SrvMonGetLoadedAppsRequest factory method
This method is the factory method for creating 'SrvMonGetLoadedAppsRequest' objects
from a serialized content object.
|
static SrvMonGetLoadedAppsResponse |
createSrvMonGetLoadedAppsResponse()
SrvMonGetLoadedAppsResponse factory method
This method is the factory method for creating 'SrvMonGetLoadedAppsResponse' objects.
|
static SrvMonGetLoadedAppsResponse |
createSrvMonGetLoadedAppsResponse(com.eaio.uuid.UUID id)
SrvMonGetLoadedAppsResponse factory method
This method is the factory method for creating 'SrvMonGetLoadedAppsResponse' objects initialized with a given store id.
|
static SrvMonGetLoadedAppsResponse |
createSrvMonGetLoadedAppsResponseFromJson(String json)
SrvMonGetLoadedAppsResponse factory method
This method is the factory method for creating 'SrvMonGetLoadedAppsResponse' objects
from a serialized content object.
|
static SrvMonGetLoadedAppsResponse |
createSrvMonGetLoadedAppsResponseFromRawJson(String json)
SrvMonGetLoadedAppsResponse factory method
This method is the factory method for creating 'SrvMonGetLoadedAppsResponse' objects
from a serialized content object.
|
static SrvMonGetTraceHistoryRequest |
createSrvMonGetTraceHistoryRequest()
SrvMonGetTraceHistoryRequest factory method
This method is the factory method for creating 'SrvMonGetTraceHistoryRequest' objects.
|
static SrvMonGetTraceHistoryRequest |
createSrvMonGetTraceHistoryRequest(com.eaio.uuid.UUID id)
SrvMonGetTraceHistoryRequest factory method
This method is the factory method for creating 'SrvMonGetTraceHistoryRequest' objects initialized with a given store id.
|
static SrvMonGetTraceHistoryRequest |
createSrvMonGetTraceHistoryRequestFromJson(String json)
SrvMonGetTraceHistoryRequest factory method
This method is the factory method for creating 'SrvMonGetTraceHistoryRequest' objects
from a serialized content object.
|
static SrvMonGetTraceHistoryRequest |
createSrvMonGetTraceHistoryRequestFromRawJson(String json)
SrvMonGetTraceHistoryRequest factory method
This method is the factory method for creating 'SrvMonGetTraceHistoryRequest' objects
from a serialized content object.
|
static SrvMonGetTraceHistoryResponse |
createSrvMonGetTraceHistoryResponse()
SrvMonGetTraceHistoryResponse factory method
This method is the factory method for creating 'SrvMonGetTraceHistoryResponse' objects.
|
static SrvMonGetTraceHistoryResponse |
createSrvMonGetTraceHistoryResponse(com.eaio.uuid.UUID id)
SrvMonGetTraceHistoryResponse factory method
This method is the factory method for creating 'SrvMonGetTraceHistoryResponse' objects initialized with a given store id.
|
static SrvMonGetTraceHistoryResponse |
createSrvMonGetTraceHistoryResponseFromJson(String json)
SrvMonGetTraceHistoryResponse factory method
This method is the factory method for creating 'SrvMonGetTraceHistoryResponse' objects
from a serialized content object.
|
static SrvMonGetTraceHistoryResponse |
createSrvMonGetTraceHistoryResponseFromRawJson(String json)
SrvMonGetTraceHistoryResponse factory method
This method is the factory method for creating 'SrvMonGetTraceHistoryResponse' objects
from a serialized content object.
|
static SrvMonInvokeCommandRequest |
createSrvMonInvokeCommandRequest()
SrvMonInvokeCommandRequest factory method
This method is the factory method for creating 'SrvMonInvokeCommandRequest' objects.
|
static SrvMonInvokeCommandRequest |
createSrvMonInvokeCommandRequest(com.eaio.uuid.UUID id)
SrvMonInvokeCommandRequest factory method
This method is the factory method for creating 'SrvMonInvokeCommandRequest' objects initialized with a given store id.
|
static SrvMonInvokeCommandRequest |
createSrvMonInvokeCommandRequestFromJson(String json)
SrvMonInvokeCommandRequest factory method
This method is the factory method for creating 'SrvMonInvokeCommandRequest' objects
from a serialized content object.
|
static SrvMonInvokeCommandRequest |
createSrvMonInvokeCommandRequestFromRawJson(String json)
SrvMonInvokeCommandRequest factory method
This method is the factory method for creating 'SrvMonInvokeCommandRequest' objects
from a serialized content object.
|
static SrvMonInvokeCommandResponse |
createSrvMonInvokeCommandResponse()
SrvMonInvokeCommandResponse factory method
This method is the factory method for creating 'SrvMonInvokeCommandResponse' objects.
|
static SrvMonInvokeCommandResponse |
createSrvMonInvokeCommandResponse(com.eaio.uuid.UUID id)
SrvMonInvokeCommandResponse factory method
This method is the factory method for creating 'SrvMonInvokeCommandResponse' objects initialized with a given store id.
|
static SrvMonInvokeCommandResponse |
createSrvMonInvokeCommandResponseFromJson(String json)
SrvMonInvokeCommandResponse factory method
This method is the factory method for creating 'SrvMonInvokeCommandResponse' objects
from a serialized content object.
|
static SrvMonInvokeCommandResponse |
createSrvMonInvokeCommandResponseFromRawJson(String json)
SrvMonInvokeCommandResponse factory method
This method is the factory method for creating 'SrvMonInvokeCommandResponse' objects
from a serialized content object.
|
static SrvMonListCommandsRequest |
createSrvMonListCommandsRequest()
SrvMonListCommandsRequest factory method
This method is the factory method for creating 'SrvMonListCommandsRequest' objects.
|
static SrvMonListCommandsRequest |
createSrvMonListCommandsRequest(com.eaio.uuid.UUID id)
SrvMonListCommandsRequest factory method
This method is the factory method for creating 'SrvMonListCommandsRequest' objects initialized with a given store id.
|
static SrvMonListCommandsRequest |
createSrvMonListCommandsRequestFromJson(String json)
SrvMonListCommandsRequest factory method
This method is the factory method for creating 'SrvMonListCommandsRequest' objects
from a serialized content object.
|
static SrvMonListCommandsRequest |
createSrvMonListCommandsRequestFromRawJson(String json)
SrvMonListCommandsRequest factory method
This method is the factory method for creating 'SrvMonListCommandsRequest' objects
from a serialized content object.
|
static SrvMonListCommandsResponse |
createSrvMonListCommandsResponse()
SrvMonListCommandsResponse factory method
This method is the factory method for creating 'SrvMonListCommandsResponse' objects.
|
static SrvMonListCommandsResponse |
createSrvMonListCommandsResponse(com.eaio.uuid.UUID id)
SrvMonListCommandsResponse factory method
This method is the factory method for creating 'SrvMonListCommandsResponse' objects initialized with a given store id.
|
static SrvMonListCommandsResponse |
createSrvMonListCommandsResponseFromJson(String json)
SrvMonListCommandsResponse factory method
This method is the factory method for creating 'SrvMonListCommandsResponse' objects
from a serialized content object.
|
static SrvMonListCommandsResponse |
createSrvMonListCommandsResponseFromRawJson(String json)
SrvMonListCommandsResponse factory method
This method is the factory method for creating 'SrvMonListCommandsResponse' objects
from a serialized content object.
|
static SrvMonStartAppWatchCommand |
createSrvMonStartAppWatchCommand()
SrvMonStartAppWatchCommand factory method
This method is the factory method for creating 'SrvMonStartAppWatchCommand' objects.
|
static SrvMonStartAppWatchCommand |
createSrvMonStartAppWatchCommand(com.eaio.uuid.UUID id)
SrvMonStartAppWatchCommand factory method
This method is the factory method for creating 'SrvMonStartAppWatchCommand' objects initialized with a given store id.
|
static SrvMonStartAppWatchCommand |
createSrvMonStartAppWatchCommandFromJson(String json)
SrvMonStartAppWatchCommand factory method
This method is the factory method for creating 'SrvMonStartAppWatchCommand' objects
from a serialized content object.
|
static SrvMonStartAppWatchCommand |
createSrvMonStartAppWatchCommandFromRawJson(String json)
SrvMonStartAppWatchCommand factory method
This method is the factory method for creating 'SrvMonStartAppWatchCommand' objects
from a serialized content object.
|
static SrvMonStartTraceWatchRequest |
createSrvMonStartTraceWatchRequest()
SrvMonStartTraceWatchRequest factory method
This method is the factory method for creating 'SrvMonStartTraceWatchRequest' objects.
|
static SrvMonStartTraceWatchRequest |
createSrvMonStartTraceWatchRequest(com.eaio.uuid.UUID id)
SrvMonStartTraceWatchRequest factory method
This method is the factory method for creating 'SrvMonStartTraceWatchRequest' objects initialized with a given store id.
|
static SrvMonStartTraceWatchRequest |
createSrvMonStartTraceWatchRequestFromJson(String json)
SrvMonStartTraceWatchRequest factory method
This method is the factory method for creating 'SrvMonStartTraceWatchRequest' objects
from a serialized content object.
|
static SrvMonStartTraceWatchRequest |
createSrvMonStartTraceWatchRequestFromRawJson(String json)
SrvMonStartTraceWatchRequest factory method
This method is the factory method for creating 'SrvMonStartTraceWatchRequest' objects
from a serialized content object.
|
static SrvMonStartTraceWatchResponse |
createSrvMonStartTraceWatchResponse()
SrvMonStartTraceWatchResponse factory method
This method is the factory method for creating 'SrvMonStartTraceWatchResponse' objects.
|
static SrvMonStartTraceWatchResponse |
createSrvMonStartTraceWatchResponse(com.eaio.uuid.UUID id)
SrvMonStartTraceWatchResponse factory method
This method is the factory method for creating 'SrvMonStartTraceWatchResponse' objects initialized with a given store id.
|
static SrvMonStartTraceWatchResponse |
createSrvMonStartTraceWatchResponseFromJson(String json)
SrvMonStartTraceWatchResponse factory method
This method is the factory method for creating 'SrvMonStartTraceWatchResponse' objects
from a serialized content object.
|
static SrvMonStartTraceWatchResponse |
createSrvMonStartTraceWatchResponseFromRawJson(String json)
SrvMonStartTraceWatchResponse factory method
This method is the factory method for creating 'SrvMonStartTraceWatchResponse' objects
from a serialized content object.
|
static SrvMonStopAppWatchCommand |
createSrvMonStopAppWatchCommand()
SrvMonStopAppWatchCommand factory method
This method is the factory method for creating 'SrvMonStopAppWatchCommand' objects.
|
static SrvMonStopAppWatchCommand |
createSrvMonStopAppWatchCommand(com.eaio.uuid.UUID id)
SrvMonStopAppWatchCommand factory method
This method is the factory method for creating 'SrvMonStopAppWatchCommand' objects initialized with a given store id.
|
static SrvMonStopAppWatchCommand |
createSrvMonStopAppWatchCommandFromJson(String json)
SrvMonStopAppWatchCommand factory method
This method is the factory method for creating 'SrvMonStopAppWatchCommand' objects
from a serialized content object.
|
static SrvMonStopAppWatchCommand |
createSrvMonStopAppWatchCommandFromRawJson(String json)
SrvMonStopAppWatchCommand factory method
This method is the factory method for creating 'SrvMonStopAppWatchCommand' objects
from a serialized content object.
|
static SrvMonStopTraceWatchRequest |
createSrvMonStopTraceWatchRequest()
SrvMonStopTraceWatchRequest factory method
This method is the factory method for creating 'SrvMonStopTraceWatchRequest' objects.
|
static SrvMonStopTraceWatchRequest |
createSrvMonStopTraceWatchRequest(com.eaio.uuid.UUID id)
SrvMonStopTraceWatchRequest factory method
This method is the factory method for creating 'SrvMonStopTraceWatchRequest' objects initialized with a given store id.
|
static SrvMonStopTraceWatchRequest |
createSrvMonStopTraceWatchRequestFromJson(String json)
SrvMonStopTraceWatchRequest factory method
This method is the factory method for creating 'SrvMonStopTraceWatchRequest' objects
from a serialized content object.
|
static SrvMonStopTraceWatchRequest |
createSrvMonStopTraceWatchRequestFromRawJson(String json)
SrvMonStopTraceWatchRequest factory method
This method is the factory method for creating 'SrvMonStopTraceWatchRequest' objects
from a serialized content object.
|
static SrvMonStopTraceWatchResponse |
createSrvMonStopTraceWatchResponse()
SrvMonStopTraceWatchResponse factory method
This method is the factory method for creating 'SrvMonStopTraceWatchResponse' objects.
|
static SrvMonStopTraceWatchResponse |
createSrvMonStopTraceWatchResponse(com.eaio.uuid.UUID id)
SrvMonStopTraceWatchResponse factory method
This method is the factory method for creating 'SrvMonStopTraceWatchResponse' objects initialized with a given store id.
|
static SrvMonStopTraceWatchResponse |
createSrvMonStopTraceWatchResponseFromJson(String json)
SrvMonStopTraceWatchResponse factory method
This method is the factory method for creating 'SrvMonStopTraceWatchResponse' objects
from a serialized content object.
|
static SrvMonStopTraceWatchResponse |
createSrvMonStopTraceWatchResponseFromRawJson(String json)
SrvMonStopTraceWatchResponse factory method
This method is the factory method for creating 'SrvMonStopTraceWatchResponse' objects
from a serialized content object.
|
static SrvMonTraceRecord |
createSrvMonTraceRecord()
SrvMonTraceRecord factory method
This method is the factory method for creating 'SrvMonTraceRecord' objects.
|
static SrvMonTraceRecord |
createSrvMonTraceRecord(com.eaio.uuid.UUID id)
SrvMonTraceRecord factory method
This method is the factory method for creating 'SrvMonTraceRecord' objects initialized with a given store id.
|
static SrvMonTraceRecord |
createSrvMonTraceRecordFromJson(String json)
SrvMonTraceRecord factory method
This method is the factory method for creating 'SrvMonTraceRecord' objects
from a serialized content object.
|
static SrvMonTraceRecord |
createSrvMonTraceRecordFromRawJson(String json)
SrvMonTraceRecord factory method
This method is the factory method for creating 'SrvMonTraceRecord' objects
from a serialized content object.
|
static SrvMonXvmInfoRequest |
createSrvMonXvmInfoRequest()
SrvMonXvmInfoRequest factory method
This method is the factory method for creating 'SrvMonXvmInfoRequest' objects.
|
static SrvMonXvmInfoRequest |
createSrvMonXvmInfoRequest(com.eaio.uuid.UUID id)
SrvMonXvmInfoRequest factory method
This method is the factory method for creating 'SrvMonXvmInfoRequest' objects initialized with a given store id.
|
static SrvMonXvmInfoRequest |
createSrvMonXvmInfoRequestFromJson(String json)
SrvMonXvmInfoRequest factory method
This method is the factory method for creating 'SrvMonXvmInfoRequest' objects
from a serialized content object.
|
static SrvMonXvmInfoRequest |
createSrvMonXvmInfoRequestFromRawJson(String json)
SrvMonXvmInfoRequest factory method
This method is the factory method for creating 'SrvMonXvmInfoRequest' objects
from a serialized content object.
|
static SrvMonXvmInfoResponse |
createSrvMonXvmInfoResponse()
SrvMonXvmInfoResponse factory method
This method is the factory method for creating 'SrvMonXvmInfoResponse' objects.
|
static SrvMonXvmInfoResponse |
createSrvMonXvmInfoResponse(com.eaio.uuid.UUID id)
SrvMonXvmInfoResponse factory method
This method is the factory method for creating 'SrvMonXvmInfoResponse' objects initialized with a given store id.
|
static SrvMonXvmInfoResponse |
createSrvMonXvmInfoResponseFromJson(String json)
SrvMonXvmInfoResponse factory method
This method is the factory method for creating 'SrvMonXvmInfoResponse' objects
from a serialized content object.
|
static SrvMonXvmInfoResponse |
createSrvMonXvmInfoResponseFromRawJson(String json)
SrvMonXvmInfoResponse factory method
This method is the factory method for creating 'SrvMonXvmInfoResponse' objects
from a serialized content object.
|
short |
getOfid()
Implementation of
IStoreObjectFactory.getOfid() |
short |
getVfid()
Implementation of
MessageViewFactory.getVfid() |
MessageView |
wrap(short type,
int encodingType,
Object message)
Implementation of
MessageViewFactory.wrap(short, int, java.lang.Object) |
public static final short OFID
IStoreObjectFactory id.
The store factory ID is used to register the object in the StoreObjectFactoryRegistry}
used by ODS stores for deserializing objects.
public static final short VFID
MessageViewFactory id.
The message factory ID is used to register the object in the MessageViewFactoryRegistry}
used by SMA binding for deserializing received messages.
public static final short TFID
This id is reserved for platform internal use.
public static final short ID_SrvMonListCommandsResponse
SrvMonListCommandsResponse type id.public static final short ID_SrvMonStartTraceWatchRequest
SrvMonStartTraceWatchRequest type id.public static final short ID_SrvMonStartAppWatchCommand
SrvMonStartAppWatchCommand type id.public static final short ID_SrvMonGetTraceHistoryRequest
SrvMonGetTraceHistoryRequest type id.public static final short ID_SrvMonInvokeCommandRequest
SrvMonInvokeCommandRequest type id.public static final short ID_SrvMonStartTraceWatchResponse
SrvMonStartTraceWatchResponse type id.public static final short ID_SrvMonTraceRecord
SrvMonTraceRecord type id.public static final short ID_SrvMonGetTraceHistoryResponse
SrvMonGetTraceHistoryResponse type id.public static final short ID_SrvMonXvmInfoRequest
SrvMonXvmInfoRequest type id.public static final short ID_SrvMonXvmResponse
SrvMonXvmResponse type id.public static final short ID_SrvMonArgumentDescription
SrvMonArgumentDescription type id.public static final short ID_SrvMonStopAppWatchCommand
SrvMonStopAppWatchCommand type id.public static final short ID_SrvMonTrace
SrvMonTrace type id.public static final short ID_SrvMonXvmInfoResponse
SrvMonXvmInfoResponse type id.public static final short ID_SrvMonGetLoadedAppsResponse
SrvMonGetLoadedAppsResponse type id.public static final short ID_SrvMonCommandDescription
SrvMonCommandDescription type id.public static final short ID_SrvMonStopTraceWatchResponse
SrvMonStopTraceWatchResponse type id.public static final short ID_SrvMonXvmRequest
SrvMonXvmRequest type id.public static final short ID_SrvMonOptionDescription
SrvMonOptionDescription type id.public static final short ID_SrvMonGetLoadedAppsRequest
SrvMonGetLoadedAppsRequest type id.public static final short ID_SrvMonListCommandsRequest
SrvMonListCommandsRequest type id.public static final short ID_SrvMonInvokeCommandResponse
SrvMonInvokeCommandResponse type id.public static final short ID_SrvMonStopTraceWatchRequest
SrvMonStopTraceWatchRequest type id.public static final int PKTID_SrvMonListCommandsResponse
SrvMonListCommandsResponse backing packet id type.
SrvMonListCommandsResponse are backet by a packet which is used for
efficient transport, serialization and pooling. This constants defines
the unique packet type id.
public static final int PKTID_SrvMonStartTraceWatchRequest
SrvMonStartTraceWatchRequest backing packet id type.
SrvMonStartTraceWatchRequest are backet by a packet which is used for
efficient transport, serialization and pooling. This constants defines
the unique packet type id.
public static final int PKTID_SrvMonStartAppWatchCommand
SrvMonStartAppWatchCommand backing packet id type.
SrvMonStartAppWatchCommand are backet by a packet which is used for
efficient transport, serialization and pooling. This constants defines
the unique packet type id.
public static final int PKTID_SrvMonGetTraceHistoryRequest
SrvMonGetTraceHistoryRequest backing packet id type.
SrvMonGetTraceHistoryRequest are backet by a packet which is used for
efficient transport, serialization and pooling. This constants defines
the unique packet type id.
public static final int PKTID_SrvMonInvokeCommandRequest
SrvMonInvokeCommandRequest backing packet id type.
SrvMonInvokeCommandRequest are backet by a packet which is used for
efficient transport, serialization and pooling. This constants defines
the unique packet type id.
public static final int PKTID_SrvMonStartTraceWatchResponse
SrvMonStartTraceWatchResponse backing packet id type.
SrvMonStartTraceWatchResponse are backet by a packet which is used for
efficient transport, serialization and pooling. This constants defines
the unique packet type id.
public static final int PKTID_SrvMonTraceRecord
SrvMonTraceRecord backing packet id type.
SrvMonTraceRecord are backet by a packet which is used for
efficient transport, serialization and pooling. This constants defines
the unique packet type id.
public static final int PKTID_SrvMonGetTraceHistoryResponse
SrvMonGetTraceHistoryResponse backing packet id type.
SrvMonGetTraceHistoryResponse are backet by a packet which is used for
efficient transport, serialization and pooling. This constants defines
the unique packet type id.
public static final int PKTID_SrvMonXvmInfoRequest
SrvMonXvmInfoRequest backing packet id type.
SrvMonXvmInfoRequest are backet by a packet which is used for
efficient transport, serialization and pooling. This constants defines
the unique packet type id.
public static final int PKTID_SrvMonXvmResponse
SrvMonXvmResponse backing packet id type.
SrvMonXvmResponse are backet by a packet which is used for
efficient transport, serialization and pooling. This constants defines
the unique packet type id.
public static final int PKTID_SrvMonArgumentDescription
SrvMonArgumentDescription backing packet id type.
SrvMonArgumentDescription are backet by a packet which is used for
efficient transport, serialization and pooling. This constants defines
the unique packet type id.
public static final int PKTID_SrvMonStopAppWatchCommand
SrvMonStopAppWatchCommand backing packet id type.
SrvMonStopAppWatchCommand are backet by a packet which is used for
efficient transport, serialization and pooling. This constants defines
the unique packet type id.
public static final int PKTID_SrvMonTrace
SrvMonTrace backing packet id type.
SrvMonTrace are backet by a packet which is used for
efficient transport, serialization and pooling. This constants defines
the unique packet type id.
public static final int PKTID_SrvMonXvmInfoResponse
SrvMonXvmInfoResponse backing packet id type.
SrvMonXvmInfoResponse are backet by a packet which is used for
efficient transport, serialization and pooling. This constants defines
the unique packet type id.
public static final int PKTID_SrvMonGetLoadedAppsResponse
SrvMonGetLoadedAppsResponse backing packet id type.
SrvMonGetLoadedAppsResponse are backet by a packet which is used for
efficient transport, serialization and pooling. This constants defines
the unique packet type id.
public static final int PKTID_SrvMonCommandDescription
SrvMonCommandDescription backing packet id type.
SrvMonCommandDescription are backet by a packet which is used for
efficient transport, serialization and pooling. This constants defines
the unique packet type id.
public static final int PKTID_SrvMonStopTraceWatchResponse
SrvMonStopTraceWatchResponse backing packet id type.
SrvMonStopTraceWatchResponse are backet by a packet which is used for
efficient transport, serialization and pooling. This constants defines
the unique packet type id.
public static final int PKTID_SrvMonXvmRequest
SrvMonXvmRequest backing packet id type.
SrvMonXvmRequest are backet by a packet which is used for
efficient transport, serialization and pooling. This constants defines
the unique packet type id.
public static final int PKTID_SrvMonOptionDescription
SrvMonOptionDescription backing packet id type.
SrvMonOptionDescription are backet by a packet which is used for
efficient transport, serialization and pooling. This constants defines
the unique packet type id.
public static final int PKTID_SrvMonGetLoadedAppsRequest
SrvMonGetLoadedAppsRequest backing packet id type.
SrvMonGetLoadedAppsRequest are backet by a packet which is used for
efficient transport, serialization and pooling. This constants defines
the unique packet type id.
public static final int PKTID_SrvMonListCommandsRequest
SrvMonListCommandsRequest backing packet id type.
SrvMonListCommandsRequest are backet by a packet which is used for
efficient transport, serialization and pooling. This constants defines
the unique packet type id.
public static final int PKTID_SrvMonInvokeCommandResponse
SrvMonInvokeCommandResponse backing packet id type.
SrvMonInvokeCommandResponse are backet by a packet which is used for
efficient transport, serialization and pooling. This constants defines
the unique packet type id.
public static final int PKTID_SrvMonStopTraceWatchRequest
SrvMonStopTraceWatchRequest backing packet id type.
SrvMonStopTraceWatchRequest are backet by a packet which is used for
efficient transport, serialization and pooling. This constants defines
the unique packet type id.
public static final SrvMonCncFactory create(Properties props)
public static final SrvMonListCommandsResponse createSrvMonListCommandsResponse(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonListCommandsResponse' objects initialized with a given store id. It is equivalent to using 'SrvMonListCommandsResponse.create(id)'.
public static final SrvMonListCommandsResponse createSrvMonListCommandsResponse()
This method is the factory method for creating 'SrvMonListCommandsResponse' objects. It is equivalent to using 'SrvMonListCommandsResponse.create()'.
public static final SrvMonListCommandsResponse createSrvMonListCommandsResponseFromJson(String json)
This method is the factory method for creating 'SrvMonListCommandsResponse' objects from a serialized content object. It is equivalent to using 'SrvMonListCommandsResponse .createFromJson(String)'.
public static final SrvMonListCommandsResponse createSrvMonListCommandsResponseFromRawJson(String json)
This method is the factory method for creating 'SrvMonListCommandsResponse' objects from a serialized content object. It is equivalent to using 'SrvMonListCommandsResponse .createFromRawJson(String)'.
public static final SrvMonStartTraceWatchRequest createSrvMonStartTraceWatchRequest(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonStartTraceWatchRequest' objects initialized with a given store id. It is equivalent to using 'SrvMonStartTraceWatchRequest.create(id)'.
public static final SrvMonStartTraceWatchRequest createSrvMonStartTraceWatchRequest()
This method is the factory method for creating 'SrvMonStartTraceWatchRequest' objects. It is equivalent to using 'SrvMonStartTraceWatchRequest.create()'.
public static final SrvMonStartTraceWatchRequest createSrvMonStartTraceWatchRequestFromJson(String json)
This method is the factory method for creating 'SrvMonStartTraceWatchRequest' objects from a serialized content object. It is equivalent to using 'SrvMonStartTraceWatchRequest .createFromJson(String)'.
public static final SrvMonStartTraceWatchRequest createSrvMonStartTraceWatchRequestFromRawJson(String json)
This method is the factory method for creating 'SrvMonStartTraceWatchRequest' objects from a serialized content object. It is equivalent to using 'SrvMonStartTraceWatchRequest .createFromRawJson(String)'.
public static final SrvMonStartAppWatchCommand createSrvMonStartAppWatchCommand(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonStartAppWatchCommand' objects initialized with a given store id. It is equivalent to using 'SrvMonStartAppWatchCommand.create(id)'.
public static final SrvMonStartAppWatchCommand createSrvMonStartAppWatchCommand()
This method is the factory method for creating 'SrvMonStartAppWatchCommand' objects. It is equivalent to using 'SrvMonStartAppWatchCommand.create()'.
public static final SrvMonStartAppWatchCommand createSrvMonStartAppWatchCommandFromJson(String json)
This method is the factory method for creating 'SrvMonStartAppWatchCommand' objects from a serialized content object. It is equivalent to using 'SrvMonStartAppWatchCommand .createFromJson(String)'.
public static final SrvMonStartAppWatchCommand createSrvMonStartAppWatchCommandFromRawJson(String json)
This method is the factory method for creating 'SrvMonStartAppWatchCommand' objects from a serialized content object. It is equivalent to using 'SrvMonStartAppWatchCommand .createFromRawJson(String)'.
public static final SrvMonGetTraceHistoryRequest createSrvMonGetTraceHistoryRequest(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonGetTraceHistoryRequest' objects initialized with a given store id. It is equivalent to using 'SrvMonGetTraceHistoryRequest.create(id)'.
public static final SrvMonGetTraceHistoryRequest createSrvMonGetTraceHistoryRequest()
This method is the factory method for creating 'SrvMonGetTraceHistoryRequest' objects. It is equivalent to using 'SrvMonGetTraceHistoryRequest.create()'.
public static final SrvMonGetTraceHistoryRequest createSrvMonGetTraceHistoryRequestFromJson(String json)
This method is the factory method for creating 'SrvMonGetTraceHistoryRequest' objects from a serialized content object. It is equivalent to using 'SrvMonGetTraceHistoryRequest .createFromJson(String)'.
public static final SrvMonGetTraceHistoryRequest createSrvMonGetTraceHistoryRequestFromRawJson(String json)
This method is the factory method for creating 'SrvMonGetTraceHistoryRequest' objects from a serialized content object. It is equivalent to using 'SrvMonGetTraceHistoryRequest .createFromRawJson(String)'.
public static final SrvMonInvokeCommandRequest createSrvMonInvokeCommandRequest(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonInvokeCommandRequest' objects initialized with a given store id. It is equivalent to using 'SrvMonInvokeCommandRequest.create(id)'.
public static final SrvMonInvokeCommandRequest createSrvMonInvokeCommandRequest()
This method is the factory method for creating 'SrvMonInvokeCommandRequest' objects. It is equivalent to using 'SrvMonInvokeCommandRequest.create()'.
public static final SrvMonInvokeCommandRequest createSrvMonInvokeCommandRequestFromJson(String json)
This method is the factory method for creating 'SrvMonInvokeCommandRequest' objects from a serialized content object. It is equivalent to using 'SrvMonInvokeCommandRequest .createFromJson(String)'.
public static final SrvMonInvokeCommandRequest createSrvMonInvokeCommandRequestFromRawJson(String json)
This method is the factory method for creating 'SrvMonInvokeCommandRequest' objects from a serialized content object. It is equivalent to using 'SrvMonInvokeCommandRequest .createFromRawJson(String)'.
public static final SrvMonStartTraceWatchResponse createSrvMonStartTraceWatchResponse(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonStartTraceWatchResponse' objects initialized with a given store id. It is equivalent to using 'SrvMonStartTraceWatchResponse.create(id)'.
public static final SrvMonStartTraceWatchResponse createSrvMonStartTraceWatchResponse()
This method is the factory method for creating 'SrvMonStartTraceWatchResponse' objects. It is equivalent to using 'SrvMonStartTraceWatchResponse.create()'.
public static final SrvMonStartTraceWatchResponse createSrvMonStartTraceWatchResponseFromJson(String json)
This method is the factory method for creating 'SrvMonStartTraceWatchResponse' objects from a serialized content object. It is equivalent to using 'SrvMonStartTraceWatchResponse .createFromJson(String)'.
public static final SrvMonStartTraceWatchResponse createSrvMonStartTraceWatchResponseFromRawJson(String json)
This method is the factory method for creating 'SrvMonStartTraceWatchResponse' objects from a serialized content object. It is equivalent to using 'SrvMonStartTraceWatchResponse .createFromRawJson(String)'.
public static final SrvMonTraceRecord createSrvMonTraceRecord(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonTraceRecord' objects initialized with a given store id. It is equivalent to using 'SrvMonTraceRecord.create(id)'.
public static final SrvMonTraceRecord createSrvMonTraceRecord()
This method is the factory method for creating 'SrvMonTraceRecord' objects. It is equivalent to using 'SrvMonTraceRecord.create()'.
public static final SrvMonTraceRecord createSrvMonTraceRecordFromJson(String json)
This method is the factory method for creating 'SrvMonTraceRecord' objects from a serialized content object. It is equivalent to using 'SrvMonTraceRecord .createFromJson(String)'.
public static final SrvMonTraceRecord createSrvMonTraceRecordFromRawJson(String json)
This method is the factory method for creating 'SrvMonTraceRecord' objects from a serialized content object. It is equivalent to using 'SrvMonTraceRecord .createFromRawJson(String)'.
public static final SrvMonGetTraceHistoryResponse createSrvMonGetTraceHistoryResponse(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonGetTraceHistoryResponse' objects initialized with a given store id. It is equivalent to using 'SrvMonGetTraceHistoryResponse.create(id)'.
public static final SrvMonGetTraceHistoryResponse createSrvMonGetTraceHistoryResponse()
This method is the factory method for creating 'SrvMonGetTraceHistoryResponse' objects. It is equivalent to using 'SrvMonGetTraceHistoryResponse.create()'.
public static final SrvMonGetTraceHistoryResponse createSrvMonGetTraceHistoryResponseFromJson(String json)
This method is the factory method for creating 'SrvMonGetTraceHistoryResponse' objects from a serialized content object. It is equivalent to using 'SrvMonGetTraceHistoryResponse .createFromJson(String)'.
public static final SrvMonGetTraceHistoryResponse createSrvMonGetTraceHistoryResponseFromRawJson(String json)
This method is the factory method for creating 'SrvMonGetTraceHistoryResponse' objects from a serialized content object. It is equivalent to using 'SrvMonGetTraceHistoryResponse .createFromRawJson(String)'.
public static final SrvMonXvmInfoRequest createSrvMonXvmInfoRequest(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonXvmInfoRequest' objects initialized with a given store id. It is equivalent to using 'SrvMonXvmInfoRequest.create(id)'.
public static final SrvMonXvmInfoRequest createSrvMonXvmInfoRequest()
This method is the factory method for creating 'SrvMonXvmInfoRequest' objects. It is equivalent to using 'SrvMonXvmInfoRequest.create()'.
public static final SrvMonXvmInfoRequest createSrvMonXvmInfoRequestFromJson(String json)
This method is the factory method for creating 'SrvMonXvmInfoRequest' objects from a serialized content object. It is equivalent to using 'SrvMonXvmInfoRequest .createFromJson(String)'.
public static final SrvMonXvmInfoRequest createSrvMonXvmInfoRequestFromRawJson(String json)
This method is the factory method for creating 'SrvMonXvmInfoRequest' objects from a serialized content object. It is equivalent to using 'SrvMonXvmInfoRequest .createFromRawJson(String)'.
public static final SrvMonStopAppWatchCommand createSrvMonStopAppWatchCommand(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonStopAppWatchCommand' objects initialized with a given store id. It is equivalent to using 'SrvMonStopAppWatchCommand.create(id)'.
public static final SrvMonStopAppWatchCommand createSrvMonStopAppWatchCommand()
This method is the factory method for creating 'SrvMonStopAppWatchCommand' objects. It is equivalent to using 'SrvMonStopAppWatchCommand.create()'.
public static final SrvMonStopAppWatchCommand createSrvMonStopAppWatchCommandFromJson(String json)
This method is the factory method for creating 'SrvMonStopAppWatchCommand' objects from a serialized content object. It is equivalent to using 'SrvMonStopAppWatchCommand .createFromJson(String)'.
public static final SrvMonStopAppWatchCommand createSrvMonStopAppWatchCommandFromRawJson(String json)
This method is the factory method for creating 'SrvMonStopAppWatchCommand' objects from a serialized content object. It is equivalent to using 'SrvMonStopAppWatchCommand .createFromRawJson(String)'.
public static final SrvMonXvmInfoResponse createSrvMonXvmInfoResponse(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonXvmInfoResponse' objects initialized with a given store id. It is equivalent to using 'SrvMonXvmInfoResponse.create(id)'.
public static final SrvMonXvmInfoResponse createSrvMonXvmInfoResponse()
This method is the factory method for creating 'SrvMonXvmInfoResponse' objects. It is equivalent to using 'SrvMonXvmInfoResponse.create()'.
public static final SrvMonXvmInfoResponse createSrvMonXvmInfoResponseFromJson(String json)
This method is the factory method for creating 'SrvMonXvmInfoResponse' objects from a serialized content object. It is equivalent to using 'SrvMonXvmInfoResponse .createFromJson(String)'.
public static final SrvMonXvmInfoResponse createSrvMonXvmInfoResponseFromRawJson(String json)
This method is the factory method for creating 'SrvMonXvmInfoResponse' objects from a serialized content object. It is equivalent to using 'SrvMonXvmInfoResponse .createFromRawJson(String)'.
public static final SrvMonGetLoadedAppsResponse createSrvMonGetLoadedAppsResponse(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonGetLoadedAppsResponse' objects initialized with a given store id. It is equivalent to using 'SrvMonGetLoadedAppsResponse.create(id)'.
public static final SrvMonGetLoadedAppsResponse createSrvMonGetLoadedAppsResponse()
This method is the factory method for creating 'SrvMonGetLoadedAppsResponse' objects. It is equivalent to using 'SrvMonGetLoadedAppsResponse.create()'.
public static final SrvMonGetLoadedAppsResponse createSrvMonGetLoadedAppsResponseFromJson(String json)
This method is the factory method for creating 'SrvMonGetLoadedAppsResponse' objects from a serialized content object. It is equivalent to using 'SrvMonGetLoadedAppsResponse .createFromJson(String)'.
public static final SrvMonGetLoadedAppsResponse createSrvMonGetLoadedAppsResponseFromRawJson(String json)
This method is the factory method for creating 'SrvMonGetLoadedAppsResponse' objects from a serialized content object. It is equivalent to using 'SrvMonGetLoadedAppsResponse .createFromRawJson(String)'.
public static final SrvMonStopTraceWatchResponse createSrvMonStopTraceWatchResponse(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonStopTraceWatchResponse' objects initialized with a given store id. It is equivalent to using 'SrvMonStopTraceWatchResponse.create(id)'.
public static final SrvMonStopTraceWatchResponse createSrvMonStopTraceWatchResponse()
This method is the factory method for creating 'SrvMonStopTraceWatchResponse' objects. It is equivalent to using 'SrvMonStopTraceWatchResponse.create()'.
public static final SrvMonStopTraceWatchResponse createSrvMonStopTraceWatchResponseFromJson(String json)
This method is the factory method for creating 'SrvMonStopTraceWatchResponse' objects from a serialized content object. It is equivalent to using 'SrvMonStopTraceWatchResponse .createFromJson(String)'.
public static final SrvMonStopTraceWatchResponse createSrvMonStopTraceWatchResponseFromRawJson(String json)
This method is the factory method for creating 'SrvMonStopTraceWatchResponse' objects from a serialized content object. It is equivalent to using 'SrvMonStopTraceWatchResponse .createFromRawJson(String)'.
public static final SrvMonGetLoadedAppsRequest createSrvMonGetLoadedAppsRequest(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonGetLoadedAppsRequest' objects initialized with a given store id. It is equivalent to using 'SrvMonGetLoadedAppsRequest.create(id)'.
public static final SrvMonGetLoadedAppsRequest createSrvMonGetLoadedAppsRequest()
This method is the factory method for creating 'SrvMonGetLoadedAppsRequest' objects. It is equivalent to using 'SrvMonGetLoadedAppsRequest.create()'.
public static final SrvMonGetLoadedAppsRequest createSrvMonGetLoadedAppsRequestFromJson(String json)
This method is the factory method for creating 'SrvMonGetLoadedAppsRequest' objects from a serialized content object. It is equivalent to using 'SrvMonGetLoadedAppsRequest .createFromJson(String)'.
public static final SrvMonGetLoadedAppsRequest createSrvMonGetLoadedAppsRequestFromRawJson(String json)
This method is the factory method for creating 'SrvMonGetLoadedAppsRequest' objects from a serialized content object. It is equivalent to using 'SrvMonGetLoadedAppsRequest .createFromRawJson(String)'.
public static final SrvMonListCommandsRequest createSrvMonListCommandsRequest(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonListCommandsRequest' objects initialized with a given store id. It is equivalent to using 'SrvMonListCommandsRequest.create(id)'.
public static final SrvMonListCommandsRequest createSrvMonListCommandsRequest()
This method is the factory method for creating 'SrvMonListCommandsRequest' objects. It is equivalent to using 'SrvMonListCommandsRequest.create()'.
public static final SrvMonListCommandsRequest createSrvMonListCommandsRequestFromJson(String json)
This method is the factory method for creating 'SrvMonListCommandsRequest' objects from a serialized content object. It is equivalent to using 'SrvMonListCommandsRequest .createFromJson(String)'.
public static final SrvMonListCommandsRequest createSrvMonListCommandsRequestFromRawJson(String json)
This method is the factory method for creating 'SrvMonListCommandsRequest' objects from a serialized content object. It is equivalent to using 'SrvMonListCommandsRequest .createFromRawJson(String)'.
public static final SrvMonInvokeCommandResponse createSrvMonInvokeCommandResponse(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonInvokeCommandResponse' objects initialized with a given store id. It is equivalent to using 'SrvMonInvokeCommandResponse.create(id)'.
public static final SrvMonInvokeCommandResponse createSrvMonInvokeCommandResponse()
This method is the factory method for creating 'SrvMonInvokeCommandResponse' objects. It is equivalent to using 'SrvMonInvokeCommandResponse.create()'.
public static final SrvMonInvokeCommandResponse createSrvMonInvokeCommandResponseFromJson(String json)
This method is the factory method for creating 'SrvMonInvokeCommandResponse' objects from a serialized content object. It is equivalent to using 'SrvMonInvokeCommandResponse .createFromJson(String)'.
public static final SrvMonInvokeCommandResponse createSrvMonInvokeCommandResponseFromRawJson(String json)
This method is the factory method for creating 'SrvMonInvokeCommandResponse' objects from a serialized content object. It is equivalent to using 'SrvMonInvokeCommandResponse .createFromRawJson(String)'.
public static final SrvMonStopTraceWatchRequest createSrvMonStopTraceWatchRequest(com.eaio.uuid.UUID id)
This method is the factory method for creating 'SrvMonStopTraceWatchRequest' objects initialized with a given store id. It is equivalent to using 'SrvMonStopTraceWatchRequest.create(id)'.
public static final SrvMonStopTraceWatchRequest createSrvMonStopTraceWatchRequest()
This method is the factory method for creating 'SrvMonStopTraceWatchRequest' objects. It is equivalent to using 'SrvMonStopTraceWatchRequest.create()'.
public static final SrvMonStopTraceWatchRequest createSrvMonStopTraceWatchRequestFromJson(String json)
This method is the factory method for creating 'SrvMonStopTraceWatchRequest' objects from a serialized content object. It is equivalent to using 'SrvMonStopTraceWatchRequest .createFromJson(String)'.
public static final SrvMonStopTraceWatchRequest createSrvMonStopTraceWatchRequestFromRawJson(String json)
This method is the factory method for creating 'SrvMonStopTraceWatchRequest' objects from a serialized content object. It is equivalent to using 'SrvMonStopTraceWatchRequest .createFromRawJson(String)'.
public final short getOfid()
IStoreObjectFactory.getOfid()getOfid in interface IStoreObjectFactorypublic final IStoreObject create(short type, com.eaio.uuid.UUID id, IStoreObject.EncodingType encodingType, PktPacket packet)
IStoreObjectFactory.create(short, com.eaio.uuid.UUID, com.neeve.ods.IStoreObject.EncodingType, com.neeve.pkt.PktPacket)create in interface IStoreObjectFactorytype - The type of the object to create. The object type is the unique
identifier of the object relative to its object factory. The type is used to
identify the object's Java class to instantiateid - The id of the object to create. The object id is the unique identifier
of an object in its ODS store.encodingType - The object's content encoding type.packet - The serialized form of the object.public final short getVfid()
MessageViewFactory.getVfid()getVfid in interface MessageViewFactorypublic final MessageView create(short type)
MessageViewFactory.create(short)create in interface MessageViewFactorytype - The message view's typepublic final MessageView wrap(short type, int encodingType, Object message)
MessageViewFactory.wrap(short, int, java.lang.Object)wrap in interface MessageViewFactorytype - The message view's typeencodingType - The message's encoding typemessage - The serialized message to wrap the view around.Copyright © 2019 N5 Technologies, Inc. All Rights Reserved.