Package org.apache.activemq.command
Class BrokerId
- java.lang.Object
-
- org.apache.activemq.command.BrokerId
-
- All Implemented Interfaces:
DataStructure
public class BrokerId extends Object implements DataStructure
-
-
Field Summary
Fields Modifier and Type Field Description static byte
DATA_STRUCTURE_TYPE
protected String
value
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
byte
getDataStructureType()
String
getValue()
int
hashCode()
boolean
isMarshallAware()
void
setValue(String brokerId)
String
toString()
-
-
-
Field Detail
-
DATA_STRUCTURE_TYPE
public static final byte DATA_STRUCTURE_TYPE
- See Also:
- Constant Field Values
-
value
protected String value
-
-
Constructor Detail
-
BrokerId
public BrokerId()
-
BrokerId
public BrokerId(String brokerId)
-
-
Method Detail
-
getDataStructureType
public byte getDataStructureType()
- Specified by:
getDataStructureType
in interfaceDataStructure
- Returns:
- The type of the data structure
-
getValue
public String getValue()
-
setValue
public void setValue(String brokerId)
-
isMarshallAware
public boolean isMarshallAware()
- Specified by:
isMarshallAware
in interfaceDataStructure
-
-