|
SAP NetWeaver 7.30 Enterprise Portal (SP07) | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| RTMFQueueService | Deprecated. |
| RTMFService | Deprecated. |
| RTMFServices | Deprecated. |
| RTMFServices.InnerRTMFServices | Deprecated. |
| RTMFSyncService | Deprecated. |
| RTMFTopicService | Deprecated. |
Deprecated, Provides classes for creating RTMF services.
Create a service by extending one the following:
RTMFQueueService
RTMFTopicService
RTMFSyncService
To start the service, create an instance of your service class.
Implement the service's business logic in the onUserMessageArrived() and
onMessageArrived() methods, which are called when a message is sent to the
service.
SECURITY WARNING: When using the onUserMessageArrived() method, the received
message might contain malicious data or script in its properties and parameters.
Any call to this function should be treated as a potential security risk.
In a cluster environment, an instance of the service exists on each of the
server nodes. You may want to synchronize among all the instances of the service
on the different nodes. For this purpose, you can send and receive an
RTMFClusterMessage to all the instances of this service. When sending such a
message, the sending instance also receives the message.
|
SAP NetWeaver 7.30 Enterprise Portal (SP07) | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||