org.objectweb.jonas.web.catalina55
Interface CatalinaConnectorFactoryMBean

All Known Implementing Classes:
CatalinaConnectorFactory

public interface CatalinaConnectorFactoryMBean

Factory allowing to create MBeans


Method Summary
 java.lang.String createConnector(java.lang.String type, java.lang.String address, int port)
          Create a connector with given infos
 

Method Detail

createConnector

java.lang.String createConnector(java.lang.String type,
                                 java.lang.String address,
                                 int port)
Create a connector with given infos

Parameters:
type - the type of the connector
address - the address of the connector
port - the port of the connector
Returns:
Stringified ObjectName of the associated MBean