org.apache.activemq.apollo.dto
Class NullStoreDTO

java.lang.Object
  extended by org.apache.activemq.apollo.dto.StoreDTO
      extended by org.apache.activemq.apollo.dto.NullStoreDTO

public class NullStoreDTO
extends StoreDTO

Placeholder implementation fo a StoreDTO 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.StoreDTO
flush_delay
 
Constructor Summary
NullStoreDTO()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullStoreDTO

public NullStoreDTO()
Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class StoreDTO

hashCode

public int hashCode()
Overrides:
hashCode in class StoreDTO


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