com.sap.netweaver.rtmf.messagingimpl.services

Class RTMFQueueService

java.lang.Object
  extended by com.sap.netweaver.rtmf.messagingimpl.services.RTMFService
      extended by com.sap.netweaver.rtmf.messagingimpl.services.RTMFQueueService

Deprecated.

public abstract class RTMFQueueService
extends RTMFService

The class that represents an RTMF queue 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 the RTMFQueueService exists on each of the server nodes, and only one instance handles the message. You cannot predict which instance will handle the message.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sap.netweaver.rtmf.messagingimpl.services.RTMFService
RTMFService.RTMFClusterMessage
 
Constructor Summary
RTMFQueueService(String serviceName)
          Deprecated. Constructs a queue 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

RTMFQueueService

public RTMFQueueService(String serviceName)
Deprecated. 
Constructs a queue service with the specified name, and adds it to the service list. When extending this class to create a queue service, always call this method in the superclass from within the constructors.

Parameters:
serviceName - the name of the queue 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