com.sun.squawk.rms
Class ApplicationDescriptorEntry
java.lang.Object
   com.sun.squawk.rms.RmsEntry
com.sun.squawk.rms.RmsEntry
       com.sun.squawk.rms.ApplicationDescriptorEntry
com.sun.squawk.rms.ApplicationDescriptorEntry
- All Implemented Interfaces: 
- IApplicationDescriptorEntry, IRmsEntry
- public class ApplicationDescriptorEntry 
- extends RmsEntry- implements IApplicationDescriptorEntry
 
 
 
 
 
 
 
PROPERTY_MIDLET_NAME
public static final String PROPERTY_MIDLET_NAME
- See Also:
- Constant Field Values
PROPERTY_MIDLET_VENDOR
public static final String PROPERTY_MIDLET_VENDOR
- See Also:
- Constant Field Values
PROPERTY_MIDLET_VERSION
public static final String PROPERTY_MIDLET_VERSION
- See Also:
- Constant Field Values
TYPE
public static final int TYPE
- See Also:
- Constant Field Values
midletName
protected String midletName
midletVendor
protected String midletVendor
midletVersion
protected String midletVersion
ApplicationDescriptorEntry
public ApplicationDescriptorEntry()
getMidletName
public String getMidletName()
- 
- Specified by:
- getMidletNamein interface- IApplicationDescriptorEntry
 
- 
 
getMidletVendor
public String getMidletVendor()
- 
- Specified by:
- getMidletVendorin interface- IApplicationDescriptorEntry
 
- 
 
getMidletVersion
public String getMidletVersion()
- 
- Specified by:
- getMidletVersionin interface- IApplicationDescriptorEntry
 
- 
 
getType
public int getType()
- 
- Specified by:
- getTypein interface- IRmsEntry
 
- 
 
readFrom
public void readFrom(IMemoryHeapBlock memoryBlock)
              throws IOException
- 
- Specified by:
- readFromin interface- IRmsEntry
- Overrides:
- readFromin class- RmsEntry
 
- 
- Throws:
- IOException
 
setMidletName
public void setMidletName(String name)
- 
- Specified by:
- setMidletNamein interface- IApplicationDescriptorEntry
 
- 
 
setMidletVendor
public void setMidletVendor(String vendor)
- 
- Specified by:
- setMidletVendorin interface- IApplicationDescriptorEntry
 
- 
 
setMidletVersion
public void setMidletVersion(String version)
- 
- Specified by:
- setMidletVersionin interface- IApplicationDescriptorEntry
 
- 
 
visit
public void visit(IRmsEntryVisitor visitor)
           throws RecordStoreException
- 
- Specified by:
- visitin interface- IRmsEntry
 
- 
- Throws:
- RecordStoreException
 
writeTo
public void writeTo(DataOutputStream dataOut)
             throws IOException
- 
- Specified by:
- writeToin interface- IRmsEntry
- Overrides:
- writeToin class- RmsEntry
 
- 
- Throws:
- IOException
 
"For updated information see the Java FRC site"