public SessionEntryPoint getEntryPoint(String name) {
return this.commandService.execute( new GetEntryPointCommand( name ) );
}
public Collection< ? extends SessionEntryPoint> getEntryPoints() {
return this.commandService.execute( new GetEntryPointsCommand() );
}