Sets the identifier for the current application.
Set the application identifer before calling startConnection or registerApplication.
public void setApplicationIdentifier(java.lang.String value)
// Initialize Application settings
Application app = Application.getInstance();
// The identifier has to match the
// application ID deployed to the SUP server
app.setApplicationIdentifier("SUP101");
This method must be called in the user interface thread.