Administration Client API Features

Sybase Unwired Platform includes a Java API that opens the administration and configuration of Sybase Unwired Platform to Java client applications you create. By building a custom client with the administration client API, you can build custom application to support Sybase Unwired Platform administration features and functionality within an existing IT management infrastructure.

When creating a custom Unwired Platform administration client, the entry point is the SUPObjectFactory class. By calling methods of SUPObjectFactory, which require different context objects, you can retrieve administration interfaces to perform administration activities. Should errors occur, they are reported through a SUPAdminException, which provides the error code and error message. For details of each administration interface, you can refer to the Javadoc shipped with the administration client API.