createSISHTTPListener function (J2ME BlackBerry only)

Creates an HTTP SISListener for server-initiated synchronization.

Synopsis
SISListener DatabaseManager.createSISHTTPListener(
 SISRequestHandler handler, int port
 String httpOptions
)
Parameters
  • handler   A SISRequestHandler specified to handle SIS requests.

  • port   An HTTP port to listen for server messages.

  • httpOptions   The HTTP options for connecting to the server.

Remarks

4400 is the recommended port setting.

"deviceside=false" is the recommended HTTP option for BlackBerry simulators.

See also
Returns

The SISListener for server-initiated synchronization.