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 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 need 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)
          Starts the execution of the function on the given destination
 JCoResponse JCoRequest.execute(JCoDestination destination)
          Starts the execution of the function on the given destionation
 void JCoFunction.execute(JCoDestination destination, java.lang.String tid)
          Starts the execution of the function on the given destination
 void JCoFunction.execute(JCoDestination destination, java.lang.String tid, java.lang.String queueName)
          Starts the execution of the function on the given destination
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 meta data.
 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-2014 SAP AG. All Rights Reserved.