|
SAP NetWeaver 7.30 Enterprise Portal (SP07) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.netweaver.rtmf.messagingimpl.services.RTMFServices
public final class RTMFServices
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 |
|---|
public static RTMFServices getRTMFServicesInstance()
public List<String> getRTMFServicesList()
public RTMFService getService(String serviceName)
serviceName - the name of a service
public boolean isServiceExist(String serviceName)
serviceName - the name of a service
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-BASIS-API
|
[sap.com]
|
api
|
EP-PIN
|
|
SAP NetWeaver 7.30 Enterprise Portal (SP07) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||