Uses of Class
com.sap.mw.jco.JCO.Server

Uses of JCO.Server in com.sap.mw.jco
 

Methods in com.sap.mw.jco that return JCO.Server
 JCO.Server IServerThread.getServer()
          Returns the reference to the server object that runs in this thread
 JCO.Server JCO.ServerThread.getServer()
          Returns the server which is running in this thread
 

Methods in com.sap.mw.jco with parameters of type JCO.Server
 void IMiddleware.IServer.initialize(JCO.Server server, java.util.Properties params)
          Called to initialize the server just after its creation.
 void IMiddleware.IServer.listen(JCO.Server server, java.lang.String params)
          Listens for incoming calls and dispatches them to the servers handleRequestMethod()
 void IMiddleware.IServer.disconnect(JCO.Server server)
          Closes a connection
 void IMiddleware.IServer.abort(JCO.Server server, java.lang.String message)
          Closes a connection and tries to send a final message to the caller
 boolean IMiddleware.IServer.isAlive(JCO.Server client)
          Checks whether the connection is alive
 void IMiddleware.IServer.getAttributes(JCO.Server server)
          Method that actually retrieves the attributes of a connection.
 void JCO.ServerExceptionListener.serverExceptionOccurred(JCO.Server server, java.lang.Exception exception)
          Called when an server exception occured.
If a listener is added as listener during firing of an event, it wont be notified about the last event.
 void JCO.ServerErrorListener.serverErrorOccurred(JCO.Server server, java.lang.Error error)
          Called when an server exception occured.
If a listener is added as listener during firing of an event, it wont be notified about the last event.
 void JCO.ServerStateChangedListener.serverStateChangeOccurred(JCO.Server server, int old_state, int new_state)
          Called when a server state changed occured If a listener is added as listener during firing of an event, it wont be notified about the last event.