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 JCO.ServerThread.getServer()
          Returns the server which is running in this thread
 JCO.Server IServerThread.getServer()
          Returns the reference to the server object that runs in this thread
 

Methods in com.sap.mw.jco with parameters of type JCO.Server
protected static void JCO.fireServerExceptionOccurred(JCO.Server server, Exception exception)
          Calls the exception listeners.
protected static void JCO.fireServerErrorOccurred(JCO.Server server, Error error)
          Calls the error listeners.
protected static void JCO.fireServerStateChangeOccurred(JCO.Server server, int old_state, int new_state)
          Calls the registered state changed listeners.
 void JCO.ServerExceptionListener.serverExceptionOccurred(JCO.Server server, Exception exception)
          Called when an server exception occured.
 void JCO.ServerErrorListener.serverErrorOccurred(JCO.Server server, Error error)
          Called when an server exception occured.
 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.
 

Constructors in com.sap.mw.jco with parameters of type JCO.Server
JCO.ServerThread(JCO.Server server)
          Never instantiated directly
 



Copyright 2006 SAP AG Complete Copyright Notice