spellcast.net
Class ConnectionStatus

java.lang.Object
  extended by spellcast.net.ConnectionStatus
All Implemented Interfaces:
java.io.Serializable

public class ConnectionStatus
extends java.lang.Object
implements java.io.Serializable

This class contains the status of the server for new connections. The server can be in one of the following states for new connections:

Author:
Barrie Treloar
See Also:
Serialized Form

Field Summary
static ConnectionStatus ACCEPTING
           
static ConnectionStatus CLOSED
           
static ConnectionStatus OBSERVERS_ONLY
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ACCEPTING

public static final ConnectionStatus ACCEPTING

OBSERVERS_ONLY

public static final ConnectionStatus OBSERVERS_ONLY

CLOSED

public static final ConnectionStatus CLOSED
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2001-2005 Spellcast. All Rights Reserved.