ilog.server.mvtcp
Class MvConnectFactory

java.lang.Object
  |
  +--ilog.server.jcomp.MvConnectFactory
        |
        +--ilog.server.mvtcp.MvConnectFactory

public class MvConnectFactory
extends MvConnectFactory

This class is specific to the communication layer and should not be used


Constructor Summary
MvConnectFactory()
           
 
Method Summary
protected  MvConnect instanciate()
           
protected  MvConnect instanciate(java.lang.String peerName, java.lang.String peerHost)
           
 MvConnect newInstance()
           
 MvConnect newInstance(java.lang.String peerName, java.lang.String peerHost)
           
 
Methods inherited from class ilog.server.jcomp.MvConnectFactory
finalize, GetSingleton, Instanciate, Instanciate, SetSingleton
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MvConnectFactory

public MvConnectFactory()
Method Detail

newInstance

public MvConnect newInstance()
Overrides:
newInstance in class MvConnectFactory

newInstance

public MvConnect newInstance(java.lang.String peerName,
                             java.lang.String peerHost)
Overrides:
newInstance in class MvConnectFactory

instanciate

protected MvConnect instanciate()

instanciate

protected MvConnect instanciate(java.lang.String peerName,
                                java.lang.String peerHost)