com.sap.netweaver.rtmf.serverimpl.servicewrapper

Class RTMFRuntime

java.lang.Object
  extended by com.sap.netweaver.rtmf.serverimpl.servicewrapper.RTMFRuntime

Deprecated.

public class RTMFRuntime
extends Object

The class that supplies information about different RTMF services at runtime.


Method Summary
static int getEventRegistrationCount(String event)
          Deprecated. Return the number of registrations to a specified event.
static int getNextPollingInterval()
          Deprecated. Returns the next polling interval (NPI).
static boolean isEventRegistered(String event)
          Deprecated. Indicates whether any application users are subscribed to a specified event.
static boolean isUserRegisteredToEvent(String userId, String event)
          Deprecated. Indicates whether the specified user is registered to the specified event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getNextPollingInterval

public static int getNextPollingInterval()
Deprecated. 
Returns the next polling interval (NPI). The NPI is the time between one client polling request and another. The NPI is configured by the administrator, and may change according to the load on the server.

Returns:
the next polling interval, in seconds

isEventRegistered

public static boolean isEventRegistered(String event)
Deprecated. 
Indicates whether any application users are subscribed to a specified event.

Parameters:
event - an RTMF event
Returns:
true if there is an application user registered to the event, false otherwise

isUserRegisteredToEvent

public static boolean isUserRegisteredToEvent(String userId,
                                              String event)
Deprecated. 
Indicates whether the specified user is registered to the specified event.

Parameters:
userId - the user's uninque Id (UME)
event - an RTMF event
Returns:
true if the user is registered to the event, false otherwise

getEventRegistrationCount

public static int getEventRegistrationCount(String event)
Deprecated. 
Return the number of registrations to a specified event.

Parameters:
event - an RTMF event
Returns:
the number of registrations to the event
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] EP-BASIS [sap.com] tc/rtmf/servicedeprecated api EP-PIN


Copyright 2013 SAP AG Complete Copyright Notice