Installs connections.
If connection installation succeeds, these connections are disabled (i.e.
events on these connections won't lead to MIDlet suite
activation.) To enable connections one should use
enableConnections method. If for any reason installation of
the suite fails, one MUST call uninstallConnections to
uninstall connections before invoking enableConnections .
Precondition: midletSuiteId MUST
refer to a suite without any registered Push connections (this
precondition isn't checked and violation leads to undefined
behaviour.)
Precondition: connections array MUST be
non-empty and not have duplicate connections (i.e. it should be non-empty
set).
Parameters: midletSuiteId - ID of MIDlet suite to installconnections for Parameters: connections - Connections to install throws: ConnectionNotFoundException - throws: SecurityException - |