grace.log
Class ProxyHandler

java.lang.Object
  |
  +--grace.log.ProxyHandler

public class ProxyHandler
extends java.lang.Object
implements Handler

This forwards all log entries to the host and distributer given in the url property. This is useful for forwarding all log messages to a central log facility.

Properties:


Field Summary
static java.lang.String rcsid
           
 
Constructor Summary
ProxyHandler(Distributer distributer)
          This constructs initialized by properties.
 
Method Summary
 void handle(Event event)
          The handle(Event) call is caught here and sent to the remote distributer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rcsid

public static final java.lang.String rcsid
Constructor Detail

ProxyHandler

public ProxyHandler(Distributer distributer)
             throws java.rmi.RemoteException
This constructs initialized by properties.
Method Detail

handle

public void handle(Event event)
            throws java.rmi.RemoteException
The handle(Event) call is caught here and sent to the remote distributer.
Specified by:
handle in interface Handler