public class HeartBeatCommand extends Object implements ReplicableCommand
ClusterTopologyManagerImpl.confirmMembersAvailable().| Modifier and Type | Field and Description |
|---|---|
static byte |
COMMAND_ID |
static HeartBeatCommand |
INSTANCE |
| Constructor and Description |
|---|
HeartBeatCommand() |
| Modifier and Type | Method and Description |
|---|---|
byte |
getCommandId()
Used by marshallers to convert this command into an id for streaming.
|
boolean |
isReturnValueExpected()
If true, a return value will be provided when performed remotely.
|
void |
readFrom(ObjectInput input)
Reads this instance from the stream written by
ReplicableCommand.writeTo(ObjectOutput). |
void |
writeTo(ObjectOutput output)
Writes this instance to the
ObjectOutput. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanBlock, invoke, invokeAsync, isSuccessful, setOriginpublic static final byte COMMAND_ID
public static final HeartBeatCommand INSTANCE
public byte getCommandId()
ReplicableCommandgetCommandId in interface ReplicableCommandpublic boolean isReturnValueExpected()
ReplicableCommandResponseGenerator may choose to simply return null to save on marshalling
costs.isReturnValueExpected in interface ReplicableCommandpublic void writeTo(ObjectOutput output)
ReplicableCommandObjectOutput.writeTo in interface ReplicableCommandoutput - the stream.public void readFrom(ObjectInput input)
ReplicableCommandReplicableCommand.writeTo(ObjectOutput).readFrom in interface ReplicableCommandinput - the stream to read.Copyright © 2022 JBoss by Red Hat. All rights reserved.