sound.chat
Class ConnectionBean
java.lang.Object
   sound.chat.ConnectionBean
sound.chat.ConnectionBean
- All Implemented Interfaces: 
- java.io.Serializable
- public class ConnectionBean 
- extends java.lang.Object- implements java.io.Serializable
- See Also:
- Serialized Form
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DEFAULT_PORT
public static final int DEFAULT_PORT
- See Also:
- Constant Field Values
getHostName
public java.lang.String getHostName()
- 
 
- 
 
setHostName
public void setHostName(java.lang.String hostName)
- 
 
- 
 
setPort
public void setPort(int port)
- 
 
- 
 
getPort
public int getPort()
- 
 
- 
 
save
public void save()
- 
 
- 
 
restore
public static ConnectionBean restore()
- 
 
- 
 
isAcceptingConnection
public boolean isAcceptingConnection()
- 
 
- 
 
setAcceptingConnection
public void setAcceptingConnection(boolean acceptingConnection)
- 
 
-