|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CustomService
The CustomService interface must be implemented by all WebSphere Custom Service extensions. The application server runtime will call the initialize method of this interface on every enabled Custom Service configured in the server.
Field Summary | |
---|---|
static java.lang.String |
externalConfigURLKey
|
Method Summary | |
---|---|
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. |
Field Detail |
---|
static final java.lang.String externalConfigURLKey
Method Detail |
---|
void initialize(java.util.Properties configProperties) throws java.lang.Exception
configProperties
- the configuration properties for initialization
java.lang.Exception
- if an exception occurs during initializationvoid shutdown() throws java.lang.Exception
java.lang.Exception
- if an exception occurs during shutdown
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |