Java Doc for JUMPDownloadDescriptor.java in  » 6.0-JDK-Modules » j2me » com » sun » jump » module » download » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » 6.0 JDK Modules » j2me » com.sun.jump.module.download 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.sun.jump.module.download.JUMPDownloadDescriptor

All known Subclasses:   com.sun.jumpimpl.module.download.BaseDownloadDescriptor,
JUMPDownloadDescriptor
abstract public class JUMPDownloadDescriptor (Code)
JUMPDownloadDescriptor contains the metadata associated with any content that can be downloaded.


Field Summary
final public static  StringTYPE_APPLICATION
    
final public static  StringTYPE_DATA
    
final public static  StringTYPE_LIBRARY
    
protected  Propertiesapplications
     A vector of applications contained in this media object.
protected  Stringclasspath
     For application media objects, a classpath.
protected  Stringdata
     The mimetype of a data object.
protected  Stringdescription
     A short, textual description of the media object.
protected  StringdisplayName
     A displayable name of this media object for use on the device, if desired.
protected  Stringhref
     The URI of a data object.
protected  StringiconURI
     The URI of an icon object which can be used by the client to represent the media object.
protected  StringinstallNotifyURI
     A URI to notify after a successful download and installation.
protected  booleanisLibraryType
     An indicator of whether the media object is a library.
protected  booleanisNativeType
     An indicator of whether the media object is a native executable.
protected  StringmimeType
     The MIME type of the media object.
protected  Stringname
     The user-readable name of the media object, which identifies it to the user.
protected  StringobjectURI
     The URI (usually URL) from which the object can be downloaded.
protected  Stringschema
     The download application protocol used.
protected  StringsecurityLevel
     The security level which the Appmanager will associate with this media object.
protected  intsize
    
protected  Stringsource
     The source of the content.
protected  Stringtype
     The content type of the media object.
protected  Stringvendor
     The organization which provides the media object.
protected  Stringversion
     The version of this descriptor.

Constructor Summary
protected  JUMPDownloadDescriptor(String schema, String source)
    

Method Summary
public  Properties[]getApplications()
    
public  StringgetClasspath()
    
public  StringgetData()
    
public  StringgetDescription()
    
public  StringgetDisplayName()
    
public  StringgetHref()
    
public  StringgetIconURI()
    
public  StringgetInstallNotifyURI()
    
public  StringgetMimeType()
    
public  StringgetName()
    
public  StringgetObjectURI()
    
public  StringgetSchema()
    
public  StringgetSecurityLevel()
    
public  intgetSize()
    
public  StringgetSource()
    
public  StringgetType()
    
public  StringgetVendor()
    
public  StringgetVersion()
    
public  booleanisLibrary()
    
public  booleanisNative()
    

Field Detail
TYPE_APPLICATION
final public static String TYPE_APPLICATION(Code)



TYPE_DATA
final public static String TYPE_DATA(Code)



TYPE_LIBRARY
final public static String TYPE_LIBRARY(Code)



applications
protected Properties applications(Code)
A vector of applications contained in this media object.



classpath
protected String classpath(Code)
For application media objects, a classpath.



data
protected String data(Code)
The mimetype of a data object.



description
protected String description(Code)
A short, textual description of the media object. There are no particular semantics associated with the description, but it should be displayed to the user prior to installation.



displayName
protected String displayName(Code)
A displayable name of this media object for use on the device, if desired.



href
protected String href(Code)
The URI of a data object.



iconURI
protected String iconURI(Code)
The URI of an icon object which can be used by the client to represent the media object.



installNotifyURI
protected String installNotifyURI(Code)
A URI to notify after a successful download and installation.



isLibraryType
protected boolean isLibraryType(Code)
An indicator of whether the media object is a library.



isNativeType
protected boolean isNativeType(Code)
An indicator of whether the media object is a native executable.



mimeType
protected String mimeType(Code)
The MIME type of the media object.



name
protected String name(Code)
The user-readable name of the media object, which identifies it to the user.



objectURI
protected String objectURI(Code)
The URI (usually URL) from which the object can be downloaded. This must be accessible via an HTTP GET in order to allow the client agent to perform a download.



schema
protected String schema(Code)
The download application protocol used.



securityLevel
protected String securityLevel(Code)
The security level which the Appmanager will associate with this media object.



size
protected int size(Code)



source
protected String source(Code)
The source of the content.



type
protected String type(Code)
The content type of the media object. Normally Appmanager treats downloads as either applications JUMPDownloadDescriptor.TYPE_APPLICATION , libraries JUMPDownloadDescriptor.TYPE_LIBRARY or binary data of some sort JUMPDownloadDescriptor.TYPE_DATA .



vendor
protected String vendor(Code)
The organization which provides the media object.



version
protected String version(Code)
The version of this descriptor.




Constructor Detail
JUMPDownloadDescriptor
protected JUMPDownloadDescriptor(String schema, String source)(Code)
Creates a new instance of JUMPDownloadDescriptor




Method Detail
getApplications
public Properties[] getApplications()(Code)



getClasspath
public String getClasspath()(Code)



getData
public String getData()(Code)



getDescription
public String getDescription()(Code)



getDisplayName
public String getDisplayName()(Code)



getHref
public String getHref()(Code)



getIconURI
public String getIconURI()(Code)



getInstallNotifyURI
public String getInstallNotifyURI()(Code)



getMimeType
public String getMimeType()(Code)



getName
public String getName()(Code)



getObjectURI
public String getObjectURI()(Code)



getSchema
public String getSchema()(Code)



getSecurityLevel
public String getSecurityLevel()(Code)



getSize
public int getSize()(Code)



getSource
public String getSource()(Code)



getType
public String getType()(Code)



getVendor
public String getVendor()(Code)



getVersion
public String getVersion()(Code)



isLibrary
public boolean isLibrary()(Code)



isNative
public boolean isNative()(Code)



Methods inherited from java.lang.Object
public boolean equals(Object obj)(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.