jdialup
Class JDState

java.lang.Object
  extended by jdialup.JDState

public abstract class JDState
extends java.lang.Object

Defines dialing state results.

See Also:
JDNotification

Field Summary
static int DIAL_TIMEOUT
          Dialing timeout
static int ERROR_STATE
          Native execution error
static int Ras_AllDevicesConnected
          All devices connected
static int Ras_AuthAck
          Authentication: acknowledge
static int Ras_AuthCallback
          Authentication: callback
static int Ras_AuthChangePassword
          Authentication: change password
static int Ras_Authenticate
          Start authenticating
static int Ras_Authenticated
          Authenticated
static int Ras_AuthLinkSpeed
          Authentication: link speed
static int Ras_AuthNotify
          Authentication: notify
static int Ras_AuthProject
          Authentication: projecting
static int Ras_AuthRetry
          Authentication: retry
static int Ras_CallbackComplete
          Callback complete
static int Ras_CallbackSetByCaller
          Callback set by caller
static int Ras_ConnectDevice
          Connecting device
static int Ras_Connected
          Connected
static int Ras_DeviceConnected
          Device connected
static int Ras_Disconnected
          Disconnected
static int Ras_LogonNetwork
          Logging on network
static int Ras_OpenPort
          Opening port
static int Ras_PasswordExpired
          Password expired
static int Ras_PortOpened
          Port opened
static int Ras_PrepareForCallback
          Preparing for callback
static int Ras_Projected
          Projected
static int Ras_ReAuthenticate
          Authentication: reauthenticate
static int Ras_RetryAuthentication
          Retry Authentication
static int Ras_StartAuthentication
          Start authentication
static int Ras_SubEntryConnected
          Subentry connected
static int Ras_SubEntryDisconnected
          Subentry disconnected
static int Ras_WaitForCallback
          Waiting for callback
static int Ras_WaitForModemReset
          Waiting for modem reset
 
Constructor Summary
JDState()
           
 
Method Summary
static java.lang.String getStateString(int state)
          Returns string value of the state input parameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Ras_OpenPort

public static final int Ras_OpenPort
Opening port

See Also:
Constant Field Values

Ras_PortOpened

public static final int Ras_PortOpened
Port opened

See Also:
Constant Field Values

Ras_ConnectDevice

public static final int Ras_ConnectDevice
Connecting device

See Also:
Constant Field Values

Ras_DeviceConnected

public static final int Ras_DeviceConnected
Device connected

See Also:
Constant Field Values

Ras_AllDevicesConnected

public static final int Ras_AllDevicesConnected
All devices connected

See Also:
Constant Field Values

Ras_Authenticate

public static final int Ras_Authenticate
Start authenticating

See Also:
Constant Field Values

Ras_AuthNotify

public static final int Ras_AuthNotify
Authentication: notify

See Also:
Constant Field Values

Ras_AuthRetry

public static final int Ras_AuthRetry
Authentication: retry

See Also:
Constant Field Values

Ras_AuthCallback

public static final int Ras_AuthCallback
Authentication: callback

See Also:
Constant Field Values

Ras_AuthChangePassword

public static final int Ras_AuthChangePassword
Authentication: change password

See Also:
Constant Field Values

Ras_AuthProject

public static final int Ras_AuthProject
Authentication: projecting

See Also:
Constant Field Values

Ras_AuthLinkSpeed

public static final int Ras_AuthLinkSpeed
Authentication: link speed

See Also:
Constant Field Values

Ras_AuthAck

public static final int Ras_AuthAck
Authentication: acknowledge

See Also:
Constant Field Values

Ras_ReAuthenticate

public static final int Ras_ReAuthenticate
Authentication: reauthenticate

See Also:
Constant Field Values

Ras_Authenticated

public static final int Ras_Authenticated
Authenticated

See Also:
Constant Field Values

Ras_PrepareForCallback

public static final int Ras_PrepareForCallback
Preparing for callback

See Also:
Constant Field Values

Ras_WaitForModemReset

public static final int Ras_WaitForModemReset
Waiting for modem reset

See Also:
Constant Field Values

Ras_WaitForCallback

public static final int Ras_WaitForCallback
Waiting for callback

See Also:
Constant Field Values

Ras_Projected

public static final int Ras_Projected
Projected

See Also:
Constant Field Values

Ras_StartAuthentication

public static final int Ras_StartAuthentication
Start authentication

See Also:
Constant Field Values

Ras_CallbackComplete

public static final int Ras_CallbackComplete
Callback complete

See Also:
Constant Field Values

Ras_LogonNetwork

public static final int Ras_LogonNetwork
Logging on network

See Also:
Constant Field Values

Ras_SubEntryConnected

public static final int Ras_SubEntryConnected
Subentry connected

See Also:
Constant Field Values

Ras_SubEntryDisconnected

public static final int Ras_SubEntryDisconnected
Subentry disconnected

See Also:
Constant Field Values

Ras_RetryAuthentication

public static final int Ras_RetryAuthentication
Retry Authentication

See Also:
Constant Field Values

Ras_CallbackSetByCaller

public static final int Ras_CallbackSetByCaller
Callback set by caller

See Also:
Constant Field Values

Ras_PasswordExpired

public static final int Ras_PasswordExpired
Password expired

See Also:
Constant Field Values

Ras_Connected

public static final int Ras_Connected
Connected

See Also:
Constant Field Values

Ras_Disconnected

public static final int Ras_Disconnected
Disconnected

See Also:
Constant Field Values

DIAL_TIMEOUT

public static final int DIAL_TIMEOUT
Dialing timeout

See Also:
Constant Field Values

ERROR_STATE

public static final int ERROR_STATE
Native execution error

See Also:
Constant Field Values
Constructor Detail

JDState

public JDState()
Method Detail

getStateString

public static final java.lang.String getStateString(int state)
Returns string value of the state input parameter

Parameters:
value - state value