A C D E F G H I J L N O P R S W

A

AllDevicesConnected - Static variable in class com.jpackages.jdun.DialingState
All devices connected
AuthAck - Static variable in class com.jpackages.jdun.DialingState
Authentication request acknowledged
AuthCallback - Static variable in class com.jpackages.jdun.DialingState
The remote access server has requested a callback number
AuthChangePassword - Static variable in class com.jpackages.jdun.DialingState
The client has requested to change the password on the account
Authenticate - Static variable in class com.jpackages.jdun.DialingState
Starting authentication process
Authenticated - Static variable in class com.jpackages.jdun.DialingState
Completed authentication
AuthLinkSpeed - Static variable in class com.jpackages.jdun.DialingState
The link-speed calculation phase is starting
AuthNotify - Static variable in class com.jpackages.jdun.DialingState
An authentication event has occurred
AuthProject - Static variable in class com.jpackages.jdun.DialingState
The projection phase is starting
AuthRetry - Static variable in class com.jpackages.jdun.DialingState
The client has requested another validation attempt with a new username/password/domain

C

CallbackComplete - Static variable in class com.jpackages.jdun.DialingState
The client has been called back and is about to resume authentication
CallbackSetByCaller - Static variable in class com.jpackages.jdun.DialingState
Callback state
com.jpackages.jdun - package com.jpackages.jdun
 
ConnectDevice - Static variable in class com.jpackages.jdun.DialingState
Connecting device
Connected - Static variable in class com.jpackages.jdun.DialingState
Connected
createEntry(String) - Method in class com.jpackages.jdun.DialUpManager
Creates a new dial-up entry with default properties.
createEntry(String, DialUpEntryProperties) - Method in class com.jpackages.jdun.DialUpManager
Creates a new dial-up entry with the specified properties.

D

deleteEntry(String) - Method in class com.jpackages.jdun.DialUpManager
Delete an entry.
DeviceConnected - Static variable in class com.jpackages.jdun.DialingState
Device connected
dialEntryAsynchronous(String) - Method in class com.jpackages.jdun.DialUpManager
Dials an entry asynchronously.
dialEntryAsynchronous(String, String) - Method in class com.jpackages.jdun.DialUpManager
Dials an entry asynchronously.
dialEntryAsynchronous(String, String, String) - Method in class com.jpackages.jdun.DialUpManager
Dials an entry asynchronously.
dialEntryAsynchronous(String, String, String, String) - Method in class com.jpackages.jdun.DialUpManager
Dials an entry asynchronously.
dialEntryAsynchronous(String, String, String, String, String) - Method in class com.jpackages.jdun.DialUpManager
Dials an entry asynchronously.
dialEntrySynchronous(String) - Method in class com.jpackages.jdun.DialUpManager
Dials an entry synchronously.
dialEntrySynchronous(String, String) - Method in class com.jpackages.jdun.DialUpManager
Dials an entry synchronously.
dialEntrySynchronous(String, String, String) - Method in class com.jpackages.jdun.DialUpManager
Dials an entry synchronously.
dialEntrySynchronous(String, String, String, String) - Method in class com.jpackages.jdun.DialUpManager
Dials an entry synchronously.
dialEntrySynchronous(String, String, String, String, String) - Method in class com.jpackages.jdun.DialUpManager
Dials an entry synchronously.
DialingNotification - Interface in com.jpackages.jdun
This interface defines a callback notification method used during dialing.
DialingState - Class in com.jpackages.jdun
This abstract class defines all dialing states.
DialingState() - Constructor for class com.jpackages.jdun.DialingState
 
dialNonEntryAsynchronous(String, String, String) - Method in class com.jpackages.jdun.DialUpManager
Dials a non-entry (simple connection) asynchronously.
dialNonEntryAsynchronous(String, String, String, String) - Method in class com.jpackages.jdun.DialUpManager
Dials a non-entry (simple connection) asynchronously.
dialNonEntrySynchronous(String, String, String) - Method in class com.jpackages.jdun.DialUpManager
Dials a non-entry (simple connection) synchronously.
dialNonEntrySynchronous(String, String, String, String) - Method in class com.jpackages.jdun.DialUpManager
Dials a non-entry (simple connection) synchronously.
DialUpDevice - Class in com.jpackages.jdun
This class defines a dial-up device.
DialUpEntryProperties - Class in com.jpackages.jdun
This class defines the properties for a dial-up entry.
DialUpEntryProperties() - Constructor for class com.jpackages.jdun.DialUpEntryProperties
Construct DialUpEntryProperties with all default values and no specified phone number.
DialUpEntryProperties(String, DialUpDevice) - Constructor for class com.jpackages.jdun.DialUpEntryProperties
Construct DialUpEntryProperties with all default values and the specified phone number and DialUpDevice.
DialUpManager - Class in com.jpackages.jdun
This class provides Dial-up Networking functionality for windows operating systems.
DialUpManager() - Constructor for class com.jpackages.jdun.DialUpManager
Use this constructor if you do not want real-time feedback of the dialing state.
DialUpManager(DialingNotification) - Constructor for class com.jpackages.jdun.DialUpManager
Use this constructor if you want real-time feedback of the dialing state.
Disconnected - Static variable in class com.jpackages.jdun.DialingState
Disconnected
displayCreateEntryWindowAsynchronous() - Method in class com.jpackages.jdun.DialUpManager
Displays the create new entry window asynchronously.
displayCreateEntryWindowSynchronous() - Method in class com.jpackages.jdun.DialUpManager
Displays the create new entry window synchronously.
displayEditEntryWindowAsynchronous(String) - Method in class com.jpackages.jdun.DialUpManager
Displays the edit entry window asynchronously.
displayEditEntryWindowSynchronous(String) - Method in class com.jpackages.jdun.DialUpManager
Displays the edit entry window synchronously.

E

ENTRY_TYPE_BROADBAND - Static variable in class com.jpackages.jdun.DialUpEntryProperties
Indicates a Broadband (PPPoE) entry type.
ENTRY_TYPE_DIRECT - Static variable in class com.jpackages.jdun.DialUpEntryProperties
Indicates a direct (serial or parallel) entry type.
ENTRY_TYPE_PHONE - Static variable in class com.jpackages.jdun.DialUpEntryProperties
Indicates a phone line (modem, ISDN) entry type.
ENTRY_TYPE_VPN - Static variable in class com.jpackages.jdun.DialUpEntryProperties
Indicates a Virtual Private Network (VPN) entry type.

F

FRAMING_PROTOCOL_PPP - Static variable in class com.jpackages.jdun.DialUpEntryProperties
Indicates a Point-to-Point Protocol (PPP)
FRAMING_PROTOCOL_SLIP - Static variable in class com.jpackages.jdun.DialUpEntryProperties
Indicates a Serial Line Internet Protocol (SLIP)

G

getAreaCode() - Method in class com.jpackages.jdun.DialUpEntryProperties
Retrieves the area code to use when dialing.
getCountryID() - Method in class com.jpackages.jdun.DialUpEntryProperties
Retrieves the TAPI country identifier.
getDefaultEntry() - Method in class com.jpackages.jdun.DialUpManager
Get the name of the default entry.
getDialingStateString(int) - Static method in class com.jpackages.jdun.DialingState
Provides a string explaining a dialing state.
getDialUpDevice() - Method in class com.jpackages.jdun.DialUpEntryProperties
Retrieves the DialUpDevice used.
getDialUpDevice(String) - Method in class com.jpackages.jdun.DialUpManager
Retrieves the first dial-up device of a certain type it can find.
getDialUpDeviceModem() - Method in class com.jpackages.jdun.DialUpManager
Retrieves the first modem dial-up device it can find.
getDialUpDevices() - Method in class com.jpackages.jdun.DialUpManager
Retrieves all dial-up devices present on the computer.
getDialUpEntryProperties(String) - Method in class com.jpackages.jdun.DialUpManager
Retrieves the dial-up properties of an entry.
getDisableLCPExtensions() - Method in class com.jpackages.jdun.DialUpEntryProperties
Retrieves if PPP LCP extensions are to be disabled.
getDisplayTerminalWindowAfterDial() - Method in class com.jpackages.jdun.DialUpEntryProperties
Retrieves if a terminal window is to be displayed after dialing.
getDisplayTerminalWindowBeforeDial() - Method in class com.jpackages.jdun.DialUpEntryProperties
Retrieves if a terminal window is to be displayed before dialing.
getEntryDialingState(String) - Method in class com.jpackages.jdun.DialUpManager
Get the dialing state of a given entry.
getEntryNames() - Method in class com.jpackages.jdun.DialUpManager
Get all entry names.
getEntryType() - Method in class com.jpackages.jdun.DialUpEntryProperties
Retrieves the entry type.
getErrorMessageForCode(int) - Method in class com.jpackages.jdun.DialUpManager
Retrieve a String representation of an error code.
getFlags2() - Method in class com.jpackages.jdun.DialUpEntryProperties
 
getFramingProtocol() - Method in class com.jpackages.jdun.DialUpEntryProperties
Retrieves the framing protocol used.
getIPAddress() - Method in class com.jpackages.jdun.DialUpEntryProperties
Retrieves the IP address.
getIPAddressForDNS() - Method in class com.jpackages.jdun.DialUpEntryProperties
Retrieves the IP address for Primary DNS.
getIPAddressForSecondaryDNS() - Method in class com.jpackages.jdun.DialUpEntryProperties
Retrieves the IP address for Secondary DNS.
getIPAddressForSecondaryWINS() - Method in class com.jpackages.jdun.DialUpEntryProperties
Retrieves the IP address for Secondary WINS.
getIPAddressForWINS() - Method in class com.jpackages.jdun.DialUpEntryProperties
Retrieves the IP address for Primary WINS.
getLocalPhoneNumber() - Method in class com.jpackages.jdun.DialUpEntryProperties
Retrieves the telephone number to use when dialing.
getLogOnToNetwork() - Method in class com.jpackages.jdun.DialUpEntryProperties
Retrieves if this entry is to log on to the network.
getName() - Method in class com.jpackages.jdun.DialUpDevice
Retrieves the dial-up device name.
getPassword(String) - Method in class com.jpackages.jdun.DialUpManager
Retrieve the password of a given entry.
getPPPIPAddress(String) - Method in class com.jpackages.jdun.DialUpManager
Get the PPP IP address assigned to this computer from an entry connection.
getPPPIPAddressForNonEntry(String) - Method in class com.jpackages.jdun.DialUpManager
Get the PPP IP address assigned to this computer from a non-entry connection.
getPPPIPAddressServer(String) - Method in class com.jpackages.jdun.DialUpManager
Get the PPP IP address of the server connected to via an entry.
getPPPIPAddressServerForNonEntry(String) - Method in class com.jpackages.jdun.DialUpManager
Get the PPP IP address of the server connected to via a non-entry connection.
getRequireDataEncryption() - Method in class com.jpackages.jdun.DialUpEntryProperties
Retrieves if data encryption is required.
getRequireEncryptedPassword() - Method in class com.jpackages.jdun.DialUpEntryProperties
Retrieves if encrypted passwords are required.
getRequireMicrosoftEncryptedPassword() - Method in class com.jpackages.jdun.DialUpEntryProperties
Retrieves if Microsoft encrypted passwords are required.
getScriptFilePath() - Method in class com.jpackages.jdun.DialUpEntryProperties
Retrieves the script file path used.
getStatisticDuration(String) - Method in class com.jpackages.jdun.DialUpManager
Retrieve the duration of a connection for a given entry.
getStatisticReceived(String) - Method in class com.jpackages.jdun.DialUpManager
Retrieve the number of bytes received for a connection of a given entry.
getStatisticTransmitted(String) - Method in class com.jpackages.jdun.DialUpManager
Retrieve the number of bytes transmitted for a connection of a given entry.
getType() - Method in class com.jpackages.jdun.DialUpDevice
Retrieves the dial-up device type.
getUseClientForMicrosoftNetworks() - Method in class com.jpackages.jdun.DialUpEntryProperties
 
getUseCountryAndAreaCodes() - Method in class com.jpackages.jdun.DialUpEntryProperties
Retrieves if the country and area codes are to be used.
getUseDefaultGatewayOnRemoteNetwork() - Method in class com.jpackages.jdun.DialUpEntryProperties
Retrieves if default gateway on remote network is to be used.
getUseIPHeaderCompression() - Method in class com.jpackages.jdun.DialUpEntryProperties
Retrieves if IP header compression is to be used.
getUseProtocolIPX() - Method in class com.jpackages.jdun.DialUpEntryProperties
Retrieves if the IPX protocol is to be used.
getUseProtocolNetBEUI() - Method in class com.jpackages.jdun.DialUpEntryProperties
Retrieves if the NetBEUI protocol is to be used.
getUseProtocolTCPIP() - Method in class com.jpackages.jdun.DialUpEntryProperties
Retrieves if the TCP/IP protocol is to be used.
getUsername(String) - Method in class com.jpackages.jdun.DialUpManager
Retrieve the username of a given entry.
getUseSoftwareCompression() - Method in class com.jpackages.jdun.DialUpEntryProperties
Retrieve if software compression is to be used.
getUseSpecificIPAddress() - Method in class com.jpackages.jdun.DialUpEntryProperties
Retrieves if a specific IP address is to be used.
getUseSpecificNameServers() - Method in class com.jpackages.jdun.DialUpEntryProperties
Retrieves if specific name servers are to be used.

H

hangUpEntry(String) - Method in class com.jpackages.jdun.DialUpManager
Disconnect the connection for an entry.
hangUpNonEntry(String) - Method in class com.jpackages.jdun.DialUpManager
Disconnect the connection for a non-entry.
hasEntry(String) - Method in class com.jpackages.jdun.DialUpManager
Determines if the entry exists.

I

Interactive - Static variable in class com.jpackages.jdun.DialingState
Terminal state
isConnected() - Method in class com.jpackages.jdun.DialUpManager
Determines if there are any active dial-up networking entry connections.
isEntryConnected(String) - Method in class com.jpackages.jdun.DialUpManager
Determines if the entry is connected.
isInternetConnected() - Method in class com.jpackages.jdun.DialUpManager
Determines if Windows believes there is internet available.
isNonEntryConnected(String) - Method in class com.jpackages.jdun.DialUpManager
Determines if the non-entry is connected.

J

JDUNLibraryLoadFailedException - Exception in com.jpackages.jdun
This exception is thrown when the JDUN library (jdun98.dll and jdun2k.dll) fails to load.
JDUNLibraryLoadFailedException() - Constructor for exception com.jpackages.jdun.JDUNLibraryLoadFailedException
 

L

LibraryLoadFailedException - Exception in com.jpackages.jdun
This abstract exception is thrown when a required library fails to load.
LibraryLoadFailedException(String) - Constructor for exception com.jpackages.jdun.LibraryLoadFailedException
 
LogonNetwork - Static variable in class com.jpackages.jdun.DialingState
Logging on to the network

N

notifyDialingState(String, int, int) - Method in interface com.jpackages.jdun.DialingNotification
This method is called when different dialing states are reached.

O

OpenPort - Static variable in class com.jpackages.jdun.DialingState
Opening the communication port

P

PasswordExpired - Static variable in class com.jpackages.jdun.DialingState
Change password state
PortOpened - Static variable in class com.jpackages.jdun.DialingState
The communication port is opened
PrepareForCallback - Static variable in class com.jpackages.jdun.DialingState
The line is about to disconnect in preparation for callback
Projected - Static variable in class com.jpackages.jdun.DialingState
Projection result information is available

R

RASLibraryLoadFailedException - Exception in com.jpackages.jdun
This exception is thrown when the RAS library fails to load.
RASLibraryLoadFailedException() - Constructor for exception com.jpackages.jdun.RASLibraryLoadFailedException
 
ReAuthenticate - Static variable in class com.jpackages.jdun.DialingState
Reauthentication is starting
renameEntry(String, String) - Method in class com.jpackages.jdun.DialUpManager
Rename an entry.
RetryAuthentication - Static variable in class com.jpackages.jdun.DialingState
Retry authentication state

S

setAreaCode(String) - Method in class com.jpackages.jdun.DialUpEntryProperties
Specifies the area code to use when dialing.
setCountryID(int) - Method in class com.jpackages.jdun.DialUpEntryProperties
Specifies the TAPI country identifier.
setDialUpDevice(DialUpDevice) - Method in class com.jpackages.jdun.DialUpEntryProperties
Specifies the DialUpDevice to use.
setDialUpEntryProperties(String, DialUpEntryProperties) - Method in class com.jpackages.jdun.DialUpManager
Specifies the dial-up entry properties to use for the entry.
setDisableLCPExtensions(boolean) - Method in class com.jpackages.jdun.DialUpEntryProperties
Disables the PPP LCP extensions.
setDisplayTerminalWindowAfterDial(boolean) - Method in class com.jpackages.jdun.DialUpEntryProperties
Display a terminal window after dialing.
setDisplayTerminalWindowBeforeDial(boolean) - Method in class com.jpackages.jdun.DialUpEntryProperties
Display a terminal window before dialing.
setEntryType(int) - Method in class com.jpackages.jdun.DialUpEntryProperties
Sets the entry type.
setFramingProtocol(int) - Method in class com.jpackages.jdun.DialUpEntryProperties
Specifies the framing protocol to be used.
setIPAddress(String) - Method in class com.jpackages.jdun.DialUpEntryProperties
Specifies the IP address to use.
setIPAddressForDNS(String) - Method in class com.jpackages.jdun.DialUpEntryProperties
Specifies the IP address to use as Primary DNS.
setIPAddressForSecondaryDNS(String) - Method in class com.jpackages.jdun.DialUpEntryProperties
Specifies the IP address to use as Secondary DNS.
setIPAddressForSecondaryWINS(String) - Method in class com.jpackages.jdun.DialUpEntryProperties
Specifies the IP address to use as Secondary WINS.
setIPAddressForWINS(String) - Method in class com.jpackages.jdun.DialUpEntryProperties
Specifies the IP address to use as Primary WINS.
setLocalPhoneNumber(String) - Method in class com.jpackages.jdun.DialUpEntryProperties
Specifies a telephone number to use when dialing.
setLogOnToNetwork(boolean) - Method in class com.jpackages.jdun.DialUpEntryProperties
Log on to the network
setRegistrationKey(String) - Static method in class com.jpackages.jdun.DialUpManager
When you purchase a registered version of JDUN, you must programmatically specify your registration key by passing it to this method.
setRequireDataEncryption(boolean) - Method in class com.jpackages.jdun.DialUpEntryProperties
Requires data encryption.
setRequireEncryptedPassword(boolean) - Method in class com.jpackages.jdun.DialUpEntryProperties
Require encrypted password.
setRequireMicrosoftEncryptedPassword(boolean) - Method in class com.jpackages.jdun.DialUpEntryProperties
Require Microsoft encrypted passord.
setScriptFilePath(String) - Method in class com.jpackages.jdun.DialUpEntryProperties
Specifies the script file path to use.
setUseClientForMicrosoftNetworks(boolean) - Method in class com.jpackages.jdun.DialUpEntryProperties
 
setUseCountryAndAreaCodes(boolean) - Method in class com.jpackages.jdun.DialUpEntryProperties
Use the area code and country ID when dialing.
setUseDefaultGatewayOnRemoteNetwork(boolean) - Method in class com.jpackages.jdun.DialUpEntryProperties
Use default gateway on remote network.
setUseIPHeaderCompression(boolean) - Method in class com.jpackages.jdun.DialUpEntryProperties
Use IP header comression.
setUseProtocolIPX(boolean) - Method in class com.jpackages.jdun.DialUpEntryProperties
Use the IPX protocol.
setUseProtocolNetBEUI(boolean) - Method in class com.jpackages.jdun.DialUpEntryProperties
Use the NetBEUI protocol.
setUseProtocolTCPIP(boolean) - Method in class com.jpackages.jdun.DialUpEntryProperties
Use the TCP/IP protocol.
setUseSoftwareCompression(boolean) - Method in class com.jpackages.jdun.DialUpEntryProperties
Use software compression.
setUseSpecificIPAddress(boolean) - Method in class com.jpackages.jdun.DialUpEntryProperties
Use a specific IP address.
setUseSpecificNameServers(boolean) - Method in class com.jpackages.jdun.DialUpEntryProperties
Use specific name servers.
StartAuthentication - Static variable in class com.jpackages.jdun.DialingState
User authentication is being initiated
SubEntryConnected - Static variable in class com.jpackages.jdun.DialingState
A subentry has been connected
SubEntryDisconnected - Static variable in class com.jpackages.jdun.DialingState
A subentry has been disconnected

W

WaitForCallback - Static variable in class com.jpackages.jdun.DialingState
The client is waiting for an incoming call from the remote access server
WaitForModemReset - Static variable in class com.jpackages.jdun.DialingState
The client is delaying in order to give the modem time to reset itself in preparation for callback

A C D E F G H I J L N O P R S W