|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JCoException | |
---|---|
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.server | Contains the interfaces and factories for server functionality. |
Uses of JCoException in com.sap.conn.jco |
---|
Subclasses of JCoException in com.sap.conn.jco | |
---|---|
class |
AbapClassException
This class represents an ABAP class exception. |
class |
AbapException
A convenience class on top of JCoException that reports exceptions, which occurred in an SAP system, while processing a function module. |
Methods in com.sap.conn.jco that throw JCoException | |
---|---|
void |
JCoDestination.changePassword(java.lang.String oldPassword,
java.lang.String newPassword)
Allows changing the password in the backend for the user associated with the destination. |
void |
JCoFunctionUnit.commit(JCoDestination destination)
Commits the unit. |
void |
JCoRequestUnit.commit(JCoDestination destination)
Commits the unit. |
void |
JCoDestination.confirmFunctionUnit(JCoUnitIdentifier unitIdentifier)
Confirms that a bgRFC unit has been executed successfully |
void |
JCoDestination.confirmTID(java.lang.String tid)
Confirms that a transaction (tRFC/qRFC) has been executed successfully |
java.lang.String |
JCoDestination.createTID()
Creates a new transaction ID that can be used for tRFC/qRFC requests |
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 |
JCoAttributes |
JCoDestination.getAttributes()
Returns the attributes of the destination. |
JCoClassMetaData |
JCoRepository.getClassMetaData(java.lang.String className)
Returns the meta data for the passed class/interface name |
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. |
JCoFunction |
JCoRepository.getFunction(java.lang.String functionName)
Returns a JCoFunction with initial parameters for the passed function name. |
JCoListMetaData |
JCoRepository.getFunctionInterface(java.lang.String functionName)
Returns the meta data for the passed function |
JCoFunctionTemplate |
JCoRepository.getFunctionTemplate(java.lang.String functionName)
Returns the template for the passed function. |
JCoFunctionUnitState |
JCoDestination.getFunctionUnitState(JCoUnitIdentifier unitIdentifier)
Returns the state of the unit with the given ID. |
JCoRecordMetaData |
JCoRepository.getRecordMetaData(java.lang.String recordName)
Returns the meta data for the passed structure/table name |
JCoRepository |
JCoDestination.getRepository()
Returns a repository instance that contains metadata for this destination. |
JCoRequest |
JCoRepository.getRequest(java.lang.String functionName)
Returns a JCoRequest with initial parameters for the passed function name. |
JCoRecordMetaData |
JCoRepository.getStructureDefinition(java.lang.String structureName)
Returns the meta data for the passed structure/table name |
void |
JCoDestination.ping()
Executes a connection test for this destination |
static JCoRepositoryQueryResult |
JCo.queryMetaDataSet(JCoRepository repository,
java.util.List<java.lang.String> functions,
java.util.List<java.lang.String> types,
java.util.List<java.lang.String> classes)
Queries the meta data for function, type and class lists. |
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 JCoException in com.sap.conn.jco.server |
---|
Methods in com.sap.conn.jco.server that throw JCoException | |
---|---|
static int |
JCoServerFactory.getNumberOfServerConnections(java.lang.String serverName)
Query the number of registered server connections on the SAP gateway |
abstract int |
JCoServerFactory.getNumServerConnections(java.lang.String serverName)
Deprecated. Reserved for internal use - visibility might be reduced in future versions without further notice. Use JCoServerFactory.getNumServerConnections(String) instead. |
static JCoServer |
JCoServerFactory.getServer(java.lang.String serverName)
Creates a new JCo server instance or returns an available instance. |
abstract JCoServer |
JCoServerFactory.getServerInstance(java.lang.String serverName)
Deprecated. Reserved for internal use - visibility might be reduced in future versions without further notice. Use JCoServerFactory.getServer(String) instead. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |