Uses of Class
org.apache.activemq.store.kahadb.data.KahaAckMessageFileMapCommand

Packages that use KahaAckMessageFileMapCommand
org.apache.activemq.store.kahadb   
org.apache.activemq.store.kahadb.data   
 

Uses of KahaAckMessageFileMapCommand in org.apache.activemq.store.kahadb
 

Methods in org.apache.activemq.store.kahadb with parameters of type KahaAckMessageFileMapCommand
 void Visitor.visit(KahaAckMessageFileMapCommand kahaProducerAuditCommand)
           
 

Uses of KahaAckMessageFileMapCommand in org.apache.activemq.store.kahadb.data
 

Methods in org.apache.activemq.store.kahadb.data that return KahaAckMessageFileMapCommand
 KahaAckMessageFileMapCommand KahaAckMessageFileMapCommand.clone()
           
 KahaAckMessageFileMapCommand KahaAckMessageFileMapCommand.mergeFrom(KahaAckMessageFileMapCommand other)
           
 KahaAckMessageFileMapCommand KahaAckMessageFileMapCommand.mergeUnframed(org.apache.activemq.protobuf.CodedInputStream input)
           
static KahaAckMessageFileMapCommand KahaAckMessageFileMapCommand.parseFramed(org.apache.activemq.protobuf.Buffer data)
           
static KahaAckMessageFileMapCommand KahaAckMessageFileMapCommand.parseFramed(byte[] data)
           
static KahaAckMessageFileMapCommand KahaAckMessageFileMapCommand.parseFramed(org.apache.activemq.protobuf.CodedInputStream data)
           
static KahaAckMessageFileMapCommand KahaAckMessageFileMapCommand.parseFramed(InputStream data)
           
static KahaAckMessageFileMapCommand KahaAckMessageFileMapCommand.parseUnframed(org.apache.activemq.protobuf.Buffer data)
           
static KahaAckMessageFileMapCommand KahaAckMessageFileMapCommand.parseUnframed(byte[] data)
           
static KahaAckMessageFileMapCommand KahaAckMessageFileMapCommand.parseUnframed(org.apache.activemq.protobuf.CodedInputStream data)
           
static KahaAckMessageFileMapCommand KahaAckMessageFileMapCommand.parseUnframed(InputStream data)
           
 

Methods in org.apache.activemq.store.kahadb.data with parameters of type KahaAckMessageFileMapCommand
 boolean KahaAckMessageFileMapCommand.equals(KahaAckMessageFileMapCommand obj)
           
 KahaAckMessageFileMapCommand KahaAckMessageFileMapCommand.mergeFrom(KahaAckMessageFileMapCommand other)
           
 



Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.