Package com.sun.enterprise.web
Interface WebContainerStartStopOperation
-
- All Known Implementing Classes:
PEWebContainerStartStopOperation
public interface WebContainerStartStopOperation- Author:
- lwhite
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddoPostStop(ArrayList list)ArrayListdoPreStop()voidinit(EmbeddedWebContainer embedded)
-
-
-
Method Detail
-
doPreStop
ArrayList doPreStop()
-
doPostStop
void doPostStop(ArrayList list)
-
init
void init(EmbeddedWebContainer embedded)
-
-