|
|||||||||
| Home >> All >> [ mobile overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
mobile
Class Library

java.lang.Objectmobile.Library
- public class Library
- extends java.lang.Object
This class provides access to the MobileRequestManager and TalkingWithProxy objects and ensures that both objects exist as singletons.
| Field Summary | |
static int |
MESSAGES_PER_PACK
Represents the number of messages which are sent without waiting for an acknowledge. |
private static mobile.protocol.MobileRequestManager |
requestManager
Represents ... |
private static mobile.bearer.http.TalkingWithProxy |
talkingWithProxy
Represents ... |
private static java.lang.String |
URL
Represents the URL of the proxy server |
| Constructor Summary | |
Library()
|
|
| Method Summary | |
static mobile.protocol.MobileRequestManager |
getRequestManager()
Returns the singleton object of the MobileRequestManager class. |
static mobile.bearer.http.TalkingWithProxy |
getTalkingWithProxy()
Returns the singleton object of the TalkingWithProxy class. |
static void |
setURL(java.lang.String _URL)
Represents ... |
void |
start()
Starts the library threads (optional) |
void |
stop()
Stops the library threads (optional) |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
URL
private static java.lang.String URL
Represents the URL of the proxy server
MESSAGES_PER_PACK
public static int MESSAGES_PER_PACK
Represents the number of messages which are sent without waiting for an acknowledge.
requestManager
private static mobile.protocol.MobileRequestManager requestManager
Represents ...
talkingWithProxy
private static mobile.bearer.http.TalkingWithProxy talkingWithProxy
Represents ...
| Constructor Detail |
Library
public Library()
| Method Detail |
getRequestManager
public static mobile.protocol.MobileRequestManager getRequestManager()
Returns the singleton object of the MobileRequestManager class.
getTalkingWithProxy
public static mobile.bearer.http.TalkingWithProxy getTalkingWithProxy()
Returns the singleton object of the TalkingWithProxy class.
setURL
public static void setURL(java.lang.String _URL)
Represents ...
start
public void start()
Starts the library threads (optional)
stop
public void stop()
Stops the library threads (optional)
|
|||||||||
| Home >> All >> [ mobile overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
mobile.Library