public interface ContainerStartupListener
Implementations of this interface are called by the SOAFaces container during startup phase of the container.
Implement this interface if you want to perform some custom logic during the SOAFaces container startup process.
Modifier and Type | Method and Description |
---|---|
void |
onStartup()
This method is called by the container during the startup phase of the
SOAFaces container.
|
void onStartup() throws ContainerStartupException
ContainerStartupException
- If any problems encountered this exception shall be called
by the implementing class. This will terminate the contianer
startup.Copyright © Grand Logic, Inc. All Rights Reserved.