org.quickserver.net.qsadmin.gui
Class QSAdminMain
java.lang.Object
  
org.quickserver.net.qsadmin.gui.QSAdminMain
- public class QSAdminMain
- extends java.lang.Object
  
Main Class of QSAdminGUI
 QuickServer Admin GUI - QSAdminGUI
- Author:
 
  - Akshathkumar Shetty
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
QSAdminMain
public QSAdminMain()
doLogin
public boolean doLogin(java.lang.String ipAddress,
                       int port,
                       java.lang.String username,
                       java.lang.String password)
                throws java.io.IOException
- Throws:
 java.io.IOException
 
doLogout
public void doLogout()
              throws java.io.IOException
- Throws:
 java.io.IOException
 
sendCommand
public void sendCommand(java.lang.String command,
                        boolean echo)
 
readResponse
public java.lang.String readResponse(boolean multiLineResponse)
 
sendCommunication
public java.lang.String sendCommunication(java.lang.String command,
                                          boolean multiLineResponse,
                                          boolean echo)
 
sendCommunicationSilent
public java.lang.String sendCommunicationSilent(java.lang.String command,
                                                boolean multiLineResponse,
                                                boolean echo)
                                         throws java.io.IOException
- Throws:
 java.io.IOException
 
sendCommunicationNoEcho
public java.lang.String sendCommunicationNoEcho(java.lang.String command,
                                                boolean multiLineResponse)
                                         throws java.io.IOException
- Throws:
 java.io.IOException
 
toString
public java.lang.String toString()
 
isConnected
public boolean isConnected()
 
isLoggedIn
public boolean isLoggedIn()
 
setGUI
public void setGUI(QSAdminGUI gui)
 
getGUI
public QSAdminGUI getGUI()
 
startSocketListener
public void startSocketListener()
 
getReceivedMsg
public java.lang.String getReceivedMsg()
 
emptyReceivedMsg
public void emptyReceivedMsg()
 
getServerVersionNo
public float getServerVersionNo()
- Returns the numerical version of the server connected to.
 
 
getIpAddress
public java.lang.String getIpAddress()
 
getAppendToConsole
public boolean getAppendToConsole()
 
setAppendToConsole
public void setAppendToConsole(boolean appendToConsole)
 
Copyright © 2003-2005 QuickServer.org