com.superhac.JXBStreamer.Core
Class ServerStatus

java.lang.Object
  extended by com.superhac.JXBStreamer.Core.ServerStatus

public class ServerStatus
extends java.lang.Object

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

ServerStatus

protected ServerStatus(boolean isServerRunning,
                       java.util.ArrayList<ConnectedClientStatus> clients)
Parameters:
isServerRunning - Set if the server is running...
A - list of ConnectedClientStatus objects
Method Detail

getClients

public java.util.ArrayList<ConnectedClientStatus> getClients()
Gets the list of ConnectedClientStatus objects

Returns:
ConnectedClientStatus objects

isServerRunning

public boolean isServerRunning()
Is the serverRunning?

Returns:
True = yes, false = no;