com.sap.netweaver.rtmf.messagingimpl.services
Class RTMFQueueService
java.lang.Object
com.sap.netweaver.rtmf.messagingimpl.services.RTMFService
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.
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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