|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.catalina.core.ContainerBase
org.apache.catalina.core.StandardWrapper
org.mobicents.servlet.sip.startup.loading.SipServletImpl
public class SipServletImpl
Sip implementation of the Wrapper interface that represents an individual servlet definition. This class inherits from the StandardWrapper Tomcat Class. No child Containers are allowed, and the parent Container must be a Context.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.catalina.core.ContainerBase |
|---|
org.apache.catalina.core.ContainerBase.ContainerBackgroundProcessor, org.apache.catalina.core.ContainerBase.PrivilegedAddChild |
| Field Summary | |
|---|---|
protected static java.lang.String |
INFO
The descriptive information string for this implementation. |
| Fields inherited from class org.apache.catalina.core.StandardWrapper |
|---|
available, broadcaster, classLoadTime, classType, classTypeUsedInService, countAllocated, DEFAULT_SERVLET_METHODS, facade, info, instance, instancePool, instanceSupport, isJspServlet, jspFile, jspMonitorON, loadOnStartup, loadTime, log, mappings, maxInstances, nInstances, notificationInfo, parameters, references, restrictedServlets, runAs, sequenceNumber, servletClass, singleThreadModel, swallowOutput, swValve, unloadDelay, unloading |
| Fields inherited from class org.apache.catalina.core.ContainerBase |
|---|
backgroundProcessorDelay, children, cluster, controller, domain, initialized, lifecycle, listeners, loader, logger, logName, manager, mserver, name, oname, parent, parentClassLoader, pipeline, realm, resources, sm, startChildren, started, suffix, support, type |
| Fields inherited from interface org.apache.catalina.Container |
|---|
ADD_CHILD_EVENT, ADD_MAPPER_EVENT, ADD_VALVE_EVENT, REMOVE_CHILD_EVENT, REMOVE_MAPPER_EVENT, REMOVE_VALVE_EVENT |
| Fields inherited from interface org.apache.catalina.Lifecycle |
|---|
AFTER_START_EVENT, AFTER_STOP_EVENT, BEFORE_START_EVENT, BEFORE_STOP_EVENT, DESTROY_EVENT, INIT_EVENT, PERIODIC_EVENT, START_EVENT, STOP_EVENT |
| Constructor Summary | |
|---|---|
SipServletImpl()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
|
java.lang.String |
getDisplayName()
|
java.lang.String |
getIcon()
|
java.lang.String |
getInfo()
Return descriptive information about this Container implementation and the corresponding version number, in the format <description>/<version>. |
java.lang.String[] |
getServletMethods()
Gets the names of the methods supported by the underlying servlet. |
java.lang.String |
getServletName()
|
void |
load()
|
protected void |
registerJMX(org.apache.catalina.core.StandardContext ctx)
|
void |
setDescription(java.lang.String description)
|
void |
setDisplayName(java.lang.String displayName)
|
void |
setIcon(java.lang.String icon)
|
void |
setServletName(java.lang.String servletName)
|
| Methods inherited from class org.apache.catalina.core.StandardWrapper |
|---|
addChild, addDefaultMapper, addInitParameter, addInstanceListener, addMapping, addNotificationListener, addSecurityReference, allocate, backgroundProcess, deallocate, findInitParameter, findInitParameters, findMappingObject, findMappings, findSecurityReference, findSecurityReferences, getAllDeclaredMethods, getAvailable, getClassLoadTime, getCountAllocated, getEngineName, getErrorCount, getInitParameter, getInitParameterNames, getInstanceSupport, getJspFile, getLoadOnStartup, getLoadOnStartupString, getLoadTime, getMaxInstances, getMaxTime, getMinTime, getNotificationInfo, getProcessingTime, getRequestCount, getRootCause, getRunAs, getServlet, getServletClass, getServletContext, incrementErrorCount, isContainerProvidedServlet, isEventProvider, isServletAllowed, isSingleThreadModel, isStateManageable, isStatisticsProvider, isUnavailable, loadServlet, removeInitParameter, removeInstanceListener, removeMapping, removeNotificationListener, removeNotificationListener, removeSecurityReference, setAvailable, setErrorCount, setJspFile, setLoadOnStartup, setLoadOnStartupString, setLoadTime, setMaxInstances, setMaxTime, setMinTime, setParent, setProcessingTime, setRequestCount, setRunAs, setServletClass, start, stop, toString, unavailable, unload |
| Methods inherited from class org.apache.catalina.core.ContainerBase |
|---|
addContainerListener, addLifecycleListener, addPropertyChangeListener, addValve, createObjectName, destroy, findChild, findChildren, findContainerListeners, findLifecycleListeners, fireContainerEvent, getBackgroundProcessorDelay, getBasic, getChildren, getCluster, getContainerSuffix, getDomain, getFirst, getJmxName, getJSR77Suffix, getLoader, getLogger, getManager, getMappingObject, getName, getObjectName, getParent, getParentClassLoader, getParentName, getPipeline, getRealm, getResources, getStartChildren, getType, getValveObjectNames, getValves, init, invoke, logName, postDeregister, postRegister, preDeregister, preRegister, removeChild, removeContainerListener, removeLifecycleListener, removePropertyChangeListener, removeValve, setBackgroundProcessorDelay, setBasic, setCluster, setDomain, setLoader, setManager, setName, setParentClassLoader, setRealm, setResources, setStartChildren, threadStart, threadStop |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.catalina.Container |
|---|
addContainerListener, addPropertyChangeListener, findChild, findChildren, findContainerListeners, getBackgroundProcessorDelay, getCluster, getLoader, getLogger, getManager, getMappingObject, getName, getObjectName, getParent, getParentClassLoader, getPipeline, getRealm, getResources, invoke, removeChild, removeContainerListener, removePropertyChangeListener, setBackgroundProcessorDelay, setCluster, setLoader, setManager, setName, setParentClassLoader, setRealm, setResources |
| Field Detail |
|---|
protected static final java.lang.String INFO
| Constructor Detail |
|---|
public SipServletImpl()
| Method Detail |
|---|
public void load()
throws javax.servlet.ServletException
load in interface org.apache.catalina.Wrapperload in class org.apache.catalina.core.StandardWrapperjavax.servlet.ServletExceptionpublic java.lang.String getIcon()
public void setIcon(java.lang.String icon)
icon - the icon to setpublic java.lang.String getServletName()
getServletName in interface javax.servlet.ServletConfiggetServletName in class org.apache.catalina.core.StandardWrapperpublic void setServletName(java.lang.String servletName)
setServletName in class org.apache.catalina.core.StandardWrapperservletName - the servletName to setpublic java.lang.String getDisplayName()
public void setDisplayName(java.lang.String displayName)
displayName - the displayName to setpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - the description to setprotected void registerJMX(org.apache.catalina.core.StandardContext ctx)
registerJMX in class org.apache.catalina.core.StandardWrapperpublic java.lang.String getInfo()
<description>/<version>.
getInfo in interface org.apache.catalina.ContainergetInfo in class org.apache.catalina.core.StandardWrapper
public java.lang.String[] getServletMethods()
throws javax.servlet.ServletException
getServletMethods in interface org.apache.catalina.WrappergetServletMethods in class org.apache.catalina.core.StandardWrapperjavax.servlet.ServletException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||