Interface | Description |
---|---|
JCoServer |
The JCoServer interface provides access to the public APIs in the JCo server implementation.
|
JCoServerContext |
JCoServerContext provides additional information for the remote call.
|
JCoServerContextInfo |
JCoServerContextInfo provides additional information of the remote system and the context of the request.
|
JCoServerErrorListener |
Listener interface for the errors occurred inside of the JCoServer.
|
JCoServerExceptionListener |
Listener interface for the exceptions occurred inside of the JCoServer in the JCo runtime.
|
JCoServerFunctionHandler |
Interface for the function handler.
|
JCoServerStateChangedListener |
JCo server state change listener interface.
|
JCoServerTIDHandler |
This interface defines methods to handle transactions being received from an SAP system.
|
JCoServerUnitIDHandler |
This interface defines methods to handle a function unit received by a
JCoServer . |
Class | Description |
---|---|
JCoServerFactoryCF |
Factory for creating the server instance used by JCo applications in the CF Environment.
|
Enum | Description |
---|---|
JCoServerCallType |
Describes all types of requests a server can receive via RFC from the ABAP client.
|
JCoServerState |
JCoServerState reflects the possible states of a JCoServer.
|
Annotation Type | Description |
---|---|
FunctionHandler |
This annotation needs to be set at the implementing classes of
JCoServerFunctionHandler in order to register their implementation at
the server instance during webapp startup.Please make sure, to only specify over all your annotations each functionName only once. |
TIDHandler |
This annotation needs to be set at the implementing classes of
JCoServerTIDHandler in order to register their implementation at the
server instance during webapp startup.Please make sure, to only specify one class with this annotation. |
UnitIDHandler |
This annotation needs to be set at the implementing classes of
JCoServerUnitIDHandler in order to register their implementation at
the server instance during webapp startup.Please make sure, to only specify one class with this annotation. |
Copyright © 2023 SAP. All rights reserved.