Uses of Interface
com.sap.conn.jco.server.JCoServer

Packages that use JCoServer
com.sap.conn.jco.server Contains the interfaces and factories for server functionality. 
 

Uses of JCoServer in com.sap.conn.jco.server
 

Methods in com.sap.conn.jco.server that return JCoServer
 JCoServer JCoServerContextInfo.getServer()
          Returns the reference reference to the server instance handling the remote call.
static JCoServer JCoServerFactory.getServer(java.lang.String serverName)
          Creates a new JCo server instance or returns an available instance.
abstract  JCoServer JCoServerFactory.getServerInstance(java.lang.String serverName)
          Deprecated. Reserved for internal use - visibility might be reduced in future versions without further notice. Use JCoServerFactory.getServer(String) instead.
 

Methods in com.sap.conn.jco.server with parameters of type JCoServer
 void JCoServerErrorListener.serverErrorOccurred(JCoServer server, java.lang.String connectionID, JCoServerContextInfo serverCtx, java.lang.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, java.lang.String connectionID, JCoServerContextInfo serverCtx, java.lang.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.
 



Copyright © 2008-2014 SAP AG. All Rights Reserved.