|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StartupServlet
An interface to startup servlets.
| Field Summary | |
|---|---|
static String |
CONNECTOR_NAME_PROPERTY
The connector name property. |
static String |
INIT_PROPERTY_PREFIX
The property prefix. |
static String |
OBJECT_NAME_PROPERTY
The object name property. |
| Method Summary | |
|---|---|
ObjectName |
getConnector()
Gets the servlet connector name. |
ServletConfig |
getServletConfig()
Gets the servlet config of this servlet. |
String |
getServletInfo()
Gets the servlet info. |
String |
getServletName()
Gets the servlet name of this servlet. |
void |
setConnector(ObjectName name)
Sets the servlet connector name. |
| Field Detail |
|---|
static final String INIT_PROPERTY_PREFIX
static final String OBJECT_NAME_PROPERTY
static final String CONNECTOR_NAME_PROPERTY
| Method Detail |
|---|
String getServletInfo()
String getServletName()
ServletConfig getServletConfig()
ObjectName getConnector()
void setConnector(ObjectName name)
name - the name of the connector or a query.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||