public abstract class ConnectorTypeDTO extends ServiceDTO
Modifier and Type | Field and Description |
---|---|
java.lang.Integer |
connection_limit
The maximum number of concurrently open connections this connector will accept before it stops accepting
additional connections.
|
java.util.List<java.lang.Object> |
other
To hold any other non-matching XML elements
|
enabled
id
Constructor and Description |
---|
ConnectorTypeDTO() |
public java.lang.Integer connection_limit
public java.util.List<java.lang.Object> other
public boolean equals(java.lang.Object o)
equals
in class ServiceDTO
public int hashCode()
hashCode
in class ServiceDTO
Copyright © 2005-2014 The Apache Software Foundation. All Rights Reserved.