public final class RawMessageViewFactory extends SmaObject implements MessageViewFactory
VFID_AEP_MESSAGE_FACTORY, VFID_AEP_TXN_STATS_FACTORY, VFID_EAGLE_RESERVED_FACTORYID_END, VFID_EAGLE_RESERVED_FACTORYID_START, VFID_HORNET_RESERVED_FACTORYID_END, VFID_HORNET_RESERVED_FACTORYID_START, VFID_MAP, VFID_NULL, VFID_PLATFORM_STATIC_LAST, VFID_RAW, VFID_ROG_PACKET_MANAGER, VFID_ROG_RAW, VFID_SRV_MON_ALERT_FACTORY, VFID_SRV_MON_CNC_FACTORY, VFID_SRV_MON_COMMON_FACTORY, VFID_SRV_MON_FACTORY, VFID_SRV_MON_LIFECYCLE_FACTORY, VFID_TALON_RESERVED_FACTORYID_END
Modifier and Type | Method and Description |
---|---|
static RawMessageViewFactory |
create(Properties props)
Create a new raw message view factory.
|
MessageView |
create(short type)
Implementation of
MessageViewFactory.create(short) |
short |
getVfid()
Implementation of
MessageViewFactory.getVfid() |
MessageView |
wrap(short type,
int encodingType,
Object message)
Implementation of
MessageViewFactory.wrap(short, int, java.lang.Object) |
getChecked, getThreaded, getTracer, setChecked, setTracer
public final short getVfid()
MessageViewFactory.getVfid()
getVfid
in interface MessageViewFactory
public final MessageView create(short type)
MessageViewFactory.create(short)
create
in interface MessageViewFactory
type
- The message view's typepublic final MessageView wrap(short type, int encodingType, Object message)
MessageViewFactory.wrap(short, int, java.lang.Object)
wrap
in interface MessageViewFactory
type
- The message view's typeencodingType
- The message's encoding typemessage
- The serialized message to wrap the view around.public static final RawMessageViewFactory create(Properties props)
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.