|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.activemq.apollo.dto.StringIdDTO
org.apache.activemq.apollo.dto.ServiceStatusDTO
org.apache.activemq.apollo.dto.ConnectorStatusDTO
public class ConnectorStatusDTO
| Field Summary | |
|---|---|
long |
connected
The number of connections that this connector has currently connected. |
long |
connection_counter
The number of connections that this connector has accepted. |
java.lang.String |
local_address
The local address the connector has bound |
java.lang.String |
protocol
|
| Fields inherited from class org.apache.activemq.apollo.dto.ServiceStatusDTO |
|---|
state, state_since |
| Fields inherited from class org.apache.activemq.apollo.dto.StringIdDTO |
|---|
id |
| Constructor Summary | |
|---|---|
ConnectorStatusDTO()
|
|
| Method Summary |
|---|
| Methods inherited from class org.apache.activemq.apollo.dto.StringIdDTO |
|---|
equals, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String local_address
public java.lang.String protocol
public long connection_counter
public long connected
| Constructor Detail |
|---|
public ConnectorStatusDTO()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||