local.server
Class CallLoggerImpl

java.lang.Object
  |
  +--local.server.CallLoggerImpl
All Implemented Interfaces:
CallLogger

public class CallLoggerImpl
extends java.lang.Object
implements CallLogger

CallLoggerImpl implements a simple CallLogger.

A CallLogger keeps trace of all processed calls.


Constructor Summary
CallLoggerImpl(java.lang.String filename)
          Costructs a new CallLoggerImpl.
 
Method Summary
 void update(org.zoolu.sip.message.Message msg)
          Updates log with the present message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallLoggerImpl

public CallLoggerImpl(java.lang.String filename)
Costructs a new CallLoggerImpl.
Method Detail

update

public void update(org.zoolu.sip.message.Message msg)
Updates log with the present message.
Specified by:
update in interface CallLogger