org.apache.activemq.partition.dto
Class Target
java.lang.Object
org.apache.activemq.partition.dto.Target
public class Target
- extends Object
Represents a partition target. This identifies the brokers that
a partition lives on.
ids
public HashSet<String> ids
Target
public Target()
Target
public Target(String... ids)
toString
public String toString()
- Overrides:
toString in class Object
getIds
public HashSet<String> getIds()
setIds
public void setIds(Collection<String> ids)
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.