|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--grace.log.ProxyHandler
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 |
public static final java.lang.String rcsid
Constructor Detail |
public ProxyHandler(Distributer distributer) throws java.rmi.RemoteException
Method Detail |
public void handle(Event event) throws java.rmi.RemoteException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |