org.apache.activemq.apollo.dto
Class SimpleStoreStatusDTO

java.lang.Object
  extended by org.apache.activemq.apollo.dto.StoreStatusDTO
      extended by org.apache.activemq.apollo.dto.SimpleStoreStatusDTO

public class SimpleStoreStatusDTO
extends StoreStatusDTO

Placeholder implementation fo a StoreStatusDTO since JAXB seems to fail with: "Type <...> or any of its subclasses are not known to this context."

Author:
Hiram Chirino

Field Summary
 
Fields inherited from class org.apache.activemq.apollo.dto.StoreStatusDTO
canceled_enqueue_counter, canceled_message_counter, flush_latency, flushed_enqueue_counter, flushed_message_counter, message_load_latency, pending_stores, state, state_since
 
Constructor Summary
SimpleStoreStatusDTO()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleStoreStatusDTO

public SimpleStoreStatusDTO()


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