cancel
Showing results for 
Search instead for 
Did you mean: 

getChannelByChannelName

otto_frost4
Participant
0 Kudos

Hello,

Anyone who knows the parameters for

com.sap.aii.af.service.administration.api.cpa.CPALookupManager.getChannelByChannelName?

There are five Strings, but what should you send in?

Best regards

/Otto

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Just stumbled across the same while debugging an SAP EJB. This is how it is used in that code:

getChannelByChannelName(receiverParty, receiverService, receiverChannel, adapterType, adapterNamespace);

Hope it helps.

Best Regards,

Daniel

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi again,

Just looked in the documentation and found this:

getChannelByChannelName(java.lang.String party, java.lang.String service, java.lang.String channelName, java.lang.String adapterType, java.lang.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.

That should clear it up:-)

Best Regards,

Daniel