org.apache.geronimo.management.geronimo
Interface WebManager
- All Superinterfaces:
- NetworkManager
- public interface WebManager
- extends NetworkManager
Specialization of NetworkManager for web containers.
- Version:
- $Rev: 396767 $ $Date: 2006-04-25 06:07:54 +0200 (Tue, 25 Apr 2006) $
PROTOCOL_HTTP
public static final String PROTOCOL_HTTP
- See Also:
- Constant Field Values
PROTOCOL_HTTPS
public static final String PROTOCOL_HTTPS
- See Also:
- Constant Field Values
PROTOCOL_AJP
public static final String PROTOCOL_AJP
- See Also:
- Constant Field Values
addConnector
public WebConnector addConnector(WebContainer container,
String uniqueName,
String protocol,
String host,
int port)
- Creates and returns a new web connector. Note that the connector may
well require further customization before being fully functional (e.g.
SSL settings for a secure connector). This may need to be done before
starting the resulting connector.
- Parameters:
container
- The container to add the connector touniqueName
- A name fragment that's unique to this connectorprotocol
- The protocol that the connector should usehost
- The host name or IP that the connector should listen onport
- The port that the connector should listen on
- Returns:
- The ObjectName of the new connector.
getAccessLog
public WebAccessLog getAccessLog(WebContainer container)
- Gets the WebAccessLog implementation for a web container.
May be null if the access log cannot be managed.
- Parameters:
container
- The container whose access log is interesting
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.