public Session()
{
// super( new SessionCollection(), new SessionCollection(), new SessionCollection() );
super();
transport = new Transport( this );
rt_producer = new RealtimeProducer();
// actionSave = new ActionSave();
markerTrack = new MarkerTrack( this );
markers = (MarkerTrail) markerTrack.getTrail();