|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TraceRemoteLogger
| Method Summary | |
|---|---|
void |
acceptClient()
Accepts a client. |
void |
destroy()
Releases all resources that were allocated. |
void |
receiveCommand(byte[] buf)
Listens for a command from the tracer client. |
void |
sendLog(byte[] log)
Sends log message asynchronously. |
void |
sendLogSynch(byte[] log)
Sends log message synchronously. |
void |
sendLogSynch(byte[] log,
int offset,
int length)
Sends log message synchronously. |
| Method Detail |
|---|
void acceptClient()
void sendLog(byte[] log)
throws java.io.IOException
java.io.IOException
void sendLogSynch(byte[] log)
throws java.io.IOException
java.io.IOException
void sendLogSynch(byte[] log,
int offset,
int length)
throws java.io.IOException
java.io.IOExceptionvoid destroy()
void receiveCommand(byte[] buf)
throws java.io.IOException
java.io.IOException
|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||