public class EPPApplication
extends java.lang.Object
| Constructor and Description |
|---|
EPPApplication() |
| Modifier and Type | Method and Description |
|---|---|
void |
endApplication()
Instance method responsible for Cleanup and termination of the
EPPApplication.
|
void |
initialize()
Initializing
EPPApplication after the configuration has been
already initialized via EPPEnvSingle or one of its base classes. |
void |
initialize(java.util.Properties aProperties)
Initialize
EPPApplication using the passed in Properties
object. |
void |
initialize(java.lang.String aConfigFile)
Initialize
EPPApplication using the passed in configuration file. |
void |
initialize(java.lang.String aConfigFile,
java.lang.ClassLoader aClassLoader)
Initialize
EPPApplication using the passed in configuration file
and ClassLoader. |
public void initialize(java.lang.String aConfigFile,
java.lang.ClassLoader aClassLoader)
throws EPPCommandException
EPPApplication using the passed in configuration file
and ClassLoader.aConfigFile - Configuration file name to initialize EPPApplication
with.aClassLoader - Used to look for the configuration file in the classpath.EPPCommandException - Error initializing with the configuration filepublic void initialize(java.util.Properties aProperties)
throws EPPCommandException
EPPApplication using the passed in Properties
object.aProperties - EPP configuration properties to initialize
EPPApplication with.EPPCommandException - Error initializing with the propertiespublic void initialize(java.lang.String aConfigFile)
throws EPPCommandException
EPPApplication using the passed in configuration file.aConfigFile - Configuration file name to initialize EPPApplication
with.EPPCommandException - Error initializing with the configuration filepublic void initialize()
throws EPPCommandException
EPPApplication after the configuration has been
already initialized via EPPEnvSingle or one of its base classes.EPPCommandException - Error initializing EPPApplicationpublic void endApplication()
throws EPPCommandException
EPPCommandException - Not currently thrown