public List<Breakpoint> getBreakpoints() { return SessionService.getBreakpoints(this); }
public List<Event> getEvents() { return SessionService.getEvents(this); }
public List<Method> getEndingMethods() { return SessionService.getEndingMethods(this); }
public List<Type> getTypes() { return SessionService.getTypes(this); }
public void stop() throws Exception { SessionService.finish(this); }
public void create() throws Exception { SessionService.create(this); }
public void start() throws Exception { SessionService.start(this); }