|
SAP NetWeaver 7.30 SP08 Process Integration | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Channel | |
|---|---|
| com.sap.aii.mapping.api | API for Java mapping programs. |
| com.sap.aii.mapping.lookup | |
| Uses of Channel in com.sap.aii.mapping.api |
|---|
| Methods in com.sap.aii.mapping.api that return Channel | |
|---|---|
abstract Channel |
InputParameters.getChannel(String name)
|
| Uses of Channel in com.sap.aii.mapping.lookup |
|---|
| Methods in com.sap.aii.mapping.lookup that return Channel | |
|---|---|
static Channel |
LookupService.getChannel(String service,
String channelName)
Returns a channel object without party for a given communication component and channel name which can be used in the method LookupService.getSystemAccessor(Channel),
LookupService.getDataBaseAccessor(Channel), and
LookupService.getRfcAccessor(Channel). |
static Channel |
LookupService.getChannel(String party,
String service,
String channelName)
Returns a channel object for a given party, communication component, and channel name which can be used in the methods LookupService.getSystemAccessor(Channel),
LookupService.getDataBaseAccessor(Channel), and
LookupService.getRfcAccessor(Channel). |
| Methods in com.sap.aii.mapping.lookup with parameters of type Channel | |
|---|---|
static DataBaseAccessor |
LookupService.getDataBaseAccessor(Channel channel)
Returns a database accessor for a given communication channel. |
static RfcAccessor |
LookupService.getRfcAccessor(Channel channel)
Returns a RFC accessor for a given communication channel. |
static SystemAccessor |
LookupService.getSystemAccessor(Channel channel)
Returns a generic system accessor instance for a given communication channel. |
abstract SystemAccessor.Internal |
LookupService.Internal.getSystemAccessor(Channel channel)
Returns an internal system accessor instance. |
|
SAP NetWeaver 7.30 SP08 Process Integration | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||