Modifier and Type | Field and Description |
---|---|
private java.util.List<PublisherRT<?>> |
RuntimeManager.runningPublishers
Store of enabled publishers
|
Modifier and Type | Method and Description |
---|---|
PublisherRT<?> |
RuntimeManager.getRunningPublisher(int publisherId) |
Modifier and Type | Field and Description |
---|---|
private PublisherRT<T> |
PublishQueue.owner |
private PublisherRT<T> |
PublishedPointRT.parent |
Constructor and Description |
---|
PublishedPointRT(T vo,
PublisherRT<T> parent) |
PublishQueue(PublisherRT<T> owner,
int warningSize) |
Modifier and Type | Class and Description |
---|---|
class |
HttpSenderRT |
Modifier and Type | Class and Description |
---|---|
class |
PachubeSenderRT |
Constructor and Description |
---|
PachubePublishQueue(PublisherRT<PachubePointVO> owner,
int warningSize) |
Modifier and Type | Class and Description |
---|---|
class |
PersistentSenderRT |
Modifier and Type | Method and Description |
---|---|
abstract PublisherRT<T> |
PublisherVO.createPublisherRT() |
Modifier and Type | Method and Description |
---|---|
PublisherRT<HttpPointVO> |
HttpSenderVO.createPublisherRT() |
Modifier and Type | Method and Description |
---|---|
PublisherRT<PachubePointVO> |
PachubeSenderVO.createPublisherRT() |
Modifier and Type | Method and Description |
---|---|
PublisherRT<PersistentPointVO> |
PersistentSenderVO.createPublisherRT() |