Starts the management of a mobile business object.
public static SUPMobileBusinessObject SUPObjectFactory.getSUPMobileBusinessObject(MBOContext mboContext)
If successful, returns silently. If unsuccessful, returns SUPAdminException.
domainContext = clusterContext.getDomainContext("<domain name>");
packageContext = domainContext.getPackageContext("<package name>");
mboContext = packageContext.getMBOContext("<MBO name>");
SUPMobileBusinessObject supmbo = SUPObjectFactory.getSUPMobileBusinessObject(mboContext);