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


java.lang.Object
   com.sun.midp.main.NamsStorage

NamsStorage
public class NamsStorage (Code)
A wrapper for NAMS MIDlet API.


Field Summary
final public static  intNAMS_STATE_ACTIVE
    
final public static  intNAMS_STATE_DESTROYED
    
final public static  intNAMS_STATE_ERROR
    
final public static  intNAMS_STATE_NO
    
final public static  intNAMS_STATE_PAUSED
    
final public static  intNAMS_STATE_RESERVED
    
final public static  intNAMS_STORAGE_SIZE
    


Method Summary
native static  booleangetDisplayChangeRequest(int id)
    
native static  booleangetDisplayStatus(int id)
    
native static  booleangetDisplayStatusTrack(int id)
    
native static  intgetMIDletState(int id)
    
native static  booleangetMIDletStateTrack(int id)
    
native public static  intgetNotifierIsolateId()
    
native static  voidsetDisplayChangeRequest(int id, boolean request)
    
native static  voidsetDisplayStatus(int id, boolean status)
    
native static  voidsetDisplayStatusTrack(int id, boolean track)
    
native static  voidsetMIDletState(int id, int state)
    
native static  voidsetMIDletStateTrack(int id, boolean track)
    

Field Detail
NAMS_STATE_ACTIVE
final public static int NAMS_STATE_ACTIVE(Code)
midlet state is active



NAMS_STATE_DESTROYED
final public static int NAMS_STATE_DESTROYED(Code)
midlet state is destroyed



NAMS_STATE_ERROR
final public static int NAMS_STATE_ERROR(Code)
midlet failed to start



NAMS_STATE_NO
final public static int NAMS_STATE_NO(Code)
free entry in the storage



NAMS_STATE_PAUSED
final public static int NAMS_STATE_PAUSED(Code)
midlet state is paused



NAMS_STATE_RESERVED
final public static int NAMS_STATE_RESERVED(Code)
storage entry is reserved for new (starting) midlet



NAMS_STORAGE_SIZE
final public static int NAMS_STORAGE_SIZE(Code)
size of the NAMS storage





Method Detail
getDisplayChangeRequest
native static boolean getDisplayChangeRequest(int id)(Code)
returns display status change request status of a given midlet (not used now)
Parameters:
  id - the ID of the midlet display status change request



getDisplayStatus
native static boolean getDisplayStatus(int id)(Code)
returns display status of a given midlet
Parameters:
  id - the ID of the midlet display status



getDisplayStatusTrack
native static boolean getDisplayStatusTrack(int id)(Code)
returns display status change tracking status of a given midlet
Parameters:
  id - the ID of the midlet true if notification shall be sent for display status changes of the given midletfalse - otherwise



getMIDletState
native static int getMIDletState(int id)(Code)
returns state of a given midlet
Parameters:
  id - the ID of the midlet midlet state



getMIDletStateTrack
native static boolean getMIDletStateTrack(int id)(Code)
returns midlet state change tracking status of a given midlet
Parameters:
  id - the ID of the midlet true if notification shall be sent for midlet state changes of the given midletfalse - otherwise



getNotifierIsolateId
native public static int getNotifierIsolateId()(Code)
returns isolate where NAMS Notifier is running (where to send notification events)
Parameters:
  midletSuiteStorage - MIDletSuiteStorage object
Parameters:
  inp_installer - Installer object
Parameters:
  inp_url - URL of the test suite isolate Id



setDisplayChangeRequest
native static void setDisplayChangeRequest(int id, boolean request)(Code)
stores display status change request a given midlet in NAMS Storage
Parameters:
  id - the ID of the midlet
Parameters:
  request - new display status change request of the midlet



setDisplayStatus
native static void setDisplayStatus(int id, boolean status)(Code)
stores display status a given midlet in NAMS Storage
Parameters:
  id - the ID of the midlet
Parameters:
  status - new display status of the midlet



setDisplayStatusTrack
native static void setDisplayStatusTrack(int id, boolean track)(Code)
stores display status traking a given midlet in NAMS Storage
Parameters:
  id - the ID of the midlet
Parameters:
  track - new display status vhange traning of the midlet



setMIDletState
native static void setMIDletState(int id, int state)(Code)
stores state of a given midlet in NAMS Storage
Parameters:
  id - the ID of the midlet
Parameters:
  state - new state of the midlet



setMIDletStateTrack
native static void setMIDletStateTrack(int id, boolean track)(Code)
stores midlet state traking a given midlet in NAMS Storage
Parameters:
  id - the ID of the midlet
Parameters:
  track - new midlet state vhange traning of the midlet



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.