|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.activemq.apollo.dto.LinkDTO
public class LinkDTO
Field Summary | |
---|---|
long |
enqueue_item_counter
The number of messages that have been dispatched over the link |
long |
enqueue_size_counter
The total size in bytes of messages that have been dispatched over the link |
long |
enqueue_ts
Timestamp of when a message last went over the link. |
java.lang.String |
id
|
java.lang.String |
kind
|
java.lang.String |
label
|
Constructor Summary | |
---|---|
LinkDTO()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String kind
public java.lang.String id
public java.lang.String label
public long enqueue_item_counter
public long enqueue_size_counter
public long enqueue_ts
Constructor Detail |
---|
public LinkDTO()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |