|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.dpml.depot.LogStatement
Datastructure holding a log record and process identifier. The datastructure is used to bind a PID value that identifies a source JVM with a log record raised by the JVM.
| Constructor Summary | |
LogStatement(PID pid,
LogRecord record)
Creation of a new log statement. |
|
| Method Summary | |
boolean |
equals(Object other)
Compare this object with a supplied object for equality. |
LogRecord |
getLogRecord()
Get the log record raised by the source JVM. |
PID |
getPID()
Get the process identifier identifying the source JVM. |
int |
hashCode()
Get the hascode for this instance. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LogStatement(PID pid,
LogRecord record)
pid - the JVM process identifierrecord - the log record| Method Detail |
public PID getPID()
public LogRecord getLogRecord()
public boolean equals(Object other)
other - the other object
public int hashCode()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||