|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.geronimo.jetty.JettyManagerImpl
public class JettyManagerImpl
Jetty implementation of WebManager. Knows how to manipulate other Jetty objects for management purposes.
| Field Summary | |
|---|---|
static org.apache.geronimo.gbean.GBeanInfo |
GBEAN_INFO
|
| Fields inherited from interface org.apache.geronimo.management.geronimo.WebManager |
|---|
PROTOCOL_AJP, PROTOCOL_HTTP, PROTOCOL_HTTPS |
| Constructor Summary | |
|---|---|
JettyManagerImpl(org.apache.geronimo.kernel.Kernel kernel)
|
|
| Method Summary | |
|---|---|
org.apache.geronimo.management.geronimo.WebConnector |
addConnector(org.apache.geronimo.management.geronimo.WebContainer container,
String uniqueName,
String protocol,
String host,
int port)
Creates a new connector, and returns the ObjectName for it. |
org.apache.geronimo.management.geronimo.WebAccessLog |
getAccessLog(org.apache.geronimo.management.geronimo.WebContainer container)
|
org.apache.geronimo.management.geronimo.NetworkConnector[] |
getConnectors()
Gets the ObjectNames of any existing connectors. |
org.apache.geronimo.management.geronimo.NetworkConnector[] |
getConnectors(String protocol)
Gets the ObjectNames of any existing connectors for the specified protocol. |
org.apache.geronimo.management.geronimo.NetworkConnector[] |
getConnectorsForContainer(Object container)
|
org.apache.geronimo.management.geronimo.NetworkConnector[] |
getConnectorsForContainer(Object container,
String protocol)
|
Object[] |
getContainers()
Get a list of containers for this web implementation. |
static org.apache.geronimo.gbean.GBeanInfo |
getGBeanInfo()
|
String |
getProductName()
|
String[] |
getSupportedProtocols()
Gets the protocols that this web container supports (that you can create connectors for). |
void |
removeConnector(org.apache.geronimo.gbean.AbstractName connectorName)
Removes a connector. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
| Constructor Detail |
|---|
public JettyManagerImpl(org.apache.geronimo.kernel.Kernel kernel)
| Method Detail |
|---|
public String getProductName()
getProductName in interface org.apache.geronimo.management.geronimo.NetworkManager
public org.apache.geronimo.management.geronimo.WebConnector addConnector(org.apache.geronimo.management.geronimo.WebContainer container,
String uniqueName,
String protocol,
String host,
int port)
addConnector in interface org.apache.geronimo.management.geronimo.WebManagerpublic Object[] getContainers()
getContainers in interface org.apache.geronimo.management.geronimo.NetworkManagerpublic String[] getSupportedProtocols()
getSupportedProtocols in interface org.apache.geronimo.management.geronimo.NetworkManagerpublic void removeConnector(org.apache.geronimo.gbean.AbstractName connectorName)
removeConnector in interface org.apache.geronimo.management.geronimo.NetworkManagerconnectorName - public org.apache.geronimo.management.geronimo.NetworkConnector[] getConnectors(String protocol)
getConnectors in interface org.apache.geronimo.management.geronimo.NetworkManagerprotocol - A protocol as returned by getSupportedProtocolspublic org.apache.geronimo.management.geronimo.WebAccessLog getAccessLog(org.apache.geronimo.management.geronimo.WebContainer container)
getAccessLog in interface org.apache.geronimo.management.geronimo.WebManagerpublic org.apache.geronimo.management.geronimo.NetworkConnector[] getConnectors()
getConnectors in interface org.apache.geronimo.management.geronimo.NetworkManager
public org.apache.geronimo.management.geronimo.NetworkConnector[] getConnectorsForContainer(Object container,
String protocol)
getConnectorsForContainer in interface org.apache.geronimo.management.geronimo.NetworkManagerpublic org.apache.geronimo.management.geronimo.NetworkConnector[] getConnectorsForContainer(Object container)
getConnectorsForContainer in interface org.apache.geronimo.management.geronimo.NetworkManagerpublic static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||