Starts the management of a mobile business object.
public static SUPMobileBusinessObject getSUPMobileBusinessObject(MBOContext mboContext) throws SUPAdminException;
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);