|
|||||||||
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 ISrvMonAppEngineActiveMessage
Event notifying an AEP application that its engine is the active engine in the application cluster.
This event is dispatched to an application to notify it that the AEP engine has been elected as primary and has successfully started its messaging machinery. This event is dispatched after the engine has successfully established the application's message bus bindings and join any configured channels. For bindings that were successfully established, the application would have received the corresponding binding and channel up events before this event is dispatched.
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 |
clearTimestamp()
Clears the value of 'timestamp' Field Description The timestamp at which this event occurred (millis since the epoch). |
SrvMonAppEngineActiveMessage |
copy()
Creates a copy of this SrvMonAppEngineActiveMessage. |
void |
copyInto(SrvMonAppEngineActiveMessage target)
Copies the contents of this SrvMonAppEngineActiveMessage into the target. |
long |
getTimestamp()
Gets the value of 'timestamp' Field Description The timestamp at which this event occurred (millis since the epoch). |
boolean |
hasTimestamp()
Checks for the presence of 'timestamp' Field Description The timestamp at which this event occurred (millis since the epoch). |
void |
setTimestamp(long val)
Sets the value of 'timestamp' Field Description The timestamp at which this event occurred (millis since the epoch). |
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 setTimestamp(long val)
val
- The value to set.long getTimestamp()
void clearTimestamp()
setTimestamp(long)
boolean hasTimestamp()
getTimestamp()
SrvMonAppEngineActiveMessage 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 SrvMonAppEngineActiveMessage's embedded entity fields.
The returned copy will be writeable even if this SrvMonAppEngineActiveMessage 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<ISrvMonAppEngineActiveMessage>
copy
in interface IRogCopyableNode<ISrvMonAppEngineActiveMessage>
IRogCopyableNode
,
CopyableMessageView
void copyInto(SrvMonAppEngineActiveMessage 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 SrvMonAppEngineActiveMessage's embedded entity fields.
The returned copy will be writeable even if this SrvMonAppEngineActiveMessage 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 |