Java Doc for OMADownloadDescriptor.java in  » 6.0-JDK-Modules » j2me » com » sun » jumpimpl » 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.jumpimpl.module.download 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.sun.jump.module.download.JUMPDownloadDescriptor
      com.sun.jumpimpl.module.download.BaseDownloadDescriptor
         com.sun.jumpimpl.module.download.OMADownloadDescriptor

OMADownloadDescriptor
public class OMADownloadDescriptor extends BaseDownloadDescriptor (Code)


Field Summary
protected  StringinfoURI
     A URI (URL) used to provide further information describing the media object.
protected  StringnextURI
     The URI (URL) to which the client should navigate if the user elects to invoke a browsing action after the download is done.
protected  booleanuserInteraction
     Whether user interaction is allowed.

Constructor Summary
public  OMADownloadDescriptor(String schema, String source)
    

Method Summary
public  StringgetInfoURI()
     Return the URI from which to request more information about this media object (may be null).
public  booleangetInteraction()
     Indicate whether or not user interaction is allowed for this media object.
public  StringgetNextURI()
     Return the nextURI value for this media object (may be null).
public  voidsetInfoURI(String uri)
     Set the infoURI for this media object.
public  voidsetInteraction(boolean user)
     Set option of whether or not to allow user interaction.
public  voidsetNextURI(String uri)
     Set the nextURI value for this media object, to which the client should navigate after installation (whether successful or not) if the user selects a browsing option.

Field Detail
infoURI
protected String infoURI(Code)
A URI (URL) used to provide further information describing the media object.



nextURI
protected String nextURI(Code)
The URI (URL) to which the client should navigate if the user elects to invoke a browsing action after the download is done. This allows the download service to continue user interaction after the download is complete (whether successful or not).



userInteraction
protected boolean userInteraction(Code)
Whether user interaction is allowed.




Constructor Detail
OMADownloadDescriptor
public OMADownloadDescriptor(String schema, String source)(Code)




Method Detail
getInfoURI
public String getInfoURI()(Code)
Return the URI from which to request more information about this media object (may be null).



getInteraction
public boolean getInteraction()(Code)
Indicate whether or not user interaction is allowed for this media object.



getNextURI
public String getNextURI()(Code)
Return the nextURI value for this media object (may be null).



setInfoURI
public void setInfoURI(String uri) throws SyntaxException(Code)
Set the infoURI for this media object.
Parameters:
  uri - The URI (URL) which provides more informationabout the media object.
throws:
  SyntaxException - if the parameter is an invalidURL.



setInteraction
public void setInteraction(boolean user) throws SyntaxException(Code)
Set option of whether or not to allow user interaction.
Parameters:
  user - True or false.



setNextURI
public void setNextURI(String uri) throws SyntaxException(Code)
Set the nextURI value for this media object, to which the client should navigate after installation (whether successful or not) if the user selects a browsing option.
Parameters:
  uri - the URI to which to navigate
throws:
  SyntaxException - if the URI is invalid.



Methods inherited from com.sun.jumpimpl.module.download.BaseDownloadDescriptor
public void checkOut() throws SyntaxException(Code)(Java Doc)
protected static void checkURL(String uri) throws SyntaxException(Code)(Java Doc)
public void setApplications(Properties applications)(Code)(Java Doc)
public void setClasspath(String classpath)(Code)(Java Doc)
public void setData(String data)(Code)(Java Doc)
public void setDescription(String description)(Code)(Java Doc)
public void setDisplayName(String displayName)(Code)(Java Doc)
public void setIconURI(String iconURI)(Code)(Java Doc)
public void setInstallNotifyURI(String installNotifyURI)(Code)(Java Doc)
public void setMimeType(String mimeType)(Code)(Java Doc)
public void setName(String name)(Code)(Java Doc)
public void setObjectURI(String objectURI)(Code)(Java Doc)
public void setSchema(String schema)(Code)(Java Doc)
public void setSecurityLevel(String securityLevel)(Code)(Java Doc)
public void setSize(int size)(Code)(Java Doc)
public void setSource(String source)(Code)(Java Doc)
public void setType(String type)(Code)(Java Doc)
public void setVendor(String vendor)(Code)(Java Doc)
public void setVersion(String version)(Code)(Java Doc)

Fields inherited from com.sun.jump.module.download.JUMPDownloadDescriptor
final public static String TYPE_APPLICATION(Code)(Java Doc)
final public static String TYPE_DATA(Code)(Java Doc)
final public static String TYPE_LIBRARY(Code)(Java Doc)
protected Properties applications(Code)(Java Doc)
protected String classpath(Code)(Java Doc)
protected String data(Code)(Java Doc)
protected String description(Code)(Java Doc)
protected String displayName(Code)(Java Doc)
protected String href(Code)(Java Doc)
protected String iconURI(Code)(Java Doc)
protected String installNotifyURI(Code)(Java Doc)
protected boolean isLibraryType(Code)(Java Doc)
protected boolean isNativeType(Code)(Java Doc)
protected String mimeType(Code)(Java Doc)
protected String name(Code)(Java Doc)
protected String objectURI(Code)(Java Doc)
protected String schema(Code)(Java Doc)
protected String securityLevel(Code)(Java Doc)
protected int size(Code)(Java Doc)
protected String source(Code)(Java Doc)
protected String type(Code)(Java Doc)
protected String vendor(Code)(Java Doc)
protected String version(Code)(Java Doc)

Methods inherited from com.sun.jump.module.download.JUMPDownloadDescriptor
public Properties[] getApplications()(Code)(Java Doc)
public String getClasspath()(Code)(Java Doc)
public String getData()(Code)(Java Doc)
public String getDescription()(Code)(Java Doc)
public String getDisplayName()(Code)(Java Doc)
public String getHref()(Code)(Java Doc)
public String getIconURI()(Code)(Java Doc)
public String getInstallNotifyURI()(Code)(Java Doc)
public String getMimeType()(Code)(Java Doc)
public String getName()(Code)(Java Doc)
public String getObjectURI()(Code)(Java Doc)
public String getSchema()(Code)(Java Doc)
public String getSecurityLevel()(Code)(Java Doc)
public int getSize()(Code)(Java Doc)
public String getSource()(Code)(Java Doc)
public String getType()(Code)(Java Doc)
public String getVendor()(Code)(Java Doc)
public String getVersion()(Code)(Java Doc)
public boolean isLibrary()(Code)(Java Doc)
public boolean isNative()(Code)(Java Doc)

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.