Package com.verisign.epp.interfaces
Class EPPApplication
java.lang.Object
com.verisign.epp.interfaces.EPPApplication
- Direct Known Subclasses:
EPPApplicationSingle
This class represents a logical application. it should be instantiated once
in the application life cycle. Its primary function is to initialize all the
utilities and connection pool associated with interfaces. At the termination
of the program, this entity will offer resources to close all established the
connections gracefully, and it performs all cleanup tasks associated with
utility functions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInstance method responsible for Cleanup and termination of the EPPApplication.voidInitializingEPPApplicationafter the configuration has been already initialized viaEPPEnvSingleor one of its base classes.voidinitialize(String aConfigFile) InitializeEPPApplicationusing the passed in configuration file.voidinitialize(String aConfigFile, ClassLoader aClassLoader) InitializeEPPApplicationusing the passed in configuration file andClassLoader.voidinitialize(Properties aProperties) InitializeEPPApplicationusing the passed inPropertiesobject.
-
Constructor Details
-
EPPApplication
public EPPApplication()
-
-
Method Details
-
initialize
InitializeEPPApplicationusing the passed in configuration file andClassLoader.- Parameters:
aConfigFile- Configuration file name to initializeEPPApplicationwith.aClassLoader- Used to look for the configuration file in the classpath.- Throws:
EPPCommandException- Error initializing with the configuration file
-
initialize
InitializeEPPApplicationusing the passed inPropertiesobject.- Parameters:
aProperties- EPP configuration properties to initializeEPPApplicationwith.- Throws:
EPPCommandException- Error initializing with the properties
-
initialize
InitializeEPPApplicationusing the passed in configuration file.- Parameters:
aConfigFile- Configuration file name to initializeEPPApplicationwith.- Throws:
EPPCommandException- Error initializing with the configuration file
-
initialize
InitializingEPPApplicationafter the configuration has been already initialized viaEPPEnvSingleor one of its base classes.- Throws:
EPPCommandException- Error initializingEPPApplication
-
endApplication
Instance method responsible for Cleanup and termination of the EPPApplication.- Throws:
EPPCommandException- Not currently thrown
-