com.sapportals.portal.ivs.cg
Interface IConnectorService
- All Superinterfaces:
- com.sapportals.portal.prt.service.IService
- public interface IConnectorService
- extends com.sapportals.portal.prt.service.IService
The general interface for the service. Exposes functions to retrieve a handle
to the other implemented interfaces in package: IConnectorGatewayService, IConnectorInvestigatorService.
|
Field Summary |
static java.lang.String |
KEY
The name of the service. |
static java.lang.String |
MMDRIVER
|
static java.lang.String |
SAP_FACTORY
|
| Methods inherited from interface com.sapportals.portal.prt.service.IService |
afterInit, configure, destroy, getContext, getKey, init, release |
KEY
public static final java.lang.String KEY
- The name of the service.
SAP_FACTORY
public static final java.lang.String SAP_FACTORY
MMDRIVER
public static final java.lang.String MMDRIVER
getIConnectorGatewayService
public IConnectorGatewayService getIConnectorGatewayService()
- Returns interface
IConnectorGatewayService- replaces the need for casting
- Returns:
IConnectorGatewayService- Since:
- 6.0
getIConnectorInvestigatorService
public IConnectorInvestigatorService getIConnectorInvestigatorService()
- Returns interface
IConnectorInvestigatorService- replaces the need for casting
- Returns:
IConnectorInvestigatorService- Since:
- 6.0