Search in sources :

Example 1 with LatecomerSessionServer

use of port.sessionserver.relay.late.LatecomerSessionServer in project GIPC by pdewan.

the class ADynamicServerLatecomerClientLauncher method joinSessionServer.

@Override
protected JoinInfo joinSessionServer() {
    // created before session join so  MVC server description and message list is null
    dynamicServerSessionObserver = new ADynamicServerSessionObserver(serverName, null, clientName, null, (GenericRelayingCollaborativeFrostyModel) getFrostyModel(), null, this);
    dynamicServerSessionObserver.initInputPort(mainPort);
    return ((LatecomerSessionServer) sessionServerProxy).lateJoin(sessionName, new AServerPortDescription(null, null, clientName), dynamicServerSessionObserver);
}
Also used : AServerPortDescription(port.sessionserver.AServerPortDescription) GenericRelayingCollaborativeFrostyModel(port.relay.mvc.example.GenericRelayingCollaborativeFrostyModel) LatecomerSessionServer(port.sessionserver.relay.late.LatecomerSessionServer)

Aggregations

GenericRelayingCollaborativeFrostyModel (port.relay.mvc.example.GenericRelayingCollaborativeFrostyModel)1 AServerPortDescription (port.sessionserver.AServerPortDescription)1 LatecomerSessionServer (port.sessionserver.relay.late.LatecomerSessionServer)1