FreeRDP
com.freerdp.freerdpcore.application.GlobalApp Class Reference
Inheritance diagram for com.freerdp.freerdpcore.application.GlobalApp:
Collaboration diagram for com.freerdp.freerdpcore.application.GlobalApp:

Public Member Functions

void startDisconnectTimer ()
 
void onCreate ()
 
void OnPreConnect (long instance)
 
void OnConnectionSuccess (long instance)
 
void OnConnectionFailure (long instance)
 
void OnDisconnecting (long instance)
 
void OnDisconnected (long instance)
 

Static Public Member Functions

static ManualBookmarkGateway getManualBookmarkGateway ()
 
static QuickConnectHistoryGateway getQuickConnectHistoryGateway ()
 
static void cancelDisconnectTimer ()
 
static SessionState createSession (BookmarkBase bookmark, Context context)
 
static SessionState createSession (Uri openUri, Context context)
 
static SessionState getSession (long instance)
 
static Collection< SessionStategetSessions ()
 
static void freeSession (long instance)
 

Static Public Attributes

static final String EVENT_TYPE = "EVENT_TYPE"
 
static final String EVENT_PARAM = "EVENT_PARAM"
 
static final String EVENT_STATUS = "EVENT_STATUS"
 
static final String EVENT_ERROR = "EVENT_ERROR"
 
static final String ACTION_EVENT_FREERDP = "com.freerdp.freerdp.event.freerdp"
 
static final int FREERDP_EVENT_CONNECTION_SUCCESS = 1
 
static final int FREERDP_EVENT_CONNECTION_FAILURE = 2
 
static final int FREERDP_EVENT_DISCONNECTED = 3
 
static boolean ConnectedTo3G = false
 

Member Function Documentation

◆ cancelDisconnectTimer()

static void com.freerdp.freerdpcore.application.GlobalApp.cancelDisconnectTimer ( )
inlinestatic
Here is the caller graph for this function:

◆ createSession() [1/2]

static SessionState com.freerdp.freerdpcore.application.GlobalApp.createSession ( BookmarkBase  bookmark,
Context  context 
)
inlinestatic
Here is the call graph for this function:

◆ createSession() [2/2]

static SessionState com.freerdp.freerdpcore.application.GlobalApp.createSession ( Uri  openUri,
Context  context 
)
inlinestatic
Here is the call graph for this function:

◆ freeSession()

static void com.freerdp.freerdpcore.application.GlobalApp.freeSession ( long  instance)
inlinestatic
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getManualBookmarkGateway()

static ManualBookmarkGateway com.freerdp.freerdpcore.application.GlobalApp.getManualBookmarkGateway ( )
inlinestatic
Here is the caller graph for this function:

◆ getQuickConnectHistoryGateway()

static QuickConnectHistoryGateway com.freerdp.freerdpcore.application.GlobalApp.getQuickConnectHistoryGateway ( )
inlinestatic
Here is the caller graph for this function:

◆ getSession()

static SessionState com.freerdp.freerdpcore.application.GlobalApp.getSession ( long  instance)
inlinestatic

◆ getSessions()

static Collection<SessionState> com.freerdp.freerdpcore.application.GlobalApp.getSessions ( )
inlinestatic
Here is the caller graph for this function:

◆ OnConnectionFailure()

void com.freerdp.freerdpcore.application.GlobalApp.OnConnectionFailure ( long  instance)
inline

◆ OnConnectionSuccess()

void com.freerdp.freerdpcore.application.GlobalApp.OnConnectionSuccess ( long  instance)
inline

◆ onCreate()

void com.freerdp.freerdpcore.application.GlobalApp.onCreate ( )
inline
Here is the call graph for this function:

◆ OnDisconnected()

void com.freerdp.freerdpcore.application.GlobalApp.OnDisconnected ( long  instance)
inline

◆ OnDisconnecting()

void com.freerdp.freerdpcore.application.GlobalApp.OnDisconnecting ( long  instance)
inline

◆ OnPreConnect()

void com.freerdp.freerdpcore.application.GlobalApp.OnPreConnect ( long  instance)
inline

◆ startDisconnectTimer()

void com.freerdp.freerdpcore.application.GlobalApp.startDisconnectTimer ( )
inline
Here is the call graph for this function:
Here is the caller graph for this function:

Field Documentation

◆ ACTION_EVENT_FREERDP

final String com.freerdp.freerdpcore.application.GlobalApp.ACTION_EVENT_FREERDP = "com.freerdp.freerdp.event.freerdp"
static

◆ ConnectedTo3G

boolean com.freerdp.freerdpcore.application.GlobalApp.ConnectedTo3G = false
static

◆ EVENT_ERROR

final String com.freerdp.freerdpcore.application.GlobalApp.EVENT_ERROR = "EVENT_ERROR"
static

◆ EVENT_PARAM

final String com.freerdp.freerdpcore.application.GlobalApp.EVENT_PARAM = "EVENT_PARAM"
static

◆ EVENT_STATUS

final String com.freerdp.freerdpcore.application.GlobalApp.EVENT_STATUS = "EVENT_STATUS"
static

◆ EVENT_TYPE

final String com.freerdp.freerdpcore.application.GlobalApp.EVENT_TYPE = "EVENT_TYPE"
static

◆ FREERDP_EVENT_CONNECTION_FAILURE

final int com.freerdp.freerdpcore.application.GlobalApp.FREERDP_EVENT_CONNECTION_FAILURE = 2
static

◆ FREERDP_EVENT_CONNECTION_SUCCESS

final int com.freerdp.freerdpcore.application.GlobalApp.FREERDP_EVENT_CONNECTION_SUCCESS = 1
static

◆ FREERDP_EVENT_DISCONNECTED

final int com.freerdp.freerdpcore.application.GlobalApp.FREERDP_EVENT_DISCONNECTED = 3
static

The documentation for this class was generated from the following file: