| 
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface XAdminModule.Server
Server interface for the Admin Module API.
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from interface waggle.core.api.XAPIInterface | 
|---|
XAPIInterface.Client, XAPIInterface.Server | 
| Method Summary | |
|---|---|
 void | 
abortDisconnect(String message)Abort any disconnect.  | 
 List<XDateFormatInfo> | 
getDateFormats()Get all available date formats with localized labels inferred from the current user, request headers, or system default.  | 
 List<XLocaleInfo> | 
getLocales()Get all available locales with localized labels inferred from the current user, request headers, or system default.  | 
 List<XLocaleInfo> | 
getLocalesForLocale(String localeID)Get all available locales with localized labels in the specified locale.  | 
 List<XTimeZoneInfo> | 
getTimeZones()Get all available time zones with localized labels inferred from the current user, request headers, or system default.  | 
 List<XTimeZoneInfo> | 
getTimeZonesForLocale(String localeID)Get all available time zones with localized labels in the specified locale.  | 
 boolean | 
isDisconnectInProgress()Determine if any disconnect is in progress.  | 
 void | 
startDisconnect(String message, int minutes)Start a disconnect.  | 
| Method Detail | 
|---|
List<XLocaleInfo> getLocales()
List<XLocaleInfo> getLocalesForLocale(String localeID)
localeID - The locale for the returned labels (ex: "en_US" or "fr").List<XTimeZoneInfo> getTimeZones()
List<XTimeZoneInfo> getTimeZonesForLocale(String localeID)
localeID - The locale for the returned labels (ex: "en_US" or "fr").List<XDateFormatInfo> getDateFormats()
void startDisconnect(String message,
                     int minutes)
message - The message.minutes - In how many minutes.void abortDisconnect(String message)
message - The message.boolean isDisconnectInProgress()
  | 
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||