org.jboss.resteasy.springmvc
Class JettyLifecycleManager

java.lang.Object
  extended by org.jboss.resteasy.springmvc.JettyLifecycleManager
All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean

public class JettyLifecycleManager
extends java.lang.Object
implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean

Version:
$Revision: 1 $
Author:
Solomon Duskis

Constructor Summary
JettyLifecycleManager()
           
 
Method Summary
 void afterPropertiesSet()
           
 void destroy()
           
 org.mortbay.jetty.Server getServletContainer()
           
 void setServletContainer(org.mortbay.jetty.Server servletContainer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JettyLifecycleManager

public JettyLifecycleManager()
Method Detail

getServletContainer

public org.mortbay.jetty.Server getServletContainer()

setServletContainer

public void setServletContainer(org.mortbay.jetty.Server servletContainer)

afterPropertiesSet

public void afterPropertiesSet()
                        throws java.lang.Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
java.lang.Exception

destroy

public void destroy()
             throws java.lang.Exception
Specified by:
destroy in interface org.springframework.beans.factory.DisposableBean
Throws:
java.lang.Exception


Copyright © 2009. All Rights Reserved.