OSMQ
v2.0.1

osmq.logs
Interface Log

All Known Implementing Classes:
PrintWriterLog

public interface Log


Method Summary
 void close()
           
 boolean getDated()
           
 boolean getTimed()
           
 void println(java.lang.String s)
           
 void setDated(boolean b)
           
 void setTimed(boolean b)
           
 

Method Detail

println

public void println(java.lang.String s)

setDated

public void setDated(boolean b)

getDated

public boolean getDated()

setTimed

public void setTimed(boolean b)

getTimed

public boolean getTimed()

close

public void close()
           throws java.io.IOException
Throws:
java.io.IOException

(c) 2000 - 2003 MQue Systems
All Rights Reserved