|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.verisign.epp.interfaces.EPPApplication
public class EPPApplication
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 | |
---|---|
EPPApplication()
|
Method Summary | |
---|---|
void |
endApplication()
Intstance method responsible for Cleanup and termination of the EPPApplication. |
void |
initialize(java.lang.String myConfigFile)
Initializing EPPApplication using the passed in
configuration file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EPPApplication()
Method Detail |
---|
public void initialize(java.lang.String myConfigFile) throws EPPCommandException
EPPApplication
using the passed in
configuration file.
myConfigFile
- DOCUMENT ME!
EPPCommandException
public void endApplication() throws EPPCommandException
EPPCommandException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |