Uses of Interface
com.sap.conn.jco.JCoDestination
Packages that use JCoDestination
Package
Description
Contains the major part of the interfaces and factories that an application for JCo is typically dealing with.
-
Uses of JCoDestination in com.sap.conn.jco
Subinterfaces of JCoDestination in com.sap.conn.jcoModifier and TypeInterfaceDescriptioninterface
A JCoCustomDestination is a customizable destination which allows to set specific user logon data and SNC configuration parameters.Methods in com.sap.conn.jco that return JCoDestinationModifier and TypeMethodDescriptionstatic JCoDestination
JCoDestinationManager.getDestination
(String destinationName) Call this method to get an instance of a destination, on which you need to execute a function module.static JCoDestination
JCoDestinationManager.getDestination
(String destinationName, String scopeType) Call this method to get an instance of a destination, on which you need to execute a function module.protected abstract JCoDestination
JCoDestinationManager.getDestinationInstance
(String destinationName, String scopeType) Do not use this method.JCoCustomDestination.getOriginalDestination()
Returns the original destination, also known as the parent destination of this custom destination.Methods in com.sap.conn.jco with parameters of type JCoDestinationModifier and TypeMethodDescriptionstatic void
JCoContext.begin
(JCoDestination destination) Begins a stateful call sequence for calls to the specified destination.void
JCoFunctionUnit.commit
(JCoDestination destination) Commits the unit.void
JCoRequestUnit.commit
(JCoDestination destination) Commits the unit.static void
JCoContext.end
(JCoDestination destination) Ends a stateful call sequence for calls to the specified destination.void
JCoFunction.execute
(JCoDestination destination) Executes the function on the given target destination synchronously.void
JCoFunction.execute
(JCoDestination destination, String tid) Executes the function on the given target destination in transactional mode using the tRfc protocol.void
JCoFunction.execute
(JCoDestination destination, String tid, String queueName) Executes the function on the given target destination in queued transactional mode using the qRfc protocol.JCoRequest.execute
(JCoDestination destination) Executes the request on the given target destination synchronously using the RFC protocol.void
JCoRequest.execute
(JCoDestination destination, String tid) Executes the request on the given target destination in transactional mode using the tRfc protocol.void
JCoRequest.execute
(JCoDestination destination, String tid, String queueName) Executes the request on the given target destination in queued transactional mode using the qRfc protocol.static boolean
JCoContext.isStateful
(JCoDestination destination) Returnstrue
if in the current session a stateful call sequence has been started and is not finished yet.void
JCoCustomRepository.setDestination
(JCoDestination destination) Set the destination for the remote queries.void
JCoCustomDestination.setRepositoryDestination
(JCoDestination destination) Sets the destination, whose repository will be used for meta data queries for this destination. -
Uses of JCoDestination in com.sap.conn.jco.server
Methods in com.sap.conn.jco.server with parameters of type JCoDestinationModifier and TypeMethodDescriptionvoid
JCoServer.setRepository
(JCoDestination destination) Sets the destination instance which is used for obtaining the default repository for querying RFC metadata.void
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.