Deploys an Agentry application to the Agentry server. SAP Mobile Server parses the application manifest to decide which deployment mode to use; new or update.
void deployAgentryApplication (String appId,String fileLocation ,boolean immediate,Date time) throws SUPAdminException;
deployAgentryApplication("testApp","c:\\app.agentry2.agp",true,null )