org.apache.geronimo.tomcat.cluster
Class ChannelInterceptorGBean

java.lang.Object
  extended by org.apache.geronimo.tomcat.BaseGBean
      extended by org.apache.geronimo.tomcat.cluster.ChannelInterceptorGBean

public class ChannelInterceptorGBean
extends BaseGBean


Field Summary
static GBeanInfo GBEAN_INFO
           
static String J2EE_TYPE
           
 
Constructor Summary
ChannelInterceptorGBean()
           
ChannelInterceptorGBean(String className, Map initParams, ChannelInterceptorGBean nextInterceptor)
           
 
Method Summary
 void doFail()
           
 void doStart()
           
 void doStop()
           
static GBeanInfo getGBeanInfo()
           
 Object getInternalObject()
           
 ChannelInterceptorGBean getNextInterceptor()
           
 
Methods inherited from class org.apache.geronimo.tomcat.BaseGBean
setParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

J2EE_TYPE

public static final String J2EE_TYPE
See Also:
Constant Field Values

GBEAN_INFO

public static final GBeanInfo GBEAN_INFO
Constructor Detail

ChannelInterceptorGBean

public ChannelInterceptorGBean()

ChannelInterceptorGBean

public ChannelInterceptorGBean(String className,
                               Map initParams,
                               ChannelInterceptorGBean nextInterceptor)
                        throws Exception
Throws:
Exception
Method Detail

getInternalObject

public Object getInternalObject()

doFail

public void doFail()

doStart

public void doStart()
             throws Exception
Throws:
Exception

doStop

public void doStop()
            throws Exception
Throws:
Exception

getNextInterceptor

public ChannelInterceptorGBean getNextInterceptor()

getGBeanInfo

public static GBeanInfo getGBeanInfo()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.