Java™ 2 Platform, Micro Edition Content Handler API (Final Release, June 3, 2005)

Uses of Class
javax.microedition.content.Invocation

Uses of Invocation in javax.microedition.content
 

Methods in javax.microedition.content that return Invocation
 Invocation Registry.getResponse(boolean wait)
          Gets the next Invocation response pending for this application.
 Invocation Invocation.getPrevious()
          Gets the previous Invocation saved in this Invocation by Registry.invoke or Registry.getResponse.
 Invocation ContentHandlerServer.getRequest(boolean wait)
          Gets the next Invocation request pending for this ContentHandlerServer.
 

Methods in javax.microedition.content with parameters of type Invocation
 ContentHandler[] Registry.findHandler(Invocation invocation)
          Gets the registered content handlers that could be used for this Invocation.
 boolean Registry.invoke(Invocation invocation, Invocation previous)
          Checks the Invocation and uses the ID, type, URL, and action, if present, to find a matching ContentHandler and queues this request to it.
 boolean Registry.invoke(Invocation invocation)
          Checks the Invocation and uses the ID, type, URL, and action, if present, to find a matching ContentHandler and queues this request to it.
 boolean Registry.reinvoke(Invocation invocation)
          Reinvokes the Invocation and uses the ID, type, URL, and action to find a matching ContentHandler and re-queues this request to it.
 boolean ContentHandlerServer.finish(Invocation invocation, int status)
          Finishes the Invocation and sets the status for the response.
 


Java™ 2 Platform, Micro Edition Content Handler API (Final Release, June 3, 2005)

Submit a comment or suggestion on this specification. This specification is protected under the JSPA version 2.6.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries. Copyright 1993-2005 Sun Microsystems, Inc. 901 San Antonio Road,Palo Alto, California, 94303, U.S.A. All Rights Reserved.