public class SingletonElectionCommandExternalizer extends Object implements org.wildfly.clustering.marshalling.Externalizer<SingletonElectionCommand>
| Constructor and Description |
|---|
SingletonElectionCommandExternalizer() |
| Modifier and Type | Method and Description |
|---|---|
Class<SingletonElectionCommand> |
getTargetClass() |
SingletonElectionCommand |
readObject(ObjectInput input) |
void |
writeObject(ObjectOutput output,
SingletonElectionCommand command) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsizepublic SingletonElectionCommandExternalizer()
public void writeObject(ObjectOutput output, SingletonElectionCommand command) throws IOException
writeObject in interface org.wildfly.clustering.marshalling.Externalizer<SingletonElectionCommand>IOExceptionpublic SingletonElectionCommand readObject(ObjectInput input) throws IOException, ClassNotFoundException
readObject in interface org.wildfly.clustering.marshalling.Externalizer<SingletonElectionCommand>IOExceptionClassNotFoundExceptionpublic Class<SingletonElectionCommand> getTargetClass()
getTargetClass in interface org.wildfly.clustering.marshalling.Externalizer<SingletonElectionCommand>Copyright © 2020 JBoss by Red Hat. All rights reserved.