NamedValue[] executeArgs = (NamedValue[]) tEnv.getObjRelation("executeArgs");
XJob Job = (XJob) tEnv.getObjRelation("Job");
try {
Job.execute(executeArgs);
} catch ( com.sun.star.lang.IllegalArgumentException e) {
throw new StatusException(Status.failed
("'could not fire event: " + e)) ;
} catch ( com.sun.star.uno.Exception e) {
throw new StatusException(Status.failed