Package org.apache.activemq.store
Class PListEntry
- java.lang.Object
-
- org.apache.activemq.store.PListEntry
-
public class PListEntry extends Object
-
-
Constructor Summary
Constructors Constructor Description PListEntry(String entry, org.apache.activemq.util.ByteSequence bs, Object locator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PListEntrycopy()org.apache.activemq.util.ByteSequencegetByteSequence()StringgetId()ObjectgetLocator()
-
-
-
Method Detail
-
getByteSequence
public org.apache.activemq.util.ByteSequence getByteSequence()
-
getId
public String getId()
-
getLocator
public Object getLocator()
-
copy
public PListEntry copy()
-
-