Package com.verisign.epp.transport
Class EPPConFactorySingle
java.lang.Object
com.verisign.epp.transport.EPPConFactory
com.verisign.epp.transport.EPPConFactorySingle
This is a Singleton Class Please See Singleton Design Pattern $Id:
EPPConFactorySingle.java,v 1.2 2004/01/07 04:17:56 jim Exp $
- Since:
- JDK1.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic EPPConFactorySingleThis is lazy singleton, after the first call is instantiated and it will remain in memory.Methods inherited from class com.verisign.epp.transport.EPPConFactory
getEPPConnection, getEPPConnection
-
Method Details
-
getInstance
This is lazy singleton, after the first call is instantiated and it will remain in memory.- Returns:
- an instance of EPPConFactorySingle
-