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