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