org.apache.qpid.console
Class QMFEvent
java.lang.Object
org.apache.qpid.console.QMFEvent
public class QMFEvent
- extends Object
Constructor Summary |
QMFEvent(Session session,
org.apache.qpid.transport.codec.Decoder dec)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QMFEvent
public QMFEvent(Session session,
org.apache.qpid.transport.codec.Decoder dec)
GetArgument
public final Object GetArgument(String argName)
getArguments
public final HashMap<String,Object> getArguments()
getClassKey
public final ClassKey getClassKey()
getSession
public final Session getSession()
getSeverity
public final EventSeverity getSeverity()
getTimestamp
public final long getTimestamp()
setArguments
public final void setArguments(HashMap<String,Object> value)
setClassKey
public final void setClassKey(ClassKey value)
setSession
public final void setSession(Session value)
setSeverity
public final void setSeverity(EventSeverity value)
setTimestamp
public final void setTimestamp(long value)
Licensed to the Apache Software Foundation