Package com.verisign.epp.transport
Class EPPSrvFactorySingle
- java.lang.Object
-
- com.verisign.epp.transport.EPPSrvFactory
-
- com.verisign.epp.transport.EPPSrvFactorySingle
-
public class EPPSrvFactorySingle extends EPPSrvFactory
This is a Singleton Class Please See Singleton Design Pattern $Id: EPPSrvFactorySingle.java,v 1.2 2004/01/07 04:17:57 jim Exp $- Since:
- JDK1.0
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EPPSrvFactorySinglegetInstance()This is lazy singleton, after the first call is instantiated and it will remain in memory.-
Methods inherited from class com.verisign.epp.transport.EPPSrvFactory
getEPPServer, getEPPServer
-
-
-
-
Method Detail
-
getInstance
public static EPPSrvFactorySingle getInstance()
This is lazy singleton, after the first call is instantiated and it will remain in memory.- Returns:
- an instance of EPPConFactorySingle
-
-