Updated URI parsing code in server and added code to keep observed resources list...
[platform/upstream/iotivity.git] / service / simulator / java / sdk / src / org / oic / simulator / SimulatorManagerNativeInterface.java
index 62410cc..42da05c 100644 (file)
@@ -100,21 +100,7 @@ class SimulatorManagerNativeInterface {
             throws InvalidArgsException, SimulatorException;
 
     /**
-     * Native function for discovering all types of resources.
-     *
-     * @param listener
-     *            Interface to receive the discovered remote resources.
-     * 
-     * @throws InvalidArgsException
-     *             Thrown if the input parameter is empty.
-     * @throws SimulatorException
-     *             Thrown for other errors.
-     */
-    public static native void findResource(IFindResourceListener listener)
-            throws InvalidArgsException, SimulatorException;
-
-    /**
-     * Native function for discovering specific type of resources.
+     * Native function for discovering resources.
      *
      * @param resourceType
      *            required resource type