|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.nokia.notifications.NotificationEnvironment
public class NotificationEnvironment
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 |
---|
public static final int SANDBOX
public static final int GLOBAL_PRODUCTION
public static final int CHINA_PRODUCTION
public static final int OTHER_ENVIRONMENT
Constructor Detail |
---|
public NotificationEnvironment()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |