org.jafer.interfaces
Interface Logging

All Known Implementing Classes:
AbstractClient, SRWClient, ZClient

public interface Logging

Logging utility functions

Author:
Antony Corfield; Matthew Dovey; Colin Tatham

Method Summary
 java.lang.String getRemoteAddress()
          Get ip address recorded in log for this bean
 void setRemoteAddress(java.lang.String remoteAddress)
          Set ip address to record in log for this bean
 

Method Detail

setRemoteAddress

void setRemoteAddress(java.lang.String remoteAddress)
Set ip address to record in log for this bean


getRemoteAddress

java.lang.String getRemoteAddress()
Get ip address recorded in log for this bean