Manually Registering an Application

Manually register an application by using the user name and activation code of the application registered through the Sybase Control Center.

Syntax

Synchronous Registration

public static void registerUser(String username, String activationCode) throws UserManagerException, com.sybase.mo.MessagingClientException

Asynchronous Registration

public static void asyncRegisterUser(String username, String activationCode) throws UserManagerException

Parameters

Examples