com.verisign.epp.transport
Class EPPSrvFactorySingle

java.lang.Object
  extended by com.verisign.epp.transport.EPPSrvFactory
      extended by 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
Version:
1.0, 03/10/01
Author:
P. Amiri

Method Summary
static EPPSrvFactorySingle getInstance()
          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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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


Copyright ? VeriSign Inc. All Rights Reserved.