|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.ras.server.RASLogServer
public class RASLogServer
RASLogServer
works in tandem with the
RASSocketHandler
class. It is run as a
Java application on a server. It binds to a socket, listening and
accepting connections from instances of RASSocketHandler
.
Once a connection is established between the RASLogServer
and a client, log data is sent from the client to the
RASLogServer
, where it is displayed on the console and,
optionally, written to a file.
Usage:
java com.ibm.ras.server.RASLogServer [port] [filename]The default port for the
RASLogServer
process is 9991.
If filename
is specified, the output is also written to
the file.
Constructor Summary | |
---|---|
RASLogServer(int port,
java.lang.String filename)
Deprecated. Creates a RASLogServer . |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Deprecated. Main entry point for the RASLogServer application. |
void |
run()
Deprecated. Starts the RASLogServer on its own thread. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RASLogServer(int port, java.lang.String filename)
RASLogServer
.
port
- The port on which the RASLogServer
listens.filename
- The name of the file to which the log data will be
appended. If this is null
, the data is
only written to the console.Method Detail |
---|
public static void main(java.lang.String[] args)
RASLogServer
application.
port
- The port on which the RASLogServer
listens.filename
- The name of the file to which the log data will be
appended. If this is null
, the data is
only written to the console.public void run()
RASLogServer
on its own thread.
run
in interface java.lang.Runnable
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |