Uses of Interface
org.apache.geronimo.management.geronimo.NetworkConnector

Packages that use NetworkConnector
org.apache.geronimo.management.geronimo   
 

Uses of NetworkConnector in org.apache.geronimo.management.geronimo
 

Subinterfaces of NetworkConnector in org.apache.geronimo.management.geronimo
 interface EJBConnector
          Management interface for network connectors used to communicate with an EJB container.
 interface JMSConnector
          Represents a JMS connector
 interface SecureConnector
          Common configuration settings for connectors that use SSL/TLS to conduct secure communications with clients.
 interface WebConnector
          The common configuration settings for a web container network connector -- that is, the protocol and network settings used to connect to the web container (with a variety of tuning arguments as well).
 

Methods in org.apache.geronimo.management.geronimo that return NetworkConnector
 NetworkConnector[] NetworkManager.getConnectors(String protocol)
          Gets any existing connectors for this network technology for the specified protocol.
 NetworkConnector[] NetworkManager.getConnectors()
          Gets any existing connectors associated with this network technology.
 NetworkConnector[] NetworkManager.getConnectorsForContainer(Object container, String protocol)
          Gets the ObjectNames of any existing connectors for the specified container for the specified protocol.
 NetworkConnector[] NetworkManager.getConnectorsForContainer(Object container)
          Gets the ObjectNames of any existing connectors for the specified container.
 NetworkConnector[] NetworkContainer.getConnectors(String protocol)
          Gets any existing connectors for this network container for the specified protocol.
 NetworkConnector[] NetworkContainer.getConnectors()
          Gets any existing connectors associated with this network container.
 



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