Ejemplo n.º 1
0
 private void setSession(ServerSession serverSession) {
   this.sessions.add(serverSession);
   serverSession.setPortal(this);
 }