Start Mobile Business Object Management

Starts the management of a mobile business object.

Syntax

public static SUPMobileBusinessObject getSUPMobileBusinessObject(MBOContext mboContext) throws SUPAdminException;

Returns

If successful, returns silently. If unsuccessful, returns SUPAdminException.

Examples

  • Start mobile business object management
    domainContext = clusterContext.getDomainContext("<domain name>");
    packageContext = domainContext.getPackageContext("<package name>");
    mboContext = packageContext.getMBOContext("<MBO name>");
    SUPMobileBusinessObject supmbo = SUPObjectFactory.getSUPMobileBusinessObject(mboContext);

Usage

To manage Unwired Server mobile business objects, you must first create an instance of SUPMobileBusinessObject.