Administration Interfaces

The Management API uses several interfaces that contain operations which can be invoked by custom code to perform management of the SAP Mobile Server.

The Management API includes these administration interfaces:
Interface Includes Methods That
SUPServer Command and control operations for an SAP Mobile 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.
SUPOperation 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 SAP Mobile 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.
SUPConfiguration Configure an SAP Mobile Server cluster.
SUPServerConfiguration Configure JVM performance, and manage and configure Outbound Enablers.
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

This interface has been deprecated. Use the SUPMobileHybridApp interface instead.

Manage and configure deployed mobile workflow packages.

SUPMobileHybridApp Manage and configure deployed Hybrid App packages.
SUPRelayServer Manage and configure Relay Servers used in SAP Mobile Platform.
SUPDeviceUser This interface has been deprecated.

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

Related reference
Client Metadata