Uses of Interface
com.sap.conn.jco.server.JCoServer
Packages that use JCoServer
-
Uses of JCoServer in com.sap.conn.jco.server
Methods in com.sap.conn.jco.server that return JCoServerModifier and TypeMethodDescriptionJCoServerContextInfo.getServer()
Returns the reference to the server instance handling the remote call.static JCoServer
JCoServerFactoryCF.getServer()
Return the available JCo server instance.protected abstract JCoServer
JCoServerFactoryCF.getServerInstance()
Do not use this method.Methods in com.sap.conn.jco.server with parameters of type JCoServerModifier and TypeMethodDescriptionvoid
JCoServerErrorListener.serverErrorOccurred
(JCoServer server, String connectionID, JCoServerContextInfo serverCtx, Error error) Called when a server error occurred.
If a listener is added as listener during firing of an event, it won't be notified about the last event.void
JCoServerExceptionListener.serverExceptionOccurred
(JCoServer server, String connectionID, JCoServerContextInfo serverCtx, Exception exception) Called when a server exception occurred.
If a listener is added as listener during firing of an event, it won't be notified about the last event.void
JCoServerStateChangedListener.serverStateChangeOccurred
(JCoServer server, JCoServerState oldState, JCoServerState newState) This method is called whenever a server state change occurred.