Syslog: White Paper FAQ Examples JavaDoc
Protomatter Classes v1.1.6

com.protomatter.syslog
Class RemoteLogReceiverImpl

java.lang.Object
  |
  +--com.protomatter.syslog.RemoteLogReceiverImpl
All Implemented Interfaces:
java.rmi.Remote, RemoteLogReceiver

public class RemoteLogReceiverImpl
extends java.lang.Object
implements RemoteLogReceiver

A simple implementation of the RemoteLogReceiver interface. This object is used by the SyslogServer class if it is listening to remote messages (not messages from a JMS topic, though). Before this will work, however, you must run the rmic program supplied with your application server before it will work.


Constructor Summary
RemoteLogReceiverImpl()
          Default constructor.
 
Method Summary
 void log(java.lang.String ipAddress, java.lang.String loggerClass, java.lang.String channel, java.lang.String message, java.lang.Object detail, int level, java.lang.String threadName, long messageSendTime)
          Remote log receiver callback.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteLogReceiverImpl

public RemoteLogReceiverImpl()
Default constructor.
Method Detail

log

public void log(java.lang.String ipAddress,
                java.lang.String loggerClass,
                java.lang.String channel,
                java.lang.String message,
                java.lang.Object detail,
                int level,
                java.lang.String threadName,
                long messageSendTime)
Remote log receiver callback. This method just sends the message into the "local" Syslog for processing.
Specified by:
log in interface RemoteLogReceiver

Protomatter Classes v1.1.6
Copyright 1998-2001 Nate Sammons

Protomatter Classes v1.1.6 http://protomatter.sourceforge.net/1.1.6