|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JCoServerContextInfo | |
---|---|
com.sap.conn.jco.server | Contains the interfaces and factories for server functionality. |
Uses of JCoServerContextInfo in com.sap.conn.jco.server |
---|
Subinterfaces of JCoServerContextInfo in com.sap.conn.jco.server | |
---|---|
interface |
JCoServerContext
JCoServerContext provides additional information for the remote call |
Methods in com.sap.conn.jco.server with parameters of type JCoServerContextInfo | |
---|---|
JCoRepository |
JCoServer.getRepository(JCoServerContextInfo serverContext)
Returns the repository instance used by this server instance for the specified request context. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |