ADM Type | Message |
Factory | SrvMonFactory |
ADM Field Summary |
---|
Field | Type | Id | Description |
---|---|---|---|
appName | String | 1 | The name of the app that owns the bus. |
busBindingName | String | 2 | The name of the bus binding that owns the channel. |
busChannelName | String | 3 | The name of the channel that was closed. |
@Deprecated @Generated(value="com.neeve.adm.AdmGenerator", date="Thu May 07 15:37:32 EDT 2020") @AdmGenerated(compatLevel="4.0.0", admVersion="nvx-rumi-adm v3.14 (build 29)", date="5/7/20 3:37 PM", buildInfo="nvx-talon-3.14.19 (nvx-codegen-plugin)") public interface ISrvMonAppBusChannelClosedMessage extends IRogNode, IRogMessage, IRogCopyableNode<ISrvMonAppBusChannelClosedMessage>
IRogNode.PoolingListener
IStoreObject.EncodingType
Modifier and Type | Method and Description |
---|---|
void |
clearAppName()
Deprecated.
Clears the value of 'appName'.
|
void |
clearBusBindingName()
Deprecated.
Clears the value of 'busBindingName'.
|
void |
clearBusChannelName()
Deprecated.
Clears the value of 'busChannelName'.
|
SrvMonAppBusChannelClosedMessage |
copy()
Deprecated.
Creates a copy of this SrvMonAppBusChannelClosedMessage.
|
void |
copyInto(SrvMonAppBusChannelClosedMessage target)
Deprecated.
Copies the contents of this SrvMonAppBusChannelClosedMessage into the target.
|
String |
getAppName()
Deprecated.
Gets the value of 'appName'.
|
<T extends XString> |
getAppNameTo(XString.Factory<T> factory)
Deprecated.
Copies the value of this String field into a new XString from the given factory.
|
void |
getAppNameTo(XString val)
Deprecated.
Copies the value of 'appName' into the provided XString.
|
XString |
getAppNameUnsafe()
Deprecated.
Gets the raw value of 'appName'.
|
String |
getBusBindingName()
Deprecated.
Gets the value of 'busBindingName'.
|
<T extends XString> |
getBusBindingNameTo(XString.Factory<T> factory)
Deprecated.
Copies the value of this String field into a new XString from the given factory.
|
void |
getBusBindingNameTo(XString val)
Deprecated.
Copies the value of 'busBindingName' into the provided XString.
|
XString |
getBusBindingNameUnsafe()
Deprecated.
Gets the raw value of 'busBindingName'.
|
String |
getBusChannelName()
Deprecated.
Gets the value of 'busChannelName'.
|
<T extends XString> |
getBusChannelNameTo(XString.Factory<T> factory)
Deprecated.
Copies the value of this String field into a new XString from the given factory.
|
void |
getBusChannelNameTo(XString val)
Deprecated.
Copies the value of 'busChannelName' into the provided XString.
|
XString |
getBusChannelNameUnsafe()
Deprecated.
Gets the raw value of 'busChannelName'.
|
boolean |
hasAppName()
Deprecated.
Checks for the presence of 'appName'.
|
boolean |
hasBusBindingName()
Deprecated.
Checks for the presence of 'busBindingName'.
|
boolean |
hasBusChannelName()
Deprecated.
Checks for the presence of 'busChannelName'.
|
void |
lendAppName(XString val)
Deprecated.
Lends the value of 'appName' to this object.
|
void |
lendBusBindingName(XString val)
Deprecated.
Lends the value of 'busBindingName' to this object.
|
void |
lendBusChannelName(XString val)
Deprecated.
Lends the value of 'busChannelName' to this object.
|
void |
setAppName(String val)
Deprecated.
Sets the value of 'appName'.
|
void |
setAppNameFrom(long val)
Deprecated.
Sets the value of this String field to the given numeric value.
|
void |
setAppNameFrom(XString val)
Deprecated.
Copies the provided XString value into this object's 'appName'.
|
void |
setBusBindingName(String val)
Deprecated.
Sets the value of 'busBindingName'.
|
void |
setBusBindingNameFrom(long val)
Deprecated.
Sets the value of this String field to the given numeric value.
|
void |
setBusBindingNameFrom(XString val)
Deprecated.
Copies the provided XString value into this object's 'busBindingName'.
|
void |
setBusChannelName(String val)
Deprecated.
Sets the value of 'busChannelName'.
|
void |
setBusChannelNameFrom(long val)
Deprecated.
Sets the value of this String field to the given numeric value.
|
void |
setBusChannelNameFrom(XString val)
Deprecated.
Copies the provided XString value into this object's 'busChannelName'.
|
deserializeFromProtobuf, dispose, dump, getAttachment, getIsLiveInboundMessage, getIsPriority, getIsReadOnly, getMetadata, getParent, getPoolingListener, getType, metadataToJsonString, serializeToProtobuf, setAsInboundMessage, setAsInternal, setAsLastTransaction, setAsMessage, setAsOutboundMessage, setAsPriority, setAsReadOnly, setAsReplayedMessage, setAttachment, setInMsgsInTransaction, setOutMsgsInTransaction, setParentId, setPoolingListener, setTransactionInSequenceNumber, setTransactionOutSequenceNumber
acquire, deserialize, deserializeMetadata, deserializeMetadata, getContentEncodingType, getOwnershipCount, getSerializedMetadataLength, getStoreMetadata, serialize, serializeMetadata, setFieldValue
ensureId, getBinding, getCheckpointVersion, getCommittedDataSize, getId, getOfid, getStableTransactionId, getTransactionId, setBinding, setCheckpointVersion, setCommittedDataSize, setId, setStableTransactionId, setTransactionId
getMessageReflector
getEnqueueTs, getEnqueueTsMicros, getGraphId, getInMsgsInTransaction, getIsInboundMessage, getIsInternal, getIsLastTransaction, getIsMessage, getIsOutboundMessage, getIsReplayedMessage, getMessageBus, getMessageChannel, getMessageFlow, getMessageKey, getMessageSender, getMessageSequenceNumber, getMessageTransportHeaders, getOutMsgsInTransaction, getOutTs, getOutTsMicros, getParentId, getPreProcessingTs, getPreProcessingTsMicros, getTransactionInSequenceNumber, getTransactionOutSequenceNumber, isPossibleDuplicate, metadataToJsonString, metadataToString
getValidationErrors, isValid
void setAppName(String val)
val
- The value to set.String getAppName()
void lendAppName(XString val)
This method is equivalent to setAppName except that it allows this object to defer copying the value until this object is next serialized. This means that the caller must not modify or dispose the value being passed in to this method.
Note, also, that unlike lendXXX methods for embedded entities, this method does not attempt to acquire or dispose of the value passed in even if the value is poolable.
val
- The value to set.IllegalArgumentException
- If the value is mutable.void setAppNameFrom(long val)
NOTE:
This is the same as calling setAppName(String)
.
with Long.valueOf(val).toString(), except that using this method is a zero garbage
operation for Xbuf encoding.
<T extends XString> T getAppNameTo(XString.Factory<T> factory)
If the value of this field is not null
this method creates an XString from
the provided Factory, copies this field's value into the type, and returns the new
XString.);
This is a zero garbage operation if the provided factory is backed by a pool and the pool; has available instances;
factory
- The factory from which to get the XString to copy into and returnnull
.NullPointerException
- if the provided factory is nullvoid setAppNameFrom(XString val)
NOTE:
This is a Zero Garbage operation for XBuf encoded objects. Additionally, this setter
can be more efficient than setAppName(String)
because it avoids encoding the value into a String
if the given XString
is already encoded.
void getAppNameTo(XString val)
NOTE:
This is a Zero Garbage operation for XBuf encoded objects. Additionally, this getter
can be more efficient than getAppName()
bec
because it can avoid decoding the value into an String
.
getAppName()
XString getAppNameUnsafe()
NOTE:
This method retrieves the raw value backed by this object's buffer. This is a useful operation
when copying this field value to another object because it avoids copying the data into an intermediate
XString and instead allows direct byte transfer from the raw value to the target object.
However, this accessor is inherently unsafe because the buffer backing this object can be changed which would consequently invalidate the XString returned by this method. Consequently, the caller must not retain the returned raw value beyond the scope of this object's lifespan and access to the raw value follows the same threading rules as access to this object.
Additionally, the caller must not in any way mutate or modify the returned value as doing so could corrupt this object's backing buffer.
getAppName()
void clearAppName()
setAppName(String)
boolean hasAppName()
getAppName()
void setBusBindingName(String val)
val
- The value to set.String getBusBindingName()
void lendBusBindingName(XString val)
This method is equivalent to setBusBindingName except that it allows this object to defer copying the value until this object is next serialized. This means that the caller must not modify or dispose the value being passed in to this method.
Note, also, that unlike lendXXX methods for embedded entities, this method does not attempt to acquire or dispose of the value passed in even if the value is poolable.
val
- The value to set.IllegalArgumentException
- If the value is mutable.void setBusBindingNameFrom(long val)
NOTE:
This is the same as calling setBusBindingName(String)
.
with Long.valueOf(val).toString(), except that using this method is a zero garbage
operation for Xbuf encoding.
<T extends XString> T getBusBindingNameTo(XString.Factory<T> factory)
If the value of this field is not null
this method creates an XString from
the provided Factory, copies this field's value into the type, and returns the new
XString.);
This is a zero garbage operation if the provided factory is backed by a pool and the pool; has available instances;
factory
- The factory from which to get the XString to copy into and returnnull
.NullPointerException
- if the provided factory is nullvoid setBusBindingNameFrom(XString val)
NOTE:
This is a Zero Garbage operation for XBuf encoded objects. Additionally, this setter
can be more efficient than setBusBindingName(String)
because it avoids encoding the value into a String
if the given XString
is already encoded.
void getBusBindingNameTo(XString val)
NOTE:
This is a Zero Garbage operation for XBuf encoded objects. Additionally, this getter
can be more efficient than getBusBindingName()
bec
because it can avoid decoding the value into an String
.
getBusBindingName()
XString getBusBindingNameUnsafe()
NOTE:
This method retrieves the raw value backed by this object's buffer. This is a useful operation
when copying this field value to another object because it avoids copying the data into an intermediate
XString and instead allows direct byte transfer from the raw value to the target object.
However, this accessor is inherently unsafe because the buffer backing this object can be changed which would consequently invalidate the XString returned by this method. Consequently, the caller must not retain the returned raw value beyond the scope of this object's lifespan and access to the raw value follows the same threading rules as access to this object.
Additionally, the caller must not in any way mutate or modify the returned value as doing so could corrupt this object's backing buffer.
getBusBindingName()
void clearBusBindingName()
setBusBindingName(String)
boolean hasBusBindingName()
getBusBindingName()
void setBusChannelName(String val)
val
- The value to set.String getBusChannelName()
void lendBusChannelName(XString val)
This method is equivalent to setBusChannelName except that it allows this object to defer copying the value until this object is next serialized. This means that the caller must not modify or dispose the value being passed in to this method.
Note, also, that unlike lendXXX methods for embedded entities, this method does not attempt to acquire or dispose of the value passed in even if the value is poolable.
val
- The value to set.IllegalArgumentException
- If the value is mutable.void setBusChannelNameFrom(long val)
NOTE:
This is the same as calling setBusChannelName(String)
.
with Long.valueOf(val).toString(), except that using this method is a zero garbage
operation for Xbuf encoding.
<T extends XString> T getBusChannelNameTo(XString.Factory<T> factory)
If the value of this field is not null
this method creates an XString from
the provided Factory, copies this field's value into the type, and returns the new
XString.);
This is a zero garbage operation if the provided factory is backed by a pool and the pool; has available instances;
factory
- The factory from which to get the XString to copy into and returnnull
.NullPointerException
- if the provided factory is nullvoid setBusChannelNameFrom(XString val)
NOTE:
This is a Zero Garbage operation for XBuf encoded objects. Additionally, this setter
can be more efficient than setBusChannelName(String)
because it avoids encoding the value into a String
if the given XString
is already encoded.
void getBusChannelNameTo(XString val)
NOTE:
This is a Zero Garbage operation for XBuf encoded objects. Additionally, this getter
can be more efficient than getBusChannelName()
bec
because it can avoid decoding the value into an String
.
getBusChannelName()
XString getBusChannelNameUnsafe()
NOTE:
This method retrieves the raw value backed by this object's buffer. This is a useful operation
when copying this field value to another object because it avoids copying the data into an intermediate
XString and instead allows direct byte transfer from the raw value to the target object.
However, this accessor is inherently unsafe because the buffer backing this object can be changed which would consequently invalidate the XString returned by this method. Consequently, the caller must not retain the returned raw value beyond the scope of this object's lifespan and access to the raw value follows the same threading rules as access to this object.
Additionally, the caller must not in any way mutate or modify the returned value as doing so could corrupt this object's backing buffer.
getBusChannelName()
void clearBusChannelName()
setBusChannelName(String)
boolean hasBusChannelName()
getBusChannelName()
SrvMonAppBusChannelClosedMessage copy()
The copy copies primitive, enum and embedded entity fields into the returned copy. Each embedded entity field is cloned so that modifications made to the copy's embedded entity fields do not affect this SrvMonAppBusChannelClosedMessage's embedded entity fields.
The returned copy will be writeable even if this SrvMonAppBusChannelClosedMessage is read only.
No metadata is copied except as documented IRogCopyableNode
.
See IRogCopyableNode
for more detailed information on the semantics of this method.
copy
in interface CopyableMessageView<ISrvMonAppBusChannelClosedMessage>
copy
in interface IRogCopyableNode<ISrvMonAppBusChannelClosedMessage>
IRogCopyableNode
,
CopyableMessageView
void copyInto(SrvMonAppBusChannelClosedMessage target)
The copy clears the target's contents and copies primitive, enum and embedded entity fields into the provided copy. Each embedded entity field is cloned so that modifications made to the copy's embedded entity fields do not affect this SrvMonAppBusChannelClosedMessage's embedded entity fields.
The returned copy will be writeable even if this SrvMonAppBusChannelClosedMessage is read only.
No metadata is copied except as documented IRogCopyableNode
.
See IRogCopyableNode
for more detailed information on the semantics of this method.
target
- The target to copy into which must not be null or read only.Copyright © 2019 Neeve Research, LLC. All Rights Reserved.