Uses of Class
com.sap.conn.jco.JCoRuntimeException

Packages that use JCoRuntimeException
com.sap.conn.jco Contains the major part of the interfaces and factories an application for JCo is typically dealing with. 
com.sap.conn.jco.ext Provides all interfaces that are offered for embedding JCo into an application server. 
com.sap.conn.jco.monitor Contains all interfaces of JCo related to monitoring. 
com.sap.conn.jco.server Contains the interfaces and factories for server functionality. 
 

Uses of JCoRuntimeException in com.sap.conn.jco
 

Subclasses of JCoRuntimeException in com.sap.conn.jco
 class ConversionException
          A ConversionException will be thrown, if a field in a JCoRecord cannot store a value passed to this record by a setValue call.
 class XMLParserException
          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 JCoRuntimeException
static java.util.List<java.lang.String> JCo.getCustomDestinationIDs(java.lang.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(java.lang.String destinationID)
          Retrieves a monitoring object for a specific destination identified by the given ID.
abstract  JCoDestinationMonitor JCoDestinationManager.getDestinationMonitor(java.lang.String destinationID)
          Deprecated. Might be removed in future versions without further notice. Use JCo.getDestinationMonitor(String).
 JCoDestinationMonitor JCoDestination.getMonitor()
          Return a monitor instance describes the client connections created by the JCo runtime for this destination instance
static JCoRepository JCo.getRepository(java.lang.String repositoryID)
          Returns the repository instance corresponding to the given repository ID or null if the repository isn't available
static java.lang.String JCo.getRepositoryDestinationID(java.lang.String destinationID)
          Returns the destination ID used by repository instances internally.
static JCoDestinationMonitor JCo.getRepositoryDestinationMonitor(java.lang.String destinationID)
          Retrieves a monitoring object for a specific repository destination of the destination identified by the given ID.
abstract  JCoDestinationMonitor JCoDestinationManager.getRepositoryDestinationMonitor(java.lang.String destinationID)
          Deprecated. Might be removed in future versions without further notice. Use JCo.getRepositoryDestinationMonitor(String).
static JCoServerMonitor JCo.getServerMonitor(java.lang.String serverID)
          Returns a server monitor for the given server ID
 void JCoCustomRepository.setDestination(JCoDestination destination)
          Set the destination for the remote queries.
 void JCoCustomRepository.setQueryMode(JCoCustomRepository.QueryMode queryMode)
          Allow the application to control the repository query.
 

Uses of JCoRuntimeException in com.sap.conn.jco.ext
 

Subclasses of JCoRuntimeException in com.sap.conn.jco.ext
 class SessionException
          A SessionException is supposed to be thrown by a SessionReferenceProvider in case of issues within session management for sessions that have been initiated by a JCoServer connection.
 

Uses of JCoRuntimeException in com.sap.conn.jco.monitor
 

Methods in com.sap.conn.jco.monitor that throw JCoRuntimeException
 JCoDestinationMonitor JCoRepositoryMonitor.getRespositoryDestinationMonitor(java.lang.String destinationID)
          Deprecated. Might be removed in future versions without further notice. Use JCo.getRepositoryDestinationMonitor(String) instead.
 

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

Methods in com.sap.conn.jco.server that throw JCoRuntimeException
 void JCoServer.setRepository(java.lang.String sID, java.lang.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(java.lang.String sID, java.lang.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.
 



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