Package com.arbortext.e3
Interface E3DynamicComponent
- All Known Subinterfaces:
E3CacheManager,E3Initializer,E3QueueManager,E3RequestHandler,E3RequestSelector,E3SubprocessPool
public interface E3DynamicComponent
Interface that must be supported by every object that E3 loads
dynamically (cache managers, queue managers, etc.)
-
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()Called when the E3 servlet is shutting downgetId()Returns the name of this componentvoidgetStatus(PrintWriter writer) Writes XHTML status information for inclusion in the status page.
-
Method Details
-
destroy
void destroy()Called when the E3 servlet is shutting down -
getId
String getId()Returns the name of this component- Returns:
Stringcontaining component ID
-
getStatus
Writes XHTML status information for inclusion in the status page.- Parameters:
writer- object to write to
-