|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.openrdf.sesame.admin.HtmlAdminMsgWriter
| Constructor Summary | |
HtmlAdminMsgWriter(OutputStream responseStream)
|
|
| Method Summary | |
void |
error(String msg,
int lineNo,
int colNo,
Statement statement)
An error message with optionally line and column number and the statement to indicate the source of the error. |
void |
notification(String msg,
int lineNo,
int colNo,
Statement statement)
A notification message (not an error) with optionally line and column number and the statement to indicate the source of the notification. |
void |
status(String msg,
int lineNo,
int colNo)
A status message with optional line and column number to indicate progress. |
void |
transactionEnd()
Indicates the end of a transaction. |
void |
transactionStart()
Indicates the start of a transaction. |
void |
warning(String msg,
int lineNo,
int colNo,
Statement statement)
A warning message with optionally line and column number and the statement to indicate the source of the warning. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public HtmlAdminMsgWriter(OutputStream responseStream)
throws IOException
| Method Detail |
public void transactionStart()
AdminListener
transactionStart in interface AdminListenerpublic void transactionEnd()
AdminListener
transactionEnd in interface AdminListener
public void status(String msg,
int lineNo,
int colNo)
AdminListener
status in interface AdminListenermsg - The status message.lineNo - A line number, or -1 if unavailable or irrelevant.colNo - A column number, or -1 if unavailable or irrelevant.
public void notification(String msg,
int lineNo,
int colNo,
Statement statement)
AdminListener
notification in interface AdminListenermsg - The notification message.lineNo - A line number, or -1 if unavailable or irrelevant.colNo - A column number, or -1 if unavailable or irrelevant.statement - The statement, or null if unavailable or
irrelevant.
public void warning(String msg,
int lineNo,
int colNo,
Statement statement)
AdminListener
warning in interface AdminListenermsg - The warning message.lineNo - A line number, or -1 if unavailable or irrelevant.colNo - A column number, or -1 if unavailable or irrelevant.statement - The statement, or null if unavailable or
irrelevant.
public void error(String msg,
int lineNo,
int colNo,
Statement statement)
AdminListener
error in interface AdminListenermsg - The error message.lineNo - A line number, or -1 if unavailable or irrelevant.colNo - A column number, or -1 if unavailable or irrelevant.statement - The statement, or null if unavailable or
irrelevant.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||