|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoemware.core.web.TomcatService
public final class TomcatService
The embedded tomcat service. This is a servlet engine/web server in a component.
| Constructor Summary | |
|---|---|
TomcatService(ServiceConf pServiceConf,
java.lang.String pServiceName,
java.lang.String pHostname,
java.lang.String pEngineName,
java.lang.String pAppName,
java.lang.String pEmbeddedName,
java.lang.String pWebContextPath)
Create a new tomcat service object. |
|
| Method Summary | |
|---|---|
void |
onApplicationEvent(org.springframework.context.ApplicationEvent pEvent)
The stpring application event listener interface. |
void |
shutdown()
Stop tomcat. |
void |
startup()
Start tomcat. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TomcatService(ServiceConf pServiceConf,
java.lang.String pServiceName,
java.lang.String pHostname,
java.lang.String pEngineName,
java.lang.String pAppName,
java.lang.String pEmbeddedName,
java.lang.String pWebContextPath)
throws ServiceException
pServiceConf - The service conf object.pServiceName - The service name.pHostname - The hostname.pEngineName - The engine name.pAppName - The application name.pEmbeddedName - The name of the embedded tomcat service.pWebContextPath - The location on the url e.g. /foo.
ServiceException| Method Detail |
|---|
public void onApplicationEvent(org.springframework.context.ApplicationEvent pEvent)
onApplicationEvent in interface org.springframework.context.ApplicationListenerpEvent - The context event.
public void startup()
throws ServiceException
ServiceException
public void shutdown()
throws ServiceException
ServiceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||