ServerSessionEndpoint(String sessionID, ServerConnectionEndpoint connectionEndpoint,
boolean replicating) throws Exception
{
this.id = sessionID;
this.executor = new NamedThreadQueuedExecutor("jbm-server-session-" + sessionID);
this.connectionEndpoint = connectionEndpoint;
this.replicating = replicating;