| |
|
| java.lang.Object com.sun.midp.automation.AutoSuiteDescriptor com.sun.midp.automation.AutoSuiteDescriptorImpl
All known Subclasses: com.sun.midp.automation.AutoInternalSuiteDescriptorImpl, com.sun.midp.automation.AutoExternalSuiteDescriptorImpl,
AutoSuiteDescriptorImpl | abstract class AutoSuiteDescriptorImpl extends AutoSuiteDescriptor (Code) | | Base class for AutoSuiteDescriptor implementation
|
isValid | protected boolean isValid(Code) | | Flag indicating whether this suite valid or not
|
midletSuite | protected MIDletSuiteImpl midletSuite(Code) | | Internal representation of MIDlet suite
|
suiteMIDlets | protected Vector suiteMIDlets(Code) | | Vector containing descriptors of suite's MIDlets
|
totalMIDlets | protected int totalMIDlets(Code) | | Number of MIDlets in the suite
|
AutoSuiteDescriptorImpl | protected AutoSuiteDescriptorImpl(MIDletSuiteImpl midletSuite)(Code) | | Constructor
Parameters: midletSuite - internal representation of MIDlet suite |
getInitialMIDlet | public AutoMIDletDescriptor getInitialMIDlet()(Code) | | Gets MIDlet which should be started by default for this
suite, if any.
AutoMIDletDescriptor representing defaultMIDlet |
getInstanceByClassName | final static AutoSuiteDescriptor getInstanceByClassName(String className) throws IOException(Code) | | Factory method: constructs suite descriptor from MIDlet's class name
Parameters: className - class name of internal MIDlet suite decriptor |
getSuiteID | abstract int getSuiteID()(Code) | | Gets suite ID
suite ID as String |
getSuiteMIDlets | public Vector getSuiteMIDlets()(Code) | | Gets suite's MIDlets.
vector of AutoMIDletDescriptor objects representingsuite's MIDlets,null if there is no default MIDlet for this suite |
getSuiteName | public String getSuiteName()(Code) | | Gets name of the suite.
name of the suite as specified in jar/jad |
guaranteeSuiteValid | final void guaranteeSuiteValid(String s) throws IllegalStateException(Code) | | Guarantees suite validness: if suite is not valid,
exception is thrown
Parameters: s - error string |
invalidate | final void invalidate()(Code) | | Invalidates suite
|
isExternalSuite | abstract boolean isExternalSuite()(Code) | | Tests if this suite is external
true, if this suite is internal |
start | public AutoMIDlet start(String[] args)(Code) | | Starts this suite's initial MIDlet.
Parameters: args - MIDlet's arguments AutoMIDlet representing started MIDlet |
updateMIDletsList | abstract void updateMIDletsList()(Code) | | Updates list of suite's MIDlets
|
|
|
|