|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.superhac.JXBStreamer.Core.ServerStatus
public class ServerStatus
This object is used to get the status of the server and the connected clients status...
Constructor Summary | |
---|---|
protected |
ServerStatus(boolean isServerRunning,
java.util.ArrayList<ConnectedClientStatus> clients)
|
Method Summary | |
---|---|
java.util.ArrayList<ConnectedClientStatus> |
getClients()
Gets the list of ConnectedClientStatus objects |
boolean |
isServerRunning()
Is the serverRunning? |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ServerStatus(boolean isServerRunning, java.util.ArrayList<ConnectedClientStatus> clients)
isServerRunning
- Set if the server is running...A
- list of ConnectedClientStatus objectsMethod Detail |
---|
public java.util.ArrayList<ConnectedClientStatus> getClients()
public boolean isServerRunning()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |