com.sap.netweaver.rtmf.messagingimpl.services

Class RTMFTopicService

java.lang.Object
  extended by com.sap.netweaver.rtmf.messagingimpl.services.RTMFService
      extended by 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.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sap.netweaver.rtmf.messagingimpl.services.RTMFService
RTMFService.RTMFClusterMessage
 
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 com.sap.netweaver.rtmf.messagingimpl.services.RTMFService
getMonitoringInformationAsHTMLString, getServiceName, onClusterMessageArrived, onMessageArrived, onUserMessageArrived, registerToMessages, registerToMessages, unregisterToMessages
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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
Method Detail

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
Access Rights

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