ora.core.remote
Class RemoteHelper

java.lang.Object
  extended by ora.core.remote.RemoteHelper

public class RemoteHelper
extends java.lang.Object


Field Summary
static int STATE_DISCONNECTED
           
static int STATE_DISTURBED
           
static int STATE_LOCAL
           
static int STATE_NA
           
static int STATE_REMOTE
           
 
Constructor Summary
RemoteHelper()
           
 
Method Summary
static java.lang.String getTextForConnState(int state)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STATE_LOCAL

public static final int STATE_LOCAL
See Also:
Constant Field Values

STATE_REMOTE

public static final int STATE_REMOTE
See Also:
Constant Field Values

STATE_DISCONNECTED

public static final int STATE_DISCONNECTED
See Also:
Constant Field Values

STATE_DISTURBED

public static final int STATE_DISTURBED
See Also:
Constant Field Values

STATE_NA

public static final int STATE_NA
See Also:
Constant Field Values
Constructor Detail

RemoteHelper

public RemoteHelper()
Method Detail

getTextForConnState

public static java.lang.String getTextForConnState(int state)