380381382383384385386
public <T extends SessionClock> T getSessionClock() { return (T) this.commandService.execute( new GetSessionClockCommand() ); } public EntryPoint getEntryPoint(String name) { return this.commandService.execute( new GetEntryPointCommand( name ) ); }