spellcast.net
Class ConnectionStatus
java.lang.Object
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:
- ACCEPTING
- OBSERVERS_ONLY
- CLOSED
- Author:
- Barrie Treloar
- See Also:
- Serialized Form
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 |
ACCEPTING
public static final ConnectionStatus ACCEPTING
OBSERVERS_ONLY
public static final ConnectionStatus OBSERVERS_ONLY
CLOSED
public static final ConnectionStatus CLOSED
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.