|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IICEComRequestHandler
An IICEComRequestHandler handles the common requests a subscriber might send to a syndicator. A syndicator (therefore) has to provide an implementation of this interface. An IICEIComRequestHandler is registered at the ICEInput of an incomming ICE payload.
Copyright 2004 SAP AG
| Method Summary | |
|---|---|
void |
handleGetEvents(ICEGetEvents getEvents,
ICEContext context)
Handle an ICE get events request. |
void |
handleGetStatus(ICEGetStatus getStatus,
ICEContext context)
Handle an ICE get status request. |
void |
handleNop(ICENop nop,
ICEContext context)
Handle an ice nop request. |
| Method Detail |
|---|
void handleNop(ICENop nop,
ICEContext context)
nop - The ice nop requestcontext - The context informations of the request
void handleGetStatus(ICEGetStatus getStatus,
ICEContext context)
Detailed informations about ICE get status requests could be found in the ICE 1.1 specification Section 4.6.3 .
getStatus - The ICE get status requestcontext - The context informations of the request
void handleGetEvents(ICEGetEvents getEvents,
ICEContext context)
Detailed informations about ICE get events requests could be found in the ICE 1.1 specification section 6.2 .
getEvents - The ICE get events requestcontext - The context informations of the request| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||