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, ByteSequence bs, Object locator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PListEntry
copy()
ByteSequence
getByteSequence()
String
getId()
Object
getLocator()
-
-
-
Constructor Detail
-
PListEntry
public PListEntry(String entry, ByteSequence bs, Object locator)
-
-
Method Detail
-
getByteSequence
public ByteSequence getByteSequence()
-
getId
public String getId()
-
getLocator
public Object getLocator()
-
copy
public PListEntry copy()
-
-