|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jpackages.jdun.DialingState
public abstract class DialingState
This abstract class defines all dialing states.
Each dialing state is represented as an int.
Example:
// dialingState is an int that was populated with a dialing state
if (dialingState == DialingState.Connected) {
// do what you want to do when you're connected
}
Copyright (c) 2001-2007
| Field Summary | |
|---|---|
static int |
AllDevicesConnected
All devices connected |
static int |
AuthAck
Authentication request acknowledged |
static int |
AuthCallback
The remote access server has requested a callback number |
static int |
AuthChangePassword
The client has requested to change the password on the account |
static int |
Authenticate
Starting authentication process |
static int |
Authenticated
Completed authentication |
static int |
AuthLinkSpeed
The link-speed calculation phase is starting |
static int |
AuthNotify
An authentication event has occurred |
static int |
AuthProject
The projection phase is starting |
static int |
AuthRetry
The client has requested another validation attempt with a new username/password/domain |
static int |
CallbackComplete
The client has been called back and is about to resume authentication |
static int |
CallbackSetByCaller
Callback state |
static int |
ConnectDevice
Connecting device |
static int |
Connected
Connected |
static int |
DeviceConnected
Device connected |
static int |
Disconnected
Disconnected |
static int |
Interactive
Terminal state |
static int |
LogonNetwork
Logging on to the network |
static int |
OpenPort
Opening the communication port |
static int |
PasswordExpired
Change password state |
static int |
PortOpened
The communication port is opened |
static int |
PrepareForCallback
The line is about to disconnect in preparation for callback |
static int |
Projected
Projection result information is available |
static int |
ReAuthenticate
Reauthentication is starting |
static int |
RetryAuthentication
Retry authentication state |
static int |
StartAuthentication
User authentication is being initiated |
static int |
SubEntryConnected
A subentry has been connected |
static int |
SubEntryDisconnected
A subentry has been disconnected |
static int |
WaitForCallback
The client is waiting for an incoming call from the remote access server |
static int |
WaitForModemReset
The client is delaying in order to give the modem time to reset itself in preparation for callback |
| Constructor Summary | |
|---|---|
DialingState()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
getDialingStateString(int dialingState)
Provides a string explaining a dialing state. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int OpenPort
public static final int PortOpened
public static final int ConnectDevice
public static final int DeviceConnected
public static final int AllDevicesConnected
public static final int Authenticate
public static final int AuthNotify
public static final int AuthRetry
public static final int AuthCallback
public static final int AuthChangePassword
public static final int AuthProject
public static final int AuthLinkSpeed
public static final int AuthAck
public static final int ReAuthenticate
public static final int Authenticated
public static final int PrepareForCallback
public static final int WaitForModemReset
public static final int WaitForCallback
public static final int Projected
public static final int StartAuthentication
public static final int CallbackComplete
public static final int LogonNetwork
public static final int SubEntryConnected
public static final int SubEntryDisconnected
public static final int Interactive
public static final int RetryAuthentication
public static final int CallbackSetByCaller
public static final int PasswordExpired
public static final int Connected
public static final int Disconnected
| Constructor Detail |
|---|
public DialingState()
| Method Detail |
|---|
public static final java.lang.String getDialingStateString(int dialingState)
Provides a string explaining a dialing state.
dialingState - A dialing state defined in DialingState.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||