|
Mobile Tools for Java Release 1.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMIDPDevice
The device interface specifies the representation of an emulated MIDP device.
Field Summary |
---|
Fields inherited from interface org.eclipse.mtj.core.persistence.IPersistable |
---|
CLASS_PERSISTABLE_ATTRIBUTE, ID_PERSISTABLE_ATTRIBUTE, KEY_PERSISTABLE_ATTRIBUTE, PROPERTY_PERSISTABLE_ELEMENT, REFID_PERSISTABLE_ATTRIBUTE, VALUE_PERSISTABLE_ATTRIBUTE |
Method Summary | |
---|---|
IMIDPAPI |
getCLDCAPI()
Return the configured Configuration API for the device instance. |
IMIDPAPI |
getMIDPAPI()
Return the configured Profile API for the device instance. |
IPreverifier |
getPreverifier()
Return the preverifier to be used to preverify classes for running in this device instance. |
String[] |
getProtectionDomains()
Return the list of protection domains specified by this device. |
File |
getWorkingDirectory()
Return the working directory to be used when launching the device emulation. |
Methods inherited from interface org.eclipse.mtj.core.sdk.device.IDevice |
---|
getClasspath, getDescription, getIdentifier, getLaunchCommand, getName, getSDK, getSDKName, getSymbolSet, isDebugServer, setName |
Methods inherited from interface org.eclipse.mtj.core.persistence.IPersistable |
---|
loadUsing, storeUsing |
Method Detail |
---|
IMIDPAPI getCLDCAPI()
null
if no Configuration was set.IPreverifier getPreverifier()
If no preverifier was specified for this device, MTJ will try to retrieve
an IPreverifier instance using the
IDeviceRegistry.getDefaultPreferifier()
to be used when
preverifing classes for running on this device.
null
if preverifier was previously set.IMIDPAPI getMIDPAPI()
null
if no Profile was set.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.File getWorkingDirectory()
null
if no working
directory is necessary.
|
Mobile Tools for Java Release 1.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |