Downloading Customization Resource Bundles

The application can download the custom resources using this API. The customized resource bundles are assigned to application connections in the SCC.

A customization resource bundle is a JAR file that includes a manifest file of name and version properties. It enables you to associate deployed client applications with different versions of customization resources. See Customization Resource Bundles in Sybase Control Center for Online Data Proxy for information about the implementation task flow of customizations resource bundles.

Syntax

public byte[] getCustomResourceBundle (String CUSTOMIZATION_RESOURCE, String UserName, String Password) throws com.sybase.mo.MessagingClientException

Parameters

Returns

When a notification is received for updates made to the CUSTOMIZATION_RESOURCE property, this API returns the customization resource bundle as binary data.

Examples