|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The device interface specifies the representation of an emulated device. Each instance of IEmulator must provide a list of emulated devices that implement this interface.
Note: This class/interface is part of an interim API that is still under development and expected to change before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken as the API evolves.
Copyright (c) 2003-2005 Craig Setera
IEmulator| Method Summary | |
java.lang.String |
getDescription()
Return the displayable description of this device. |
java.util.Properties |
getDeviceProperties()
Return the properties associated with this device. |
java.lang.String |
getName()
Return the name of this device. |
java.lang.String[] |
getProtectionDomains()
Return the list of protection domains specified by this device. |
| Method Detail |
public java.lang.String getDescription()
null value, the device's name will
be used as the description instead.
null
if the device's name should be used instead.public java.util.Properties getDeviceProperties()
public java.lang.String getName()
null.
public java.lang.String[] getProtectionDomains()
null from this method will imply that this
device does not support protection domains.
null if
the device does not provide any protection domains.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||