com.sap.netweaver.rtmf.messagingimpl.services
Class RTMFTopicService
java.lang.Object
com.sap.netweaver.rtmf.messagingimpl.services.RTMFService
com.sap.netweaver.rtmf.messagingimpl.services.RTMFTopicService
Deprecated.
public abstract class RTMFTopicService
- extends RTMFService
The class that represents an RTMF topic service. This is an asynchronous service, meaning the entity
that sends the message does not wait for a reply.
In a cluster environment, an instance of RTMFTopicService exists on each of the server nodes.
Each instance of the RTMFTopicService handles the message.
|
Constructor Summary |
RTMFTopicService(String serviceName)
Deprecated. Constructs a topic service with the specified name, and adds it to the service list. |
|
Method Summary |
void |
destroy()
Deprecated. Removes the service from the service list and terminates it. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RTMFTopicService
public RTMFTopicService(String serviceName)
- Deprecated.
- Constructs a topic service with the specified name, and adds it to the service list.
When extending this class to create a topic service, always call this method in the superclass
from within the constructors.
- Parameters:
serviceName - the name of the service
destroy
public void destroy()
- Deprecated.
- Removes the service from the service list and terminates it.
When overriding this method, always call this method in the superclass.
- Overrides:
destroy in class RTMFService
This class can be accessed from:
|
SC
|
DC
|
Public Part
|
ACH
|
[sap.com] EP-BASIS-API
|
[sap.com] tc/rtmf/messaging/apideprecated
|
api
|
EP-PIN
|
Copyright 2012 SAP AG Complete Copyright Notice