Resets the JCo cache repositories for the SAP Mobile Server.
void cleanAllJCoRepositories() throws SUPAdminException;
If successful, returns silently. If unsuccessful, returns SUPAdminException.
ServerContext serverContext = new ServerContext(host, port, user, pwd, secure); SUPServer server = SUPObjectFactory.getSUPServer(serverContext); server.cleanAllJCoRepositories();