String token = strtok.nextToken();
this.usernamesToResolveSet.add(token.trim());
}
try {
this.session = new STSession("CruiseControl build notification" + this);
} catch (DuplicateObjectException ex) {
throw new RuntimeException("cannot create sametime session" + ex);
}
this.session.loadSemanticComponents();
this.session.start();