public abstract class AbstractLocalCommand extends AbstractFlagAffectedCommand implements LocalCommand
VisitableCommand.LoadType| Constructor and Description |
|---|
AbstractLocalCommand() |
| 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.
|
VisitableCommand.LoadType |
loadType() |
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. |
getFlagsBitSet, hasSameFlags, printFlags, setFlagsBitSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddFlag, addFlags, addFlags, getFlags, hasAllFlags, hasAnyFlag, hasFlag, setFlagsacceptVisitor, initcanBlock, invoke, invokeAsync, isSuccessful, setOriginpublic byte getCommandId()
ReplicableCommandgetCommandId in interface ReplicableCommandpublic final void writeTo(ObjectOutput output) throws IOException
ReplicableCommandObjectOutput.writeTo in interface ReplicableCommandoutput - the stream.IOException - if an error occurred during the I/O.public final void readFrom(ObjectInput input) throws IOException, ClassNotFoundException
ReplicableCommandReplicableCommand.writeTo(ObjectOutput).readFrom in interface ReplicableCommandinput - the stream to read.IOException - if an error occurred during the I/O.ClassNotFoundException - if it tries to load an undefined class.public boolean isReturnValueExpected()
ReplicableCommandResponseGenerator may choose to simply return null to save on marshalling
costs.isReturnValueExpected in interface ReplicableCommandpublic VisitableCommand.LoadType loadType()
loadType in interface VisitableCommandCopyright © 2022 JBoss by Red Hat. All rights reserved.