All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.apache.tomcat.core.ServerConnector

public interface ServerConnector

Method Index

 o getAttribute(String)
 o setAttribute(String, Object)
 o setContextManager(ContextManager)
 o setProperty(String, String)
Something better is needed
 o start()
 o stop()

Methods

 o start
 public abstract void start() throws Exception
 o stop
 public abstract void stop() throws Exception
 o setContextManager
 public abstract void setContextManager(ContextManager ctx)
 o setProperty
 public abstract void setProperty(String prop,
                                  String value)
Something better is needed

 o setAttribute
 public abstract void setAttribute(String prop,
                                   Object value)
 o getAttribute
 public abstract Object getAttribute(String prop)

All Packages  Class Hierarchy  This Package  Previous  Next  Index