|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SipContext
A SipContext is a Container that represents a sip/converged servlet context, and therefore an individual sip/converged application, in the Catalina servlet engine.
This extends Tomcat Context interface to allow sip capabilities to be used on Tomcat deployed applictions.
| Field Summary | |
|---|---|
static java.lang.String |
APPLICATION_SIP_XML
|
static java.lang.String |
LOAD_BALANCER
|
| Fields inherited from interface org.apache.catalina.Context |
|---|
RELOAD_EVENT |
| 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 |
| Methods inherited from interface org.apache.catalina.Context |
|---|
addApplicationListener, addApplicationParameter, addErrorPage, addFilterDef, addFilterMap, addInstanceListener, addJspMapping, addLocaleEncodingMappingParameter, addMimeMapping, addParameter, addRoleMapping, addSecurityRole, addServletMapping, addTaglib, addWatchedResource, addWelcomeFile, addWrapperLifecycle, addWrapperListener, createWrapper, findApplicationListeners, findApplicationParameters, findConstraints, findErrorPage, findErrorPage, findErrorPages, findFilterDef, findFilterDefs, findFilterMaps, findInstanceListeners, findMimeMapping, findMimeMappings, findParameter, findParameters, findRoleMapping, findSecurityRole, findSecurityRoles, findServletMapping, findServletMappings, findStatusPage, findStatusPages, findTaglib, findTaglibs, findWatchedResources, findWelcomeFile, findWelcomeFiles, findWrapperLifecycles, findWrapperListeners, getAltDDName, getApplicationEventListeners, getApplicationLifecycleListeners, getAvailable, getCharsetMapper, getConfigFile, getConfigured, getCookies, getCrossContext, getDisplayName, getDistributable, getDocBase, getEncodedPath, getIgnoreAnnotations, getLoginConfig, getMapper, getNamingResources, getOverride, getPath, getPrivileged, getPublicId, getReloadable, getServletContext, getSessionTimeout, getSwallowOutput, getTldNamespaceAware, getTldValidation, getWrapperClass, getXmlNamespaceAware, getXmlValidation, reload, removeApplicationListener, removeApplicationParameter, removeErrorPage, removeFilterDef, removeFilterMap, removeInstanceListener, removeMimeMapping, removeParameter, removeRoleMapping, removeSecurityRole, removeServletMapping, removeTaglib, removeWatchedResource, removeWelcomeFile, removeWrapperLifecycle, removeWrapperListener, setAltDDName, setApplicationEventListeners, setApplicationLifecycleListeners, setAvailable, setCharsetMapper, setConfigFile, setConfigured, setCookies, setCrossContext, setDisplayName, setDistributable, setDocBase, setIgnoreAnnotations, setLoginConfig, setNamingResources, setOverride, setPath, setPrivileged, setPublicId, setReloadable, setSessionTimeout, setSwallowOutput, setTldNamespaceAware, setTldValidation, setWrapperClass, setXmlNamespaceAware, setXmlValidation |
| Methods inherited from interface org.apache.catalina.Container |
|---|
addChild, addContainerListener, addPropertyChangeListener, backgroundProcess, findChild, findChildren, findContainerListeners, getBackgroundProcessorDelay, getCluster, getInfo, getLoader, getLogger, getManager, getMappingObject, getName, getObjectName, getParent, getParentClassLoader, getPipeline, getRealm, getResources, invoke, removeChild, removeContainerListener, removePropertyChangeListener, setBackgroundProcessorDelay, setCluster, setLoader, setManager, setName, setParent, setParentClassLoader, setRealm, setResources |
| Field Detail |
|---|
static final java.lang.String APPLICATION_SIP_XML
static final java.lang.String LOAD_BALANCER
| Method Detail |
|---|
java.lang.String getApplicationName()
void setApplicationName(java.lang.String applicationName)
java.lang.String getDescription()
void setDescription(java.lang.String description)
java.lang.String getLargeIcon()
void setLargeIcon(java.lang.String largeIcon)
SipListenersHolder getListeners()
void setListeners(SipListenersHolder listeners)
java.lang.String getMainServlet()
void setMainServlet(java.lang.String mainServlet)
int getProxyTimeout()
void setProxyTimeout(int proxyTimeout)
int getSipApplicationSessionTimeout()
void setSipApplicationSessionTimeout(int proxyTimeout)
void addConstraint(org.apache.catalina.deploy.SecurityConstraint securityConstraint)
addConstraint in interface org.apache.catalina.Contextvoid removeConstraint(org.apache.catalina.deploy.SecurityConstraint securityConstraint)
removeConstraint in interface org.apache.catalina.Contextjava.lang.String getSmallIcon()
void setSmallIcon(java.lang.String smallIcon)
void addSipApplicationListener(java.lang.String listener)
void removeSipApplicationListener(java.lang.String listener)
java.lang.String[] findSipApplicationListeners()
java.lang.reflect.Method getSipApplicationKeyMethod()
void setSipApplicationKeyMethod(java.lang.reflect.Method sipApplicationKeyMethod)
void setSipLoginConfig(SipLoginConfig config)
SipLoginConfig getSipLoginConfig()
void addSipServletMapping(SipServletMapping sipServletMapping)
void removeSipServletMapping(SipServletMapping sipServletMapping)
java.util.List<SipServletMapping> findSipServletMappings()
SipServletMapping findSipServletMappings(SipServletRequest sipServletRequest)
java.util.Map<java.lang.String,org.apache.catalina.Container> getChildrenMap()
org.apache.catalina.Container findChildrenByName(java.lang.String name)
org.apache.catalina.Container findChildrenByClassName(java.lang.String className)
void addChild(SipServletImpl child)
void removeChild(SipServletImpl child)
SipManager getSipManager()
SipApplicationDispatcher getSipApplicationDispatcher()
org.apache.AnnotationProcessor getAnnotationProcessor()
java.lang.String getEngineName()
java.lang.String getBasePath()
boolean notifySipServletsListeners()
void enterSipApp(SipServletRequestImpl request,
SipServletResponseImpl response,
SipManager manager,
boolean startCacheActivity,
boolean bindSessions)
void exitSipApp(SipServletRequestImpl request,
SipServletResponseImpl response)
SipFactoryFacade getSipFactoryFacade()
SipSessionsUtilImpl getSipSessionsUtil()
TimerService getTimerService()
java.util.concurrent.ScheduledThreadPoolExecutor getThreadPoolExecutor()
void setConcurrencyControlMode(ConcurrencyControlMode mode)
ConcurrencyControlMode getConcurrencyControlMode()
void setSipRubyController(SipRubyController rubyController)
SipRubyController getSipRubyController()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||