public class TomcatManagerImpl implements WebManager(Code)
Tomcat implementation of the WebManager management API. Knows how to
manipulate other Tomcat objects for management purposes.
version: $Rev: 617588 $ $Date: 2008-02-01 10:20:07 -0800 (Fri, 01 Feb 2008) $
getConnectors(String protocol) Gets the ObjectNames of any existing connectors for this network technology for the specified protocol.
public NetworkConnector[]
getConnectors() Gets the ObjectNames of any existing connectors associated with this network technology.
public NetworkConnector[]
getConnectorsForContainer(Object container, String protocol) Gets the ObjectNames of any existing connectors for the specified container for the specified protocol.
public NetworkConnector[] getConnectors(String protocol)(Code)
Gets the ObjectNames of any existing connectors for this network technology for the specified protocol.
Parameters: protocol - A protocol as returned by getSupportedProtocols
Gets the ObjectNames of any existing connectors associated with this network technology.
getConnectorsForContainer
public NetworkConnector[] getConnectorsForContainer(Object container, String protocol)(Code)
Gets the ObjectNames of any existing connectors for the specified container for the specified protocol.
Parameters: protocol - A protocol as returned by getSupportedProtocols
getConnectorsForContainer
public NetworkConnector[] getConnectorsForContainer(Object container)(Code)
Gets the ObjectNames of any existing connectors for the specified container.
Gets the protocols which this container can configure connectors for.
removeConnector
public void removeConnector(AbstractName connectorName)(Code)
Removes a connector. This shuts it down if necessary, and removes it from the server environment. It must be a
connector that uses this network technology.
Parameters: connectorName -