Class KahaRemoveDestinationCommand
java.lang.Object
org.apache.activemq.protobuf.BaseMessage<T>
org.apache.activemq.store.kahadb.data.KahaRemoveDestinationCommand
- All Implemented Interfaces:
org.apache.activemq.protobuf.Message<KahaRemoveDestinationCommand>,JournalCommand<KahaRemoveDestinationCommand>
public final class KahaRemoveDestinationCommand
extends org.apache.activemq.protobuf.BaseMessage<T>
implements JournalCommand<KahaRemoveDestinationCommand>
-
Field Summary
Fields inherited from class org.apache.activemq.protobuf.BaseMessage
memoizedSerializedSize -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()voidclone()booleanbooleanbooleaninthashCode()mergeUnframed(org.apache.activemq.protobuf.CodedInputStream input) static KahaRemoveDestinationCommandparseFramed(byte[] data) static KahaRemoveDestinationCommandparseFramed(InputStream data) static KahaRemoveDestinationCommandparseFramed(org.apache.activemq.protobuf.Buffer data) static KahaRemoveDestinationCommandparseFramed(org.apache.activemq.protobuf.CodedInputStream data) static KahaRemoveDestinationCommandparseUnframed(byte[] data) static KahaRemoveDestinationCommandparseUnframed(InputStream data) static KahaRemoveDestinationCommandparseUnframed(org.apache.activemq.protobuf.Buffer data) static KahaRemoveDestinationCommandparseUnframed(org.apache.activemq.protobuf.CodedInputStream data) intsetDestination(KahaDestination destination) toString()toString(StringBuilder sb, String prefix) type()voidvoidwriteUnframed(org.apache.activemq.protobuf.CodedOutputStream output) Methods inherited from class org.apache.activemq.protobuf.BaseMessage
addAll, assertInitialized, checktInitialized, computeGroupSize, computeMessageSize, isInitialized, load, loadAndClear, mergeFramed, mergeFramed, mergeFramed, mergeFramed, mergeUnframed, mergeUnframed, mergeUnframed, prefix, readGroup, readRawByte, readRawVarint32, serializedSizeFramed, toFramedBuffer, toFramedByteArray, toUnframedBuffer, toUnframedByteArray, writeFramed, writeFramed, writeGroup, writeMessage, writeUnframedMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.activemq.protobuf.Message
assertInitialized, mergeFramed, mergeFramed, mergeFramed, mergeFramed, mergeUnframed, mergeUnframed, mergeUnframed, serializedSizeFramed, toFramedBuffer, toFramedByteArray, toUnframedBuffer, toUnframedByteArray, writeFramed, writeFramed, writeUnframed
-
Constructor Details
-
KahaRemoveDestinationCommand
public KahaRemoveDestinationCommand()
-
-
Method Details
-
missingFields
- Overrides:
missingFieldsin classorg.apache.activemq.protobuf.BaseMessage<KahaRemoveDestinationCommand>
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.activemq.protobuf.Message<KahaRemoveDestinationCommand>- Overrides:
clearin classorg.apache.activemq.protobuf.BaseMessage<KahaRemoveDestinationCommand>
-
clone
- Specified by:
clonein interfaceorg.apache.activemq.protobuf.Message<KahaRemoveDestinationCommand>- Specified by:
clonein classorg.apache.activemq.protobuf.BaseMessage<KahaRemoveDestinationCommand>
-
mergeFrom
- Specified by:
mergeFromin interfaceorg.apache.activemq.protobuf.Message<KahaRemoveDestinationCommand>- Overrides:
mergeFromin classorg.apache.activemq.protobuf.BaseMessage<KahaRemoveDestinationCommand>
-
serializedSizeUnframed
public int serializedSizeUnframed()- Specified by:
serializedSizeUnframedin interfaceorg.apache.activemq.protobuf.Message<KahaRemoveDestinationCommand>
-
mergeUnframed
public KahaRemoveDestinationCommand mergeUnframed(org.apache.activemq.protobuf.CodedInputStream input) throws IOException - Specified by:
mergeUnframedin interfaceorg.apache.activemq.protobuf.Message<KahaRemoveDestinationCommand>- Throws:
IOException
-
writeUnframed
- Specified by:
writeUnframedin interfaceorg.apache.activemq.protobuf.Message<KahaRemoveDestinationCommand>- Overrides:
writeUnframedin classorg.apache.activemq.protobuf.BaseMessage<KahaRemoveDestinationCommand>- Throws:
IOException
-
parseUnframed
public static KahaRemoveDestinationCommand parseUnframed(org.apache.activemq.protobuf.CodedInputStream data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException, IOException - Throws:
org.apache.activemq.protobuf.InvalidProtocolBufferExceptionIOException
-
parseUnframed
public static KahaRemoveDestinationCommand parseUnframed(org.apache.activemq.protobuf.Buffer data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException - Throws:
org.apache.activemq.protobuf.InvalidProtocolBufferException
-
parseUnframed
public static KahaRemoveDestinationCommand parseUnframed(byte[] data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException - Throws:
org.apache.activemq.protobuf.InvalidProtocolBufferException
-
parseUnframed
public static KahaRemoveDestinationCommand parseUnframed(InputStream data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException, IOException - Throws:
org.apache.activemq.protobuf.InvalidProtocolBufferExceptionIOException
-
parseFramed
public static KahaRemoveDestinationCommand parseFramed(org.apache.activemq.protobuf.CodedInputStream data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException, IOException - Throws:
org.apache.activemq.protobuf.InvalidProtocolBufferExceptionIOException
-
parseFramed
public static KahaRemoveDestinationCommand parseFramed(org.apache.activemq.protobuf.Buffer data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException - Throws:
org.apache.activemq.protobuf.InvalidProtocolBufferException
-
parseFramed
public static KahaRemoveDestinationCommand parseFramed(byte[] data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException - Throws:
org.apache.activemq.protobuf.InvalidProtocolBufferException
-
parseFramed
public static KahaRemoveDestinationCommand parseFramed(InputStream data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException, IOException - Throws:
org.apache.activemq.protobuf.InvalidProtocolBufferExceptionIOException
-
toString
-
toString
-
visit
- Specified by:
visitin interfaceJournalCommand<KahaRemoveDestinationCommand>- Throws:
IOException
-
type
- Specified by:
typein interfaceJournalCommand<KahaRemoveDestinationCommand>
-
equals
-
equals
-
hashCode
public int hashCode() -
hasDestination
public boolean hasDestination() -
getDestination
-
setDestination
-
clearDestination
public void clearDestination()
-