Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.mule
Class MuleManagerServlet  view MuleManagerServlet download MuleManagerServlet.java

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byorg.mule.MuleManagerServlet
All Implemented Interfaces:
MuleConstants, java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class MuleManagerServlet
extends javax.servlet.GenericServlet
implements MuleConstants

MuleManagerServlet is a simple servlet that initialises mule in a servlet engine

Version:
$Revision: 1.1.1.1 $

Field Summary
protected static org.apache.commons.logging.Log log
          the looger for this class
private  MuleManager manager
          Holds a refernce to the Mule Manager instance
 
Fields inherited from class javax.servlet.GenericServlet
 
Fields inherited from interface org.mule.MuleConstants
JNDI_CONNECTION_FACTORY_NAME, JNDI_NAMING_FACTORY_INITIAL, JNDI_NAMING_PROVIDER, MULE_PROPERTY_PROPERTY_FILE, PROPERTY_ID, PROPERTY_PREFIX
 
Constructor Summary
MuleManagerServlet()
           
 
Method Summary
 void destroy()
          Destroys any resources held by the servlet.
 void init()
          Is called by the servlet engine when the Servlet is initialised This loads the property file as specified in the WEB.XML and starts the mule manager
 void service(javax.servlet.ServletRequest servletRequest, javax.servlet.ServletResponse servletResponse)
          Not implemented
 
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static transient org.apache.commons.logging.Log log
the looger for this class


manager

private MuleManager manager
Holds a refernce to the Mule Manager instance

Constructor Detail

MuleManagerServlet

public MuleManagerServlet()
Method Detail

init

public void init()
          throws javax.servlet.ServletException
Is called by the servlet engine when the Servlet is initialised This loads the property file as specified in the WEB.XML and starts the mule manager


service

public void service(javax.servlet.ServletRequest servletRequest,
                    javax.servlet.ServletResponse servletResponse)
             throws javax.servlet.ServletException,
                    java.io.IOException
Not implemented

Specified by:
service in interface javax.servlet.Servlet

destroy

public void destroy()
Destroys any resources held by the servlet. In this case the MuleManager

Specified by:
destroy in interface javax.servlet.Servlet