Exemple #1
0
 public HostSessionFactoryImpl(IThreadingProxy threadingProxy, ICollectionFactory collectionFactory, IPofSerializer pofSerializer, PofStreamsFactory pofStreamsFactory, PortableObjectBoxConverter portableObjectBoxConverter)
 {
     this.threadingProxy             = threadingProxy;
     this.collectionFactory          = collectionFactory;
     this.pofSerializer              = pofSerializer;
     this.pofStreamsFactory          = pofStreamsFactory;
     this.portableObjectBoxConverter = portableObjectBoxConverter;
 }
 public ServiceClientFactoryImpl(ProxyGenerator proxyGenerator, IStreamFactory streamFactory, ICollectionFactory collectionFactory, IThreadingProxy threadingProxy, INetworkingProxy networkingProxy, IPofSerializer pofSerializer, PofStreamsFactory pofStreamsFactory)
 {
     this.proxyGenerator    = proxyGenerator;
     this.streamFactory     = streamFactory;
     this.collectionFactory = collectionFactory;
     this.threadingProxy    = threadingProxy;
     this.networkingProxy   = networkingProxy;
     this.pofSerializer     = pofSerializer;
     this.pofStreamsFactory = pofStreamsFactory;
 }
 public ClusteringPhaseFactoryImpl(ICollectionFactory collectionFactory, IThreadingProxy threadingProxy, INetworkingProxy networkingProxy, PofStreamsFactory pofStreamsFactory, HostSessionFactory hostSessionFactory, ClusteringConfiguration clusteringConfiguration, PortableObjectBoxConverter portableObjectBoxConverter, ClusteringPhaseManager clusteringPhaseManager)
 {
     this.collectionFactory          = collectionFactory;
     this.threadingProxy             = threadingProxy;
     this.networkingProxy            = networkingProxy;
     this.pofStreamsFactory          = pofStreamsFactory;
     this.hostSessionFactory         = hostSessionFactory;
     this.clusteringConfiguration    = clusteringConfiguration;
     this.portableObjectBoxConverter = portableObjectBoxConverter;
     this.clusteringPhaseManager     = clusteringPhaseManager;
 }