|
Oracle Corporation | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
This interface needs to be implemented in case you would like to extend service correlation's ID functionality to the WebLogic Network Gatekeeper. The implementation class should have a empty public constructor or a static method that returns itself.
| Method Summary | |
String |
getServiceCorrelationID(String scID,
String serviceName,
String methodName,
String spID,
String appID,
String appInstGrpID)
Retrievs the service correlation's ID from an external source There are two very distinct differences of this method: One where the scID parameter is 'null', then it's up to the external source to populate the scID through returning of the proper service correlation identifier. |
String |
pushServiceCorrelationID(String scID,
String serviceName,
String methodName,
String spID,
String appID,
String appInstGrpID)
Sends the service correlation's ID to an external source The external source is free to modify the 'scID' and then return that modified value - or even discard it and send back 'null' - which will then have the consequence of the service correlation identifier not being used. |
| Method Detail |
public String getServiceCorrelationID(String scID,
String serviceName,
String methodName,
String spID,
String appID,
String appInstGrpID)
throws ExternalInvocationException
scID - if a service correlation's ID already exists,
send this to the external source for chance of modificationserviceName - the service namemethodName - the method namespID - the service provider identifierappID - the application identifierappInstGrpID - the application instance group
ExternalInvocationException
public String pushServiceCorrelationID(String scID,
String serviceName,
String methodName,
String spID,
String appID,
String appInstGrpID)
throws ExternalInvocationException
scID - the service correlation's ID that should be sentserviceName - the service namemethodName - the method namespID - the service provider identifierappID - the application identifierappInstGrpID - the application instance group
ExternalInvocationException
|
Oracle Corporation | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||