sdkcreationmw/sdkruntimes/MIDP/nei/src/com/symbian/tools/j2me/sei/emulator/session/Session.java
changeset 1 ac50fd48361b
parent 0 b26acd06ea60
equal deleted inserted replaced
0:b26acd06ea60 1:ac50fd48361b
   159    *
   159    *
   160    * @return int free port
   160    * @return int free port
   161    *
   161    *
   162    * @throws Exception if some error occured
   162    * @throws Exception if some error occured
   163    */
   163    */
   164   public abstract int getFreePort() throws Exception;
   164   //public abstract int getFreePort() throws Exception;
   165 
   165 
   166 
   166 
   167 
   167 
   168   /**
   168   /**
   169    * Start the MIDlet
   169    * Start the MIDlet
   231    *
   231    *
   232    * @return list of installed MIDlet suites
   232    * @return list of installed MIDlet suites
   233    *
   233    *
   234    * @throws Exception if some error occured
   234    * @throws Exception if some error occured
   235    */
   235    */
   236   public abstract MIDletSuiteInfo[] getInstalledMIDletSuitesInfo() throws Exception;
   236   //public abstract MIDletSuiteInfo[] getInstalledMIDletSuitesInfo() throws Exception;
   237 
   237 
   238 
   238 
   239   /**
   239   /**
   240    * Get the MIDlet VM process
   240    * Get the MIDlet VM process
   241    *
   241    *