public interface ServerDiagnosticsSummaryType extends BaseDataVariableType
| Modifier and Type | Method and Description |
|---|---|
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger |
getCumulatedSessionCount() |
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger |
getCumulatedSubscriptionCount() |
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger |
getCurrentSessionCount() |
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger |
getCurrentSubscriptionCount() |
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger |
getPublishingIntervalCount() |
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger |
getRejectedRequestsCount() |
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger |
getRejectedSessionCount() |
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger |
getSecurityRejectedRequestsCount() |
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger |
getSecurityRejectedSessionCount() |
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger |
getServerViewCount() |
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger |
getSessionAbortCount() |
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger |
getSessionTimeoutCount() |
void |
setCumulatedSessionCount(com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger cumulatedSessionCount) |
void |
setCumulatedSubscriptionCount(com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger cumulatedSubscriptionCount) |
void |
setCurrentSessionCount(com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger currentSessionCount) |
void |
setCurrentSubscriptionCount(com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger currentSubscriptionCount) |
void |
setPublishingIntervalCount(com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger publishingIntervalCount) |
void |
setRejectedRequestsCount(com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger rejectedRequestsCount) |
void |
setRejectedSessionCount(com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger rejectedSessionCount) |
void |
setSecurityRejectedRequestsCount(com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger securityRejectedRequestsCount) |
void |
setSecurityRejectedSessionCount(com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger securityRejectedSessionCount) |
void |
setServerViewCount(com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger serverViewCount) |
void |
setSessionAbortCount(com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger sessionAbortCount) |
void |
setSessionTimeoutCount(com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger sessionTimeoutCount) |
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger getServerViewCount()
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger getCurrentSessionCount()
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger getCumulatedSessionCount()
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger getSecurityRejectedSessionCount()
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger getRejectedSessionCount()
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger getSessionTimeoutCount()
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger getSessionAbortCount()
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger getPublishingIntervalCount()
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger getCurrentSubscriptionCount()
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger getCumulatedSubscriptionCount()
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger getSecurityRejectedRequestsCount()
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger getRejectedRequestsCount()
void setServerViewCount(com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger serverViewCount)
void setCurrentSessionCount(com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger currentSessionCount)
void setCumulatedSessionCount(com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger cumulatedSessionCount)
void setSecurityRejectedSessionCount(com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger securityRejectedSessionCount)
void setRejectedSessionCount(com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger rejectedSessionCount)
void setSessionTimeoutCount(com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger sessionTimeoutCount)
void setSessionAbortCount(com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger sessionAbortCount)
void setPublishingIntervalCount(com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger publishingIntervalCount)
void setCurrentSubscriptionCount(com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger currentSubscriptionCount)
void setCumulatedSubscriptionCount(com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger cumulatedSubscriptionCount)
void setSecurityRejectedRequestsCount(com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger securityRejectedRequestsCount)
void setRejectedRequestsCount(com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger rejectedRequestsCount)
Copyright © 2015. All rights reserved.