Uses of Class
org.apache.activemq.store.kahadb.data.KahaRemoveDestinationCommand
-
Packages that use KahaRemoveDestinationCommand Package Description org.apache.activemq.store.kahadb org.apache.activemq.store.kahadb.data -
-
Uses of KahaRemoveDestinationCommand in org.apache.activemq.store.kahadb
Methods in org.apache.activemq.store.kahadb with parameters of type KahaRemoveDestinationCommand Modifier and Type Method Description protected voidMessageDatabase. process(KahaRemoveDestinationCommand command, Location location)voidTempMessageDatabase. process(KahaRemoveDestinationCommand command)voidVisitor. visit(KahaRemoveDestinationCommand command) -
Uses of KahaRemoveDestinationCommand in org.apache.activemq.store.kahadb.data
Methods in org.apache.activemq.store.kahadb.data that return KahaRemoveDestinationCommand Modifier and Type Method Description KahaRemoveDestinationCommandKahaRemoveDestinationCommand. clone()KahaRemoveDestinationCommandKahaRemoveDestinationCommand. mergeFrom(KahaRemoveDestinationCommand other)KahaRemoveDestinationCommandKahaRemoveDestinationCommand. mergeUnframed(org.apache.activemq.protobuf.CodedInputStream input)static KahaRemoveDestinationCommandKahaRemoveDestinationCommand. parseFramed(byte[] data)static KahaRemoveDestinationCommandKahaRemoveDestinationCommand. parseFramed(InputStream data)static KahaRemoveDestinationCommandKahaRemoveDestinationCommand. parseFramed(org.apache.activemq.protobuf.Buffer data)static KahaRemoveDestinationCommandKahaRemoveDestinationCommand. parseFramed(org.apache.activemq.protobuf.CodedInputStream data)static KahaRemoveDestinationCommandKahaRemoveDestinationCommand. parseUnframed(byte[] data)static KahaRemoveDestinationCommandKahaRemoveDestinationCommand. parseUnframed(InputStream data)static KahaRemoveDestinationCommandKahaRemoveDestinationCommand. parseUnframed(org.apache.activemq.protobuf.Buffer data)static KahaRemoveDestinationCommandKahaRemoveDestinationCommand. parseUnframed(org.apache.activemq.protobuf.CodedInputStream data)Methods in org.apache.activemq.store.kahadb.data with parameters of type KahaRemoveDestinationCommand Modifier and Type Method Description booleanKahaRemoveDestinationCommand. equals(KahaRemoveDestinationCommand obj)KahaRemoveDestinationCommandKahaRemoveDestinationCommand. mergeFrom(KahaRemoveDestinationCommand other)
-