Uses of Interface
com.sap.conn.jco.JCoDestination

Packages that use JCoDestination
com.sap.conn.jco Contains the major part of the interfaces and factories that 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.server Contains the interfaces and factories for server functionality. 
 

Uses of JCoDestination in com.sap.conn.jco
 

Subinterfaces of JCoDestination in com.sap.conn.jco
 interface JCoCustomDestination
          Customizable destination that allows to set specific user logon data and SNC configuration.
 

Methods in com.sap.conn.jco that return JCoDestination
static JCoDestination JCoDestinationManager.getDestination(java.lang.String destinationName)
          Call this method to get an instance of a destination, on which you would like to execute a function module.
static JCoDestination JCoDestinationManager.getDestination(java.lang.String destinationName, java.lang.String scopeType)
          Call this method to get an instance of a destination, on which you need to execute a function module.
abstract  JCoDestination JCoDestinationManager.getDestinationInstance(java.lang.String destinationName, java.lang.String scopeType)
          Deprecated. Reserved for internal use - visibility might be reduced in future versions without further notice. Use JCoDestinationManager.getDestination(String) or JCoDestinationManager.getDestination(String, String) instead.
 

Methods in com.sap.conn.jco with parameters of type JCoDestination
static 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 using the sRfc protocol.
 JCoResponse JCoRequest.execute(JCoDestination destination)
          Executes the request on the given target destination synchronously using the sRfc protocol.
 void JCoFunction.execute(JCoDestination destination, java.lang.String tid)
          Executes the function on the given target destination in transactional mode using the tRfc protocol.
 void JCoFunction.execute(JCoDestination destination, java.lang.String tid, java.lang.String queueName)
          Executes the function on the given target destination in queued transactional mode using the qRfc protocol.
static boolean JCoContext.isStateful(JCoDestination destination)
          Returns true if in the current session a stateful call sequence has been started and is not finished yet, i.e.
 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.ext
 

Methods in com.sap.conn.jco.ext with parameters of type JCoDestination
 java.lang.String[] PasswordChangeHandler.promptPassword(JCoDestination destination, java.lang.Exception previous)
          Will be invoked if a password is recognized as initial and hence needs an update.
 

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

Methods in com.sap.conn.jco.server with parameters of type JCoDestination
 void JCoServer.setRepository(JCoDestination destination)
          Sets the destination instance which is used for obtaining the default repository for querying RFC metadata.
 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.
 



Copyright © 2008-2016 SAP SE. All Rights Reserved.