com.sap.netweaver.rtmf.messagingimpl.services

Class RTMFServices

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

Deprecated.

public final class RTMFServices
extends Object

A singleton class for getting information about all RTMF services. In order to use this class, you should get an instance by calling getRTMFServicesInstance().

Use this class to:


Nested Class Summary
static class RTMFServices.InnerRTMFServices
          Deprecated.  
 
Method Summary
static RTMFServices getRTMFServicesInstance()
          Deprecated. Gets the only instance of this class.
 List<String> getRTMFServicesList()
          Deprecated. Returns a list of the names of all existing RTMF services.
 RTMFService getService(String serviceName)
          Deprecated. Returns the specified service.
 boolean isServiceExist(String serviceName)
          Deprecated. Indicates whether a service exists.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRTMFServicesInstance

public static RTMFServices getRTMFServicesInstance()
Deprecated. 
Gets the only instance of this class. Since its a singleton class, it has only one instance. When no instance of this class exists, it creates an instance and returns it.

Returns:
RTMFServices an instance of RTMFServices

getRTMFServicesList

public List<String> getRTMFServicesList()
Deprecated. 
Returns a list of the names of all existing RTMF services.

Returns:
a list of Strings representing the names of the services

getService

public RTMFService getService(String serviceName)
Deprecated. 
Returns the specified service.

Parameters:
serviceName - the name of a service
Returns:
the specified service

isServiceExist

public boolean isServiceExist(String serviceName)
Deprecated. 
Indicates whether a service exists.

Parameters:
serviceName - the name of a service
Returns:
true if the service exists, false otherwise
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