|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgpl.fredy.tools.SimpleLogServer
public class SimpleLogServer
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 |
---|
public javax.swing.JFrame frame
Constructor Detail |
---|
public SimpleLogServer(boolean gui, int port, int maxCapacity, boolean guionly)
public SimpleLogServer(int port)
public SimpleLogServer()
Method Detail |
---|
public boolean isGui()
public void setGui(boolean v)
v
- Value to assign to gui.public boolean isGuionly()
public void setGuionly(boolean v)
v
- Value to assign to guionly.public int getPort()
public void setPort(int v)
v
- Value to assign to port.public int getMaxCapacity()
public void setMaxCapacity(int v)
v
- Value to assign to maxCapacity.protected void finalize()
finalize
in class java.lang.Object
public static void main(java.lang.String[] args)
public void setLocal(boolean v)
public boolean isLocal()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |