C D E G H J L N R S

C

createModemEntry(String, String, String, String, String) - Method in class jdialup.JDial
Creates modem entry

D

deleteEntry(String) - Method in class jdialup.JDial
Deletes the specified entry
DIAL_TIMEOUT - Static variable in class jdialup.JDState
Dialing timeout
dialAsyncProcess(String) - Method in class jdialup.JDial
Asynchronous dialing of the specified entry in a seperate thread

E

entryExists(String) - Method in class jdialup.JDial
Checks for availibility of the specified entry
entryIsActive(String) - Method in class jdialup.JDial
Checks for active connection of the specified entry
entryIsDialing(String) - Method in class jdialup.JDial
Checks for dialing state of the specified entry
ERROR_STATE - Static variable in class jdialup.JDState
Native execution error

G

getActiveConns() - Method in class jdialup.JDial
Looks for entries with established connections
getDialingConns() - Method in class jdialup.JDial
Looks for entries in dialing state
getDialTimeOut() - Method in class jdialup.JDial
Returns dialing timeout value in ms
getEntries() - Method in class jdialup.JDial
Looks for all entries
getErrorMessage(int) - Static method in class jdialup.JDial
Returns error string according to error_code parameter
getHangUpTimeOut() - Method in class jdialup.JDial
Returns hangup timeout value in ms
getModemDeviceNames() - Method in class jdialup.JDial
Looks for all modem device names
getStateString(int) - Static method in class jdialup.JDState
Returns string value of the state input parameter

H

hangUp(String) - Method in class jdialup.JDial
Hanging up the specified entry

J

JDException - Exception in jdialup
JDException is thrown when native library could not be loaded
JDException() - Constructor for exception jdialup.JDException
 
JDial - Class in jdialup
Provides Windows operating system RAS Networking.
JDial(JDNotification) - Constructor for class jdialup.JDial
Creates JDial object with specified feedback class
jdialup - package jdialup
 
JDNotification - Interface in jdialup
Defines a callback(from native side) notification method used when dialing.
JDState - Class in jdialup
Defines dialing state results.
JDState() - Constructor for class jdialup.JDState
 

L

loadNativeLibrary() - Static method in class jdialup.JDial
Loads native library

N

notify(String, int, int) - Method in interface jdialup.JDNotification
Is called from native side.

R

Ras_AllDevicesConnected - Static variable in class jdialup.JDState
All devices connected
Ras_AuthAck - Static variable in class jdialup.JDState
Authentication: acknowledge
Ras_AuthCallback - Static variable in class jdialup.JDState
Authentication: callback
Ras_AuthChangePassword - Static variable in class jdialup.JDState
Authentication: change password
Ras_Authenticate - Static variable in class jdialup.JDState
Start authenticating
Ras_Authenticated - Static variable in class jdialup.JDState
Authenticated
Ras_AuthLinkSpeed - Static variable in class jdialup.JDState
Authentication: link speed
Ras_AuthNotify - Static variable in class jdialup.JDState
Authentication: notify
Ras_AuthProject - Static variable in class jdialup.JDState
Authentication: projecting
Ras_AuthRetry - Static variable in class jdialup.JDState
Authentication: retry
Ras_CallbackComplete - Static variable in class jdialup.JDState
Callback complete
Ras_CallbackSetByCaller - Static variable in class jdialup.JDState
Callback set by caller
Ras_ConnectDevice - Static variable in class jdialup.JDState
Connecting device
Ras_Connected - Static variable in class jdialup.JDState
Connected
Ras_DeviceConnected - Static variable in class jdialup.JDState
Device connected
Ras_Disconnected - Static variable in class jdialup.JDState
Disconnected
Ras_LogonNetwork - Static variable in class jdialup.JDState
Logging on network
Ras_OpenPort - Static variable in class jdialup.JDState
Opening port
Ras_PasswordExpired - Static variable in class jdialup.JDState
Password expired
Ras_PortOpened - Static variable in class jdialup.JDState
Port opened
Ras_PrepareForCallback - Static variable in class jdialup.JDState
Preparing for callback
Ras_Projected - Static variable in class jdialup.JDState
Projected
Ras_ReAuthenticate - Static variable in class jdialup.JDState
Authentication: reauthenticate
Ras_RetryAuthentication - Static variable in class jdialup.JDState
Retry Authentication
Ras_StartAuthentication - Static variable in class jdialup.JDState
Start authentication
Ras_SubEntryConnected - Static variable in class jdialup.JDState
Subentry connected
Ras_SubEntryDisconnected - Static variable in class jdialup.JDState
Subentry disconnected
Ras_WaitForCallback - Static variable in class jdialup.JDState
Waiting for callback
Ras_WaitForModemReset - Static variable in class jdialup.JDState
Waiting for modem reset
renameEntry(String, String) - Method in class jdialup.JDial
Renames entry

S

setDialTimeOut(int) - Method in class jdialup.JDial
Sets dialing timeout value in ms.
setHangUpTimeOut(int) - Method in class jdialup.JDial
Sets hangup timeout value in ms.
showCreateEntryDialog() - Method in class jdialup.JDial
Activates native entry creation dialog
showEditEntryDialog(String) - Method in class jdialup.JDial
Activates native entry edit dialog for the specified entry

C D E G H J L N R S