org.apache.activemq.console.command.store.amq
Class Entry
java.lang.Object
org.apache.activemq.console.command.store.amq.Entry
public class Entry
- extends Object
Constructor Summary |
Entry()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Entry
public Entry()
getLocation
public Location getLocation()
setLocation
public void setLocation(Location location)
getRecord
public DataStructure getRecord()
setRecord
public void setRecord(DataStructure record)
setData
public void setData(ByteSequence data)
setType
public void setType(String type)
getData
public ByteSequence getData()
getType
public String getType()
setFormater
public void setFormater(String formater)
getFormater
public String getFormater()
setQuery
public void setQuery(org.josql.Query query)
getQuery
public org.josql.Query getQuery()
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.