String[] groups = { System.getProperty("user.name") };
UserProperties userProps = new UserProperties("full name",
groups[0]);
Entry jobEntry [] = { new Name(appParams.getName()),
new Name(groups[0]) ,
new JobUserKey(appParams.getName(),
userProps,
"localhost",
new Date())};
queue.submit(appParams, jobEntry, userProps);
JAMServiceUILauncher uiLauncher = new