|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jpackages.jdun.DialUpDevice
public class DialUpDevice
This class defines a dial-up device.
Each entry has a dial-up device that it uses to connect.
Example:
// dialUpManager is an instance of DialUpManager
DialUpDevice dev = dialUpManager.getDialUpDeviceModem();
DialUpEntryProperties props = new DialUpEntryProperties("5551234", dev);
dialUpManager.setDialUpEntryProperties("My Connection", props);
Copyright (c) 2001-2007
| Method Summary | |
|---|---|
java.lang.String |
getName()
Retrieves the dial-up device name. |
java.lang.String |
getType()
Retrieves the dial-up device type. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getName()
Retrieves the dial-up device name.
public java.lang.String getType()
Retrieves the dial-up device type.
These types include but are not limited to modem, vpn, and parallel.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||