|
SAP NetWeaver 7.30 SP03 Process Integration | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CPAChannelStoppedException | |
|---|---|
| com.sap.aii.af.service.administration.api.cpa | |
| Uses of CPAChannelStoppedException in com.sap.aii.af.service.administration.api.cpa |
|---|
| Methods in com.sap.aii.af.service.administration.api.cpa that throw CPAChannelStoppedException | ||
|---|---|---|
CPAInboundRuntimeLookupManager |
CPAFactory.createInboundRuntimeLookupManager(String adapterType,
String adapterNamespace,
String fromParty,
String toParty,
String fromService,
String toService,
String action,
String actionNS)
Creates an instance of the CPAInboundRuntimeLookupManager interface. |
|
CPAOutboundRuntimeLookupManager |
CPAFactory.createOutboundRuntimeLookupManager(String adapterType,
String adapterNamespace,
String fromParty,
String toParty,
String fromService,
String toService,
String action,
String actionNS)
Creates an instance of the CPAOutboundRuntimeLookupManager interface. |
|
CPAOutboundRuntimeLookupManager |
CPAFactory.createOutboundRuntimeLookupManager(String adapterType,
String adapterNamespace,
String fromParty,
String toParty,
String fromService,
String toService,
String action,
String actionNS,
String messageId)
Creates an instance of the CPAOutboundRuntimeLookupManager interface. |
|
LinkedList<CPAObject> |
CPALookupManager.getAllCachedCPAObjects()
|
|
|
CPALookupManager.getAllCPAObjects(CPAObjectType<E> cpaObjectType)
Retrieves all CPAObjects of the given type, either from the in memory cache, or from the database, dependent on the initialization of the CacheManager. |
|
Binding |
CPALookupManager.getBinding(String adapterType,
String adapterNamespace,
Direction direction,
String fromParty,
String fromService,
String toParty,
String toService,
String interfaceName,
String interfaceNamespace)
Retrieves the Binding object for the given key values, either from the in memory cache, or from the
database, dependent on the initialization of the CacheManager. |
|
Binding |
CPALookupManager.getBindingByChannelId(String channelId)
Retrieves the Binding object for the given channelId, either from the in memory cache, or from the
database, dependent on the initialization of the CacheManager. |
|
LinkedList<Binding> |
CPALookupManager.getBindings(String adapterType,
String adapterNamespace,
Direction direction,
String fromParty,
String toParty)
|
|
LinkedList<BindingUser> |
CPALookupManager.getBindingUsersByBinding(Binding binding)
Retrieves all BindingUser objects for the given Binding either from the in memory
cache, or from the database, dependent on the initialization of the CacheManager. |
|
Channel |
CPALookupManager.getChannelByChannelName(String party,
String service,
String channelName,
String adapterType,
String adapterNamespace)
Retrieves all Channel objects for a given adapter type (and namespace), either from the in memory
cache, or from the database, dependent on the initialization of the CacheManager. |
|
LinkedList<Channel> |
CPALookupManager.getChannelsByAdapterType(String adapterType,
String adapterNamespace)
Retrieves all Channel objects for a given adapter type (and namespace), either from the in memory
cache, or from the database, dependent on the initialization of the CacheManager. |
|
|
CPALookupManager.getCPAObject(CPAObjectType<E> cpaObjectType,
String objectId)
Retrieves a CPAObject by type and objectId, either from the memory cache, or from the database, dependent on the initialization of the CacheManager. |
|
LinkedList<ModuleConfig> |
CPALookupManager.getModuleConfigByChannelId(String channelId)
Retrieves all ModuleConfig objects for the given XI channelId, either from the in memory cache, or
from the database, dependent on the initialization of the CacheManager. |
|
LinkedList<ModuleConfig> |
CPALookupManager.getModuleConfigByNamespace(String channelId,
String moduleNS)
Retrieves all ModuleConfig objects for the given XI channelId and module namespace, either from the
in memory cache, or from the database, dependent on the initialization of the CacheManager. |
|
LinkedList<com.sap.aii.af.service.cpa.ModuleSequence> |
CPALookupManager.getModuleSequenceByChannelId(String channelId)
Retrieves all ModuleSequence objects for the given XI channelId, either from the in memory cache, or
from the database, dependent on the initialization of the CacheManager. |
|
boolean |
CPALookupManager.userHasPermission(String user,
Binding binding)
Checks whether the given user has the permission to perform the given binding. |
|
|
SAP NetWeaver 7.30 SP03 Process Integration | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||