cg = sessionCommandGroup;
}
if (out instanceof PrintWriter) {
status = cg.execute(args, in, (PrintWriter) out, session);
} else {
status = cg.execute(args, in, new PrintWriter(out), session);
}
if (commandGroupRef != null) {
try {
bc.ungetService(commandGroupRef);
} catch (IllegalStateException ignore) {