Administration Interfaces

The administration client API uses several interfaces that contain operations which can be invoked by custom code to perform management of the Unwired Server.

The administration client API includes these administration interfaces:
Interface Includes methods that
SUPServer Command and control operations for an Unwired Server instance, for example start, stop, and ping.
SUPCluster Manage cluster security, monitoring configuration and domain creation for a cluster instance, and so on.
SUPDomain Manage domains, deploy packages to a domain, set security configurations for a domain, and so on.
SUPPackage Configure packages by setting up subscriptions, configuring cache groups, configuring endpoint properties, and so on.
SUPMobileBusinessObject View mobile business object properties, operations, errors, endpoints, and so on.
SUPOperations View operation properties, errors, endpoints, and so on.
SUPApplication Manage applications, application connections, and application connection templates
SUPMonitor Perform monitoring functions like viewing histories, summaries, details, and performance data for various platform components, and export data as required.
SUPServerLog View, filter, delete and refresh logs, configure appenders, and so on, for Unwired Server and its embedded services like replication and messaging synchronization.
SUPDomainLog Configure domain log settings and view, filter, delete domain logs entries, and so on.
SUPServerConfiguration Configure an Unwired Server instance, as well as its listeners. All methods of this interface, except the apple push notification-related properties are metadata-based.
SUPSecurityConfiguration Create, manage, and configure a security configuration with at least one authentication provider. You can add other providers (authentication, authorization, attribution, and audit) as required.
SUPMobileWorkflow Manage and configure deployed mobile workflow packages.

For details on these classes, and the methods that implement them, see the Javadocs for com.sybase.sup.admin.client.

Related reference
Client Metadata