|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
|
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||