net.sourceforge.fixagora.basis.server.control.component
Class EmptyLogFactory

java.lang.Object
  extended by net.sourceforge.fixagora.basis.server.control.component.EmptyLogFactory
All Implemented Interfaces:
quickfix.LogFactory

public class EmptyLogFactory
extends java.lang.Object
implements quickfix.LogFactory

A factory for creating EmptyLog objects.


Constructor Summary
EmptyLogFactory()
           
 
Method Summary
 quickfix.Log create()
           
 quickfix.Log create(quickfix.SessionID arg0)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyLogFactory

public EmptyLogFactory()
Method Detail

create

public quickfix.Log create()
Specified by:
create in interface quickfix.LogFactory

create

public quickfix.Log create(quickfix.SessionID arg0)
Specified by:
create in interface quickfix.LogFactory