|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Generated(value="com.neeve.adm.AdmGenerator", date="Wed Mar 28 10:54:31 EDT 2018") @AdmGenerated(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 interface ISrvMonAppBusChannelClosedMessage
Emitted by a Talon Server to registered admin clients when a bus channel has been closed for an app.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.neeve.rog.IRogNode |
---|
IRogNode.PoolingListener |
Nested classes/interfaces inherited from interface com.neeve.ods.IStoreObject |
---|
IStoreObject.EncodingType |
Method Summary | ||
---|---|---|
void |
clearAppName()
Clears the value of 'appName' Field Description The name of the app that owns the bus. |
|
void |
clearBusBindingName()
Clears the value of 'busBindingName' Field Description The name of the bus binding that owns the channel. |
|
void |
clearBusChannelName()
Clears the value of 'busChannelName' Field Description The name of the channel that was closed. |
|
SrvMonAppBusChannelClosedMessage |
copy()
Creates a copy of this SrvMonAppBusChannelClosedMessage. |
|
void |
copyInto(SrvMonAppBusChannelClosedMessage target)
Copies the contents of this SrvMonAppBusChannelClosedMessage into the target. |
|
String |
getAppName()
Gets the value of 'appName' Field Description The name of the app that owns the bus. |
|
|
getAppNameTo(XString.Factory<T> factory)
Copies the value of this String field into a new XString from the given factory. |
|
void |
getAppNameTo(XString val)
Copies the value of 'appName' into the provided XString. |
|
XString |
getAppNameUnsafe()
Gets the raw value of 'appName'. |
|
String |
getBusBindingName()
Gets the value of 'busBindingName' Field Description The name of the bus binding that owns the channel. |
|
|
getBusBindingNameTo(XString.Factory<T> factory)
Copies the value of this String field into a new XString from the given factory. |
|
void |
getBusBindingNameTo(XString val)
Copies the value of 'busBindingName' into the provided XString. |
|
XString |
getBusBindingNameUnsafe()
Gets the raw value of 'busBindingName'. |
|
String |
getBusChannelName()
Gets the value of 'busChannelName' Field Description The name of the channel that was closed. |
|
|
getBusChannelNameTo(XString.Factory<T> factory)
Copies the value of this String field into a new XString from the given factory. |
|
void |
getBusChannelNameTo(XString val)
Copies the value of 'busChannelName' into the provided XString. |
|
XString |
getBusChannelNameUnsafe()
Gets the raw value of 'busChannelName'. |
|
boolean |
hasAppName()
Checks for the presence of 'appName' Field Description The name of the app that owns the bus. |
|
boolean |
hasBusBindingName()
Checks for the presence of 'busBindingName' Field Description The name of the bus binding that owns the channel. |
|
boolean |
hasBusChannelName()
Checks for the presence of 'busChannelName' Field Description The name of the channel that was closed. |
|
void |
lendAppName(XString val)
Sets the value of 'appName' Field Description The name of the app that owns the bus. |
|
void |
lendBusBindingName(XString val)
Sets the value of 'busBindingName' Field Description The name of the bus binding that owns the channel. |
|
void |
lendBusChannelName(XString val)
Sets the value of 'busChannelName' Field Description The name of the channel that was closed. |
|
void |
setAppName(String val)
Sets the value of 'appName' Field Description The name of the app that owns the bus. |
|
void |
setAppNameFrom(long val)
Sets the value of this String field to the given numeric value. |
|
void |
setAppNameFrom(XString val)
Copies the provided XString value into this object's 'appName'. |
|
void |
setBusBindingName(String val)
Sets the value of 'busBindingName' Field Description The name of the bus binding that owns the channel. |
|
void |
setBusBindingNameFrom(long val)
Sets the value of this String field to the given numeric value. |
|
void |
setBusBindingNameFrom(XString val)
Copies the provided XString value into this object's 'busBindingName'. |
|
void |
setBusChannelName(String val)
Sets the value of 'busChannelName' Field Description The name of the channel that was closed. |
|
void |
setBusChannelNameFrom(long val)
Sets the value of this String field to the given numeric value. |
|
void |
setBusChannelNameFrom(XString val)
Copies the provided XString value into this object's 'busChannelName'. |
Methods inherited from interface com.neeve.ods.IStoreObject |
---|
acquire, deserialize, deserializeMetadata, deserializeMetadata, ensureId, getBinding, getCheckpointVersion, getContentEncodingType, getId, getOfid, getOwnershipCount, getSerializedMetadataLength, getStableTransactionId, getTransactionId, serialize, serializeMetadata, setBinding, setCheckpointVersion, setFieldValue, setId, setStableTransactionId, setTransactionId |
Methods inherited from interface com.neeve.sma.MapMessageView |
---|
getMessageReflector |
Methods inherited from interface com.neeve.rog.IRogValidatable |
---|
getValidationErrors, isValid |
Method Detail |
---|
void setAppName(String val)
val
- The value to set.String getAppName()
void lendAppName(XString val)
val
- The value to set.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 return
null
.
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)
val
- The value to set.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 return
null
.
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)
val
- The value to set.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 return
null
.
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |