Uses of Class
com.sap.conn.jco.JCoRuntimeException
Packages that use JCoRuntimeException
Package
Description
Contains the major part of the interfaces and factories that an application for JCo is typically dealing with.
-
Uses of JCoRuntimeException in com.sap.conn.jco
Subclasses of JCoRuntimeException in com.sap.conn.jcoModifier and TypeClassDescriptionclass
A ConversionException will be thrown, if a field in a JCoRecord cannot store a value passed to this record by a setValue call.class
Exception thrown by the XML parser in the RFC communication when using complex parameters or if the function module is tagged in the metadata to use binary ASXML as serialization format on the line.Methods in com.sap.conn.jco that throw JCoRuntimeExceptionModifier and TypeMethodDescriptionstatic JCoConnectionMonitor
JCo.getConnectionMonitor()
Returns the connection monitor for all currently available connections.JCo.getCustomDestinationIDs
(String destinationID) Creates and returns a list with IDs of all custom destinations created by the destination with the given destinationID.static JCoDestinationMonitor
JCo.getDestinationMonitor
(String destinationID) Retrieves a monitoring object for a specific destination identified by the given ID.JCoDestination.getMonitor()
Returns a monitor instance describing the client connections that have been created by the JCo runtime for this destination instance.static JCoRepository
JCo.getRepository
(String repositoryID) Returns the repository instance corresponding to the given repository ID or null if the repository isn't available.static String
JCo.getRepositoryDestinationID
(String destinationID) Returns the destination ID used by repository instances internally.static JCoDestinationMonitor
JCo.getRepositoryDestinationMonitor
(String destinationID) Retrieves a monitoring object for a specific repository destination of the destination identified by the given ID.void
JCoCustomRepository.setDestination
(JCoDestination destination) Set the destination for the remote queries.static void
JCo.setMiddlewareProperty
(String key, String value) Sets a value for the given middleware property.static void
JCo.setProperty
(String key, String value) Sets a value for the given JCo property.void
JCoCustomRepository.setQueryMode
(JCoCustomRepository.QueryMode queryMode) Allow the application to control the repository query. -
Uses of JCoRuntimeException in com.sap.conn.jco.server
Methods in com.sap.conn.jco.server that throw JCoRuntimeExceptionModifier and TypeMethodDescriptionvoid
JCoServer.setRepository
(String sID, String client, JCoDestination destination) Sets the repository destination instance for incoming RFC calls from the system with the system ID sID and - if defined - with the appropriate client.void
JCoServer.setRepository
(String sID, String client, JCoRepository repository) Sets the repository instance for incoming RFC calls from the system with the system ID sID and - if defined - with the appropriate client.