public interface CustomService
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
externalConfigURLKey |
Modifier and Type | Method and Description |
---|---|
void |
initialize(java.util.Properties configProperties)
The initialize method is called by the application server runtime during
server startup.
|
void |
shutdown()
The shutdown method is called by the application server runtime when the
server begins its shutdown processing.
|
static final java.lang.String externalConfigURLKey
void initialize(java.util.Properties configProperties) throws java.lang.Exception
configProperties
- the configuration properties for initializationjava.lang.Exception
- if an exception occurs during initializationvoid shutdown() throws java.lang.Exception
java.lang.Exception
- if an exception occurs during shutdown