|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.dynalivery.pcre.PCREApplicationConsole
| Constructor Summary | |
PCREApplicationConsole()
Construct a default console. |
|
PCREApplicationConsole(java.lang.String msg)
Construct a default console and display a message. |
|
| Method Summary | |
java.io.PrintStream |
getOutputStream()
Return the current output stream. |
void |
PCREAPIErrorMsg(PCREError error)
Output a PCRE API error message to the console. |
void |
PCREClientErrorMsg(PCREError error)
Output a client error message to the console. |
void |
PCREFatalErrorMsg(PCREError error)
Output a fatal error message to the console. |
void |
PCREGatewayErrorMsg(PCREError error)
Output a Gateway error message to the console. |
void |
PCREInternalErrorMsg(PCREError error)
Output an abnormal (internal) error message to the console. |
void |
PCREOutputMsg(java.lang.String msg)
Output a message to the console. |
void |
PCREServerErrorMsg(PCREError error)
Output a server error message to the console. |
void |
setOutputStream(java.io.PrintStream stream)
Set the current output stream. |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public PCREApplicationConsole()
public PCREApplicationConsole(java.lang.String msg)
msg - The message to display| Method Detail |
public java.io.PrintStream getOutputStream()
public void PCREAPIErrorMsg(PCREError error)
error - The error condition to reportpublic void PCREClientErrorMsg(PCREError error)
error - The error condition to reportpublic void PCREFatalErrorMsg(PCREError error)
error - The error condition to reportpublic void PCREGatewayErrorMsg(PCREError error)
error - The error condition to reportpublic void PCREInternalErrorMsg(PCREError error)
error - The error condition to reportpublic void PCREOutputMsg(java.lang.String msg)
msg - The message to writepublic void PCREServerErrorMsg(PCREError error)
error - The error condition to reportpublic void setOutputStream(java.io.PrintStream stream)
stream - The new output stream.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||