What is the registerConnection() method?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the registerConnection() method?
Rating:
The registerConnection() method dynamically registers a MIDlet suite with application management software (AMS) for push-enabled activation. The general syntax of this is as follows:
java.lang.String midlet, java.lang.String filter)
Here, connection is the string passed to the Connector.open() method, midlet specifies the MIDlet class name to be activated, and filter specifies a connection URL string indicating the senders that are allowed to launch the specified MIDlet.
Rating:
Was this information helpful?
Other articles
- What is the send() method?
- What is the setTitle() method?
- What is the ChoiceGroup class?
- What is the getWidth() method?
- What is the HttpsConnection interface?