Interface | Description |
---|---|
JCoServer |
The JCoServer interface provides access to the public APIs in the JCo server implementation.
|
JCoServerAuthenticationData |
Authentication parameters sent by the caller system.
|
JCoServerAuthorizationData |
Authorization parameters sent by the caller system
It will be passed to the
JCoServerSecurityHandler
on each call. |
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.
|
JCoServerSecurityHandler |
Security Handler will be asked to check the permissions of the user, who initiated a remote call.
|
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 |
---|---|
JCoServerAuthenticationData.AuthenticationMode |
Mode for each
JCoServerAuthenticationData object. |
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.
|
Exception | Description |
---|---|
JCoApplicationAuthenticationException |
Using this exception the application's security handler notifies the sender system,
that the user, who initiated a remote call, does not have access to the server.
|
JCoApplicationAuthorizationException |
Using this exception the application's security handler notifies the sender system,
that the user, who initiated a remote call, does not have enough permissions.
|
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. |
SecurityHandler |
This annotation needs to be set at the implementing classes of
JCoServerSecurityHandler in order to register their implementation at
the server instance during webapp startup.Please make sure, to only specify one class with this annotation. |
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 © 2024 SAP. All rights reserved.