org.mobicents.servlet.sip.startup.jboss
Class TomcatConvergedDeployer

java.lang.Object
  extended by org.jboss.web.AbstractWebDeployer
      extended by org.jboss.web.tomcat.service.TomcatDeployer
          extended by org.mobicents.servlet.sip.startup.jboss.TomcatConvergedDeployer

public class TomcatConvergedDeployer
extends org.jboss.web.tomcat.service.TomcatDeployer

Author:
jean.deruelle

Field Summary
protected  java.lang.String applicationName
           
protected  SipFactory sipFactoryFacade
           
protected  SipSessionsUtil sipSessionsUtil
           
protected  TimerService timerService
           
 
Fields inherited from class org.jboss.web.AbstractWebDeployer
defaultSecurityDomain, ERROR, java2ClassLoadingCompliance, lenientEjbLink, log, server, unpackWars
 
Constructor Summary
TomcatConvergedDeployer()
           
 
Method Summary
 void init(java.lang.Object containerConfig)
           
protected  void performDeployInternal(java.lang.String hostName, org.jboss.web.WebApplication appInfo, java.lang.String warUrl, org.jboss.web.AbstractWebContainer.WebDescriptorParser webAppParser)
           
protected  void performUndeployInternal(java.lang.String hostName, java.lang.String warUrl, org.jboss.web.WebApplication appInfo)
           
 
Methods inherited from class org.jboss.web.tomcat.service.TomcatDeployer
mapVirtualHosts, performDeploy, performUndeploy
 
Methods inherited from class org.jboss.web.AbstractWebDeployer
addEnvEntries, createPermissions, getCompileClasspath, getDefaultSecurityDomain, getJava2ClassLoadingCompliance, getLenientEjbLink, getServer, getStandardCompileClasspath, getUnpackWars, linkEjbLocalRefs, linkEjbRefs, linkMessageDestinationRefs, linkResourceEnvRefs, linkResourceRefs, linkSecurityDomain, parseWebAppDescriptors, setDefaultSecurityDomain, setJava2ClassLoadingCompliance, setLenientEjbLink, setServer, setUnpackWars, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

applicationName

protected java.lang.String applicationName

sipFactoryFacade

protected SipFactory sipFactoryFacade

timerService

protected TimerService timerService

sipSessionsUtil

protected SipSessionsUtil sipSessionsUtil
Constructor Detail

TomcatConvergedDeployer

public TomcatConvergedDeployer()
Method Detail

init

public void init(java.lang.Object containerConfig)
          throws java.lang.Exception
Overrides:
init in class org.jboss.web.tomcat.service.TomcatDeployer
Throws:
java.lang.Exception

performDeployInternal

protected void performDeployInternal(java.lang.String hostName,
                                     org.jboss.web.WebApplication appInfo,
                                     java.lang.String warUrl,
                                     org.jboss.web.AbstractWebContainer.WebDescriptorParser webAppParser)
                              throws java.lang.Exception
Overrides:
performDeployInternal in class org.jboss.web.tomcat.service.TomcatDeployer
Throws:
java.lang.Exception

performUndeployInternal

protected void performUndeployInternal(java.lang.String hostName,
                                       java.lang.String warUrl,
                                       org.jboss.web.WebApplication appInfo)
                                throws java.lang.Exception
Overrides:
performUndeployInternal in class org.jboss.web.tomcat.service.TomcatDeployer
Throws:
java.lang.Exception


Copyright © 2009. All Rights Reserved.