|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Base management interface for a network technology with associated containers and connectors. Examples might be Web, EJB, JMS (all of which have the concept of containers and connectors). The container would be the Web Container, EJB Container, or JMS Broker. The connectors would be the services that expose those containers over the network, via HTTP, RMI, TCP, etc.
Method Summary | |
NetworkConnector[] |
getConnectors()
Gets any existing connectors associated with this network technology. |
NetworkConnector[] |
getConnectors(String protocol)
Gets any existing connectors for this network technology for the specified protocol. |
NetworkConnector[] |
getConnectorsForContainer(Object container)
Gets the ObjectNames of any existing connectors for the specified container. |
NetworkConnector[] |
getConnectorsForContainer(Object container,
String protocol)
Gets the ObjectNames of any existing connectors for the specified container for the specified protocol. |
Object[] |
getContainers()
Gets the network containers (web, EJB, JMS, etc.) |
String |
getProductName()
Gets the name of the product that this manager manages. |
String[] |
getSupportedProtocols()
Gets the protocols which this container can configure connectors for. |
void |
removeConnector(org.apache.geronimo.gbean.AbstractName connectorName)
Removes a connector. |
Method Detail |
public String getProductName()
public Object[] getContainers()
public String[] getSupportedProtocols()
public void removeConnector(org.apache.geronimo.gbean.AbstractName connectorName)
connectorName
- public NetworkConnector[] getConnectors(String protocol)
protocol
- A protocol as returned by getSupportedProtocolspublic NetworkConnector[] getConnectors()
public NetworkConnector[] getConnectorsForContainer(Object container, String protocol)
container
- The container to get connectors forprotocol
- A protocol as returned by getSupportedProtocolspublic NetworkConnector[] getConnectorsForContainer(Object container)
container
- The container to get connectors for
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |