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
|
enabledid| 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 ServiceDTOpublic int hashCode()
hashCode in class ServiceDTOCopyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.