org.apache.geronimo.management.geronimo
Interface NetworkContainer

All Superinterfaces:
J2EEManagedObject
All Known Subinterfaces:
ActiveMQBroker, BrokerServiceGBean, JettyContainer, JMSBroker, TomcatWebContainer, WebContainer
All Known Implementing Classes:
BrokerServiceGBeanImpl, JettyContainerImpl, TomcatContainer

public interface NetworkContainer
extends J2EEManagedObject

Basic operations for a network container.


Method Summary
 NetworkConnector[] getConnectors()
          Gets any existing connectors associated with this network container.
 NetworkConnector[] getConnectors(String protocol)
          Gets any existing connectors for this network container for the specified protocol.
 
Methods inherited from interface org.apache.geronimo.management.J2EEManagedObject
getObjectName, isEventProvider, isStateManageable, isStatisticsProvider
 

Method Detail

getConnectors

NetworkConnector[] getConnectors(String protocol)
Gets any existing connectors for this network container for the specified protocol.

Parameters:
protocol - A protocol as returned by getSupportedProtocols

getConnectors

NetworkConnector[] getConnectors()
Gets any existing connectors associated with this network container.



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.