gpl.fredy.tools
Class SimpleLogServer

java.lang.Object
  extended by gpl.fredy.tools.SimpleLogServer

public class SimpleLogServer
extends java.lang.Object


Field Summary
 javax.swing.JFrame frame
           
 
Constructor Summary
SimpleLogServer()
           
SimpleLogServer(boolean gui, int port, int maxCapacity, boolean guionly)
           
SimpleLogServer(int port)
           
 
Method Summary
protected  void finalize()
           
 int getMaxCapacity()
          Get the value of maxCapacity.
 int getPort()
          Get the value of port.
 boolean isGui()
          Get the value of gui.
 boolean isGuionly()
          Get the value of guionly.
 boolean isLocal()
           
static void main(java.lang.String[] args)
           
 void setGui(boolean v)
          Set the value of gui.
 void setGuionly(boolean v)
          Set the value of guionly.
 void setLocal(boolean v)
           
 void setMaxCapacity(int v)
          Set the value of maxCapacity.
 void setPort(int v)
          Set the value of port.
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

frame

public javax.swing.JFrame frame
Constructor Detail

SimpleLogServer

public SimpleLogServer(boolean gui,
                       int port,
                       int maxCapacity,
                       boolean guionly)

SimpleLogServer

public SimpleLogServer(int port)

SimpleLogServer

public SimpleLogServer()
Method Detail

isGui

public boolean isGui()
Get the value of gui.

Returns:
value of gui.

setGui

public void setGui(boolean v)
Set the value of gui.

Parameters:
v - Value to assign to gui.

isGuionly

public boolean isGuionly()
Get the value of guionly.

Returns:
value of guionly.

setGuionly

public void setGuionly(boolean v)
Set the value of guionly.

Parameters:
v - Value to assign to guionly.

getPort

public int getPort()
Get the value of port.

Returns:
value of port.

setPort

public void setPort(int v)
Set the value of port.

Parameters:
v - Value to assign to port.

getMaxCapacity

public int getMaxCapacity()
Get the value of maxCapacity.

Returns:
value of maxCapacity.

setMaxCapacity

public void setMaxCapacity(int v)
Set the value of maxCapacity.

Parameters:
v - Value to assign to maxCapacity.

finalize

protected void finalize()
Overrides:
finalize in class java.lang.Object

main

public static void main(java.lang.String[] args)

setLocal

public void setLocal(boolean v)

isLocal

public boolean isLocal()