org.apache.geronimo.management.geronimo
Interface NetworkContainer

All Superinterfaces:
J2EEManagedObject
All Known Subinterfaces:
JMSBroker, WebContainer

public interface NetworkContainer
extends J2EEManagedObject

Basic operations for a network container.

Version:
$Rev: 409817 $ $Date: 2006-05-27 09:56:38 +0200 (Sat, 27 May 2006) $

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

public 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

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



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