HomeSort by relevance Sort by last modified time
    Searched full:tocoroutine (Results 1 - 1 of 1) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
CoroutineManager.java 251 * %TBD% What should we do if toCoroutine isn't registered? Exception?
256 * @param toCoroutine Integer identifier for the coroutine we wish to
258 * @exception java.lang.NoSuchMethodException if toCoroutine isn't a
261 public synchronized Object co_resume(Object arg_object,int thisCoroutine,int toCoroutine) throws java.lang.NoSuchMethodException
263 if(!m_activeIDs.get(toCoroutine))
264 throw new java.lang.NoSuchMethodException(XMLMessages.createXMLMessage(XMLErrorResources.ER_COROUTINE_NOT_AVAIL, new Object[]{Integer.toString(toCoroutine)})); //"Coroutine not available, id="+toCoroutine);
269 m_nextCoroutine=toCoroutine;
325 * @param toCoroutine Integer identifier for the coroutine we wish to
327 * @exception java.lang.NoSuchMethodException if toCoroutine isn't
    [all...]

Completed in 688 milliseconds