Imports a package to a domain. Only a Sybase Unwired Platform administrator or a Sybase Unwired Platform domain administrator can perform this.
void importPackage(String fileName) throws SUPAdminException;
If successful, returns silently. If unsuccessful, returns SUPAdminException.
supDomain.importPackage(fileName);