Uses of Interface
com.sapportals.connector.connection.IConnectionSpec

Packages that use IConnectionSpec
com.sap.portal.services.api.connectorgateway Provides an interface for the portal connector gateway service. 
com.sapportals.connector.connection Provides all connection related objects. 
com.sapportals.connector.metadata Provides metadata of the connector ("Resource Addapter" in JCA terminology). 
com.sapportals.portal.ivs.cg Provides the classes and exceptions to manage connection properties. 
 

Uses of IConnectionSpec in com.sap.portal.services.api.connectorgateway
 

Methods in com.sap.portal.services.api.connectorgateway that return IConnectionSpec
 IConnectionSpec IConnectorGatewayService.getConnectionSpec(IConnectionFactory connectionFactory)
          Gets a collection of properties that must be specified to connect to a back-end application.
 

Uses of IConnectionSpec in com.sapportals.connector.connection
 

Methods in com.sapportals.connector.connection that return IConnectionSpec
 IConnectionSpec IConnectionFactory.getConnectionSpec()
          The interface IConnectionSpec is used by an application component to pass connection request-specific properties to the IConnectionFactory.getConnectionEx method.
 

Methods in com.sapportals.connector.connection with parameters of type IConnectionSpec
 IConnection IConnectionFactory.getConnectionEx(IConnectionSpec connectionSpec)
          Gets a connection to an EIS instance.
 

Uses of IConnectionSpec in com.sapportals.connector.metadata
 

Methods in com.sapportals.connector.metadata with parameters of type IConnectionSpec
 ICapabilities IConnectorMetaData.getCapabilities(IConnectionSpec connectionSpec)
          returns the capabilities of this connector
 

Uses of IConnectionSpec in com.sapportals.portal.ivs.cg
 

Methods in com.sapportals.portal.ivs.cg that return IConnectionSpec
 IConnectionSpec IConnectorInvestigatorService.getConnectionSpec(IConnectionFactory connectionFactory)
          Retrieves the connection spec which describes the attributes needed by the connector in order to connect to the back end system.
 



Copyright 2011 SAP AG Complete Copyright Notice