MUM.profileService.server
Class ProfileProtocol

java.lang.Object
  extended byMUM.profileService.server.ProfileProtocol
All Implemented Interfaces:
java.lang.Runnable

public class ProfileProtocol
extends java.lang.Object
implements java.lang.Runnable

This class implements a ProfileContainerConnectionMaker. This component listen for requests on the port where it can be istantiated then creates a new thread to serve the request and return to wait for new requests


Constructor Summary
ProfileProtocol(java.net.Socket sock, IProfileRepository profileRepository, IPlatformDescriptorsDB platformDB, java.io.PrintStream out)
          Costruttore.
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileProtocol

public ProfileProtocol(java.net.Socket sock,
                       IProfileRepository profileRepository,
                       IPlatformDescriptorsDB platformDB,
                       java.io.PrintStream out)
Costruttore.

Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable


Copyright © 2004 Luca Foschini