|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Connector | |
---|---|
com.gridsystems.config.modules.tomcat |
Uses of Connector in com.gridsystems.config.modules.tomcat |
---|
Methods in com.gridsystems.config.modules.tomcat that return Connector | |
---|---|
Connector |
Connector.copy()
Type-safe version of clone(). |
static Connector |
Connector.fromString(java.lang.String s)
Factory method that creates a Connector instance by parsing the specified string. |
Connector |
PortInUseException.getConnector()
Gets this exception connector. |
Connector |
IncompatiblePortException.getConnector()
Gets this exception connector. |
Connector |
ConnectorField.getConnector()
Gets the wrapped connector instance. |
Connector[] |
TomcatConfigModel.getConnectors()
Gets the list of connectors. |
Connector[] |
ConnectorGroupField.getConnectors()
Gets the list of connectors in this group. |
Connector[] |
ConnectorEditor.getConnectors()
Gets the list of connectors. |
Connector |
TomcatConfigModel.getMaidenPort()
Gets the port to be used by the Server Maiden. |
static Connector |
Connector.merge(Connector c1,
Connector c2)
Merges two instances in a new one. |
Methods in com.gridsystems.config.modules.tomcat that return types with arguments of type Connector | |
---|---|
static java.util.List<Connector> |
Connector.loadFromFile(java.io.File f)
Reads a list of Connector instance from a text file, and returns it into an ArrayList instance. |
Methods in com.gridsystems.config.modules.tomcat with parameters of type Connector | |
---|---|
void |
TomcatConfigModel.addConnector(Connector c)
Adds a connector to the list. |
static void |
WindowsFirewallManager.closePorts(Connector[] connectors)
Closes all ports defined in this model on the Windows firewall. |
static Connector |
Connector.merge(Connector c1,
Connector c2)
Merges two instances in a new one. |
static void |
WindowsFirewallManager.openPorts(java.lang.String productName,
Connector[] connectors)
Opens all ports defined in this model on the Windows firewall. |
void |
TomcatConfigModel.setConnectors(Connector[] cc)
Sets the list of connectors. |
void |
ConnectorEditor.setConnectors(Connector[] list)
Sets the list of connectors. |
void |
TomcatConfigModel.validate(Connector[] conns)
Validate data of this Model. |
Constructors in com.gridsystems.config.modules.tomcat with parameters of type Connector | |
---|---|
ConnectorField(java.util.ResourceBundle bundle,
Connector c,
int index,
java.lang.String keyMap)
Creates a new instance. |
|
IncompatiblePortException(Connector c)
Creates a new instance. |
|
PortInUseException(Connector c)
Creates a new instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |