Package org.medcare.igtl.network


package org.medcare.igtl.network
  • Class
    Description
     
     
     
     
     
     
     
    Perform request corresponding to the message received performRequest methods must be adapted corresponding to the need of each use User must adapt Capability list, to be able to send the right capability list and to have a correct error management for incorrect capability request
    One MessageQueueManager is created by each ServerThread to add MessageHandler to MessageQueueManager queue as soon as they receive messages.
    The class can be used by first connecting to a server sending requests comming from the requestQueue, listening for response and adding response to the responsqueue
    The class can be used to create a server listening a port Messages received will be queued and proceed
     
    RequestQueueManager create its own OpenIGTClient connected to one OpenIGTServer.
    Perform response data corresponding to the message received performResponse methods must be adapted corresponding to the need of each use User must adapt Capability list, to be able to send the right capability list and to have a correct error management for incorrect capability request User must use SetStatus method so it value correspond to the real status of the client.
    Each OpenIGTClient create its own ResponseQueueManager to queue response they get from server.
    OpenIGTServer create one ServerThread for each client making a connection.