com.nokia.notifications
Class NotificationEnvironment

java.lang.Object
  extended by com.nokia.notifications.NotificationEnvironment

public class NotificationEnvironment
extends java.lang.Object

This class defines all the Notification server environment which can be connected from Notification Enabler.


Field Summary
static int CHINA_PRODUCTION
          Notification Enabler is connected to China Production server.
static int GLOBAL_PRODUCTION
          Notification Enabler is connected to Global server.
static int OTHER_ENVIRONMENT
          Notification Enabler is connected to other internal server.
static int SANDBOX
          Notification Enabler is connected to Sandbox server.
 
Constructor Summary
NotificationEnvironment()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SANDBOX

public static final int SANDBOX
Notification Enabler is connected to Sandbox server.

See Also:
Constant Field Values

GLOBAL_PRODUCTION

public static final int GLOBAL_PRODUCTION
Notification Enabler is connected to Global server.

See Also:
Constant Field Values

CHINA_PRODUCTION

public static final int CHINA_PRODUCTION
Notification Enabler is connected to China Production server.

See Also:
Constant Field Values

OTHER_ENVIRONMENT

public static final int OTHER_ENVIRONMENT
Notification Enabler is connected to other internal server.

See Also:
Constant Field Values
Constructor Detail

NotificationEnvironment

public NotificationEnvironment()