com.prosysopc.ua.types.opcua
Interface SessionDiagnosticsVariableType
- All Superinterfaces:
- BaseDataVariableType, BaseInstanceType, BaseVariableType, UaInstance, UaNode, UaValueNode, UaVariable
- All Known Implementing Classes:
- SessionDiagnosticsVariableTypeImpl, SessionDiagnosticsVariableTypeImplBase, SessionDiagnosticsVariableTypeNode, SessionDiagnosticsVariableTypeNodeBase
public interface SessionDiagnosticsVariableType
- extends BaseDataVariableType
Generated on 2018-05-09 10:45:27
| Methods inherited from interface com.prosysopc.ua.nodes.UaNode |
addComponent, addProperty, addReference, addReference, addReference, deleteReference, deleteReference, deleteReference, deleteReference, getAddressSpace, getAttributes, getBrowseName, getComponent, getComponents, getDescription, getDisplayName, getForwardReferences, getInverseReferences, getMethod, getNodeClass, getNodeId, getNodeVersion, getProperties, getProperty, getReference, getReferences, getReferences, getSupportedAttributes, getUserWriteMask, getWriteMask, hasUserWriteAccess, hasWriteAccess, readAttribute, readAttribute, removeComponent, removeProperty, setAttribute, setAttributes, setBrowseName, setDescription, setDisplayName, setReferences, setUserWriteMask, setWriteMask, supportsAttribute, writeAttribute |
SESSION_ID
static final String SESSION_ID
- See Also:
- Constant Field Values
SESSION_NAME
static final String SESSION_NAME
- See Also:
- Constant Field Values
CLIENT_DESCRIPTION
static final String CLIENT_DESCRIPTION
- See Also:
- Constant Field Values
SERVER_URI
static final String SERVER_URI
- See Also:
- Constant Field Values
ENDPOINT_URL
static final String ENDPOINT_URL
- See Also:
- Constant Field Values
LOCALE_IDS
static final String LOCALE_IDS
- See Also:
- Constant Field Values
ACTUAL_SESSION_TIMEOUT
static final String ACTUAL_SESSION_TIMEOUT
- See Also:
- Constant Field Values
MAX_RESPONSE_MESSAGE_SIZE
static final String MAX_RESPONSE_MESSAGE_SIZE
- See Also:
- Constant Field Values
CLIENT_CONNECTION_TIME
static final String CLIENT_CONNECTION_TIME
- See Also:
- Constant Field Values
CLIENT_LAST_CONTACT_TIME
static final String CLIENT_LAST_CONTACT_TIME
- See Also:
- Constant Field Values
CURRENT_SUBSCRIPTIONS_COUNT
static final String CURRENT_SUBSCRIPTIONS_COUNT
- See Also:
- Constant Field Values
CURRENT_MONITORED_ITEMS_COUNT
static final String CURRENT_MONITORED_ITEMS_COUNT
- See Also:
- Constant Field Values
CURRENT_PUBLISH_REQUESTS_IN_QUEUE
static final String CURRENT_PUBLISH_REQUESTS_IN_QUEUE
- See Also:
- Constant Field Values
TOTAL_REQUEST_COUNT
static final String TOTAL_REQUEST_COUNT
- See Also:
- Constant Field Values
UNAUTHORIZED_REQUEST_COUNT
static final String UNAUTHORIZED_REQUEST_COUNT
- See Also:
- Constant Field Values
READ_COUNT
static final String READ_COUNT
- See Also:
- Constant Field Values
HISTORY_READ_COUNT
static final String HISTORY_READ_COUNT
- See Also:
- Constant Field Values
WRITE_COUNT
static final String WRITE_COUNT
- See Also:
- Constant Field Values
HISTORY_UPDATE_COUNT
static final String HISTORY_UPDATE_COUNT
- See Also:
- Constant Field Values
CALL_COUNT
static final String CALL_COUNT
- See Also:
- Constant Field Values
CREATE_MONITORED_ITEMS_COUNT
static final String CREATE_MONITORED_ITEMS_COUNT
- See Also:
- Constant Field Values
MODIFY_MONITORED_ITEMS_COUNT
static final String MODIFY_MONITORED_ITEMS_COUNT
- See Also:
- Constant Field Values
SET_MONITORING_MODE_COUNT
static final String SET_MONITORING_MODE_COUNT
- See Also:
- Constant Field Values
SET_TRIGGERING_COUNT
static final String SET_TRIGGERING_COUNT
- See Also:
- Constant Field Values
DELETE_MONITORED_ITEMS_COUNT
static final String DELETE_MONITORED_ITEMS_COUNT
- See Also:
- Constant Field Values
CREATE_SUBSCRIPTION_COUNT
static final String CREATE_SUBSCRIPTION_COUNT
- See Also:
- Constant Field Values
MODIFY_SUBSCRIPTION_COUNT
static final String MODIFY_SUBSCRIPTION_COUNT
- See Also:
- Constant Field Values
SET_PUBLISHING_MODE_COUNT
static final String SET_PUBLISHING_MODE_COUNT
- See Also:
- Constant Field Values
PUBLISH_COUNT
static final String PUBLISH_COUNT
- See Also:
- Constant Field Values
REPUBLISH_COUNT
static final String REPUBLISH_COUNT
- See Also:
- Constant Field Values
TRANSFER_SUBSCRIPTIONS_COUNT
static final String TRANSFER_SUBSCRIPTIONS_COUNT
- See Also:
- Constant Field Values
DELETE_SUBSCRIPTIONS_COUNT
static final String DELETE_SUBSCRIPTIONS_COUNT
- See Also:
- Constant Field Values
ADD_NODES_COUNT
static final String ADD_NODES_COUNT
- See Also:
- Constant Field Values
ADD_REFERENCES_COUNT
static final String ADD_REFERENCES_COUNT
- See Also:
- Constant Field Values
DELETE_NODES_COUNT
static final String DELETE_NODES_COUNT
- See Also:
- Constant Field Values
DELETE_REFERENCES_COUNT
static final String DELETE_REFERENCES_COUNT
- See Also:
- Constant Field Values
BROWSE_COUNT
static final String BROWSE_COUNT
- See Also:
- Constant Field Values
BROWSE_NEXT_COUNT
static final String BROWSE_NEXT_COUNT
- See Also:
- Constant Field Values
TRANSLATE_BROWSE_PATHS_TO_NODE_IDS_COUNT
static final String TRANSLATE_BROWSE_PATHS_TO_NODE_IDS_COUNT
- See Also:
- Constant Field Values
QUERY_FIRST_COUNT
static final String QUERY_FIRST_COUNT
- See Also:
- Constant Field Values
QUERY_NEXT_COUNT
static final String QUERY_NEXT_COUNT
- See Also:
- Constant Field Values
REGISTER_NODES_COUNT
static final String REGISTER_NODES_COUNT
- See Also:
- Constant Field Values
UNREGISTER_NODES_COUNT
static final String UNREGISTER_NODES_COUNT
- See Also:
- Constant Field Values
getSessionIdNode
BaseDataVariableType getSessionIdNode()
getSessionId
org.opcfoundation.ua.builtintypes.NodeId getSessionId()
setSessionId
void setSessionId(org.opcfoundation.ua.builtintypes.NodeId value)
throws StatusException
- Throws:
StatusException
getSessionNameNode
BaseDataVariableType getSessionNameNode()
getSessionName
String getSessionName()
setSessionName
void setSessionName(String value)
throws StatusException
- Throws:
StatusException
getClientDescriptionNode
BaseDataVariableType getClientDescriptionNode()
getClientDescription
org.opcfoundation.ua.core.ApplicationDescription getClientDescription()
setClientDescription
void setClientDescription(org.opcfoundation.ua.core.ApplicationDescription value)
throws StatusException
- Throws:
StatusException
getServerUriNode
BaseDataVariableType getServerUriNode()
getServerUri
String getServerUri()
setServerUri
void setServerUri(String value)
throws StatusException
- Throws:
StatusException
getEndpointUrlNode
BaseDataVariableType getEndpointUrlNode()
getEndpointUrl
String getEndpointUrl()
setEndpointUrl
void setEndpointUrl(String value)
throws StatusException
- Throws:
StatusException
getLocaleIdsNode
BaseDataVariableType getLocaleIdsNode()
getLocaleIds
String[] getLocaleIds()
setLocaleIds
void setLocaleIds(String[] value)
throws StatusException
- Throws:
StatusException
getActualSessionTimeoutNode
BaseDataVariableType getActualSessionTimeoutNode()
getActualSessionTimeout
Double getActualSessionTimeout()
setActualSessionTimeout
void setActualSessionTimeout(Double value)
throws StatusException
- Throws:
StatusException
getMaxResponseMessageSizeNode
BaseDataVariableType getMaxResponseMessageSizeNode()
getMaxResponseMessageSize
org.opcfoundation.ua.builtintypes.UnsignedInteger getMaxResponseMessageSize()
setMaxResponseMessageSize
void setMaxResponseMessageSize(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
throws StatusException
- Throws:
StatusException
getClientConnectionTimeNode
BaseDataVariableType getClientConnectionTimeNode()
getClientConnectionTime
org.opcfoundation.ua.builtintypes.DateTime getClientConnectionTime()
setClientConnectionTime
void setClientConnectionTime(org.opcfoundation.ua.builtintypes.DateTime value)
throws StatusException
- Throws:
StatusException
getClientLastContactTimeNode
BaseDataVariableType getClientLastContactTimeNode()
getClientLastContactTime
org.opcfoundation.ua.builtintypes.DateTime getClientLastContactTime()
setClientLastContactTime
void setClientLastContactTime(org.opcfoundation.ua.builtintypes.DateTime value)
throws StatusException
- Throws:
StatusException
getCurrentSubscriptionsCountNode
BaseDataVariableType getCurrentSubscriptionsCountNode()
getCurrentSubscriptionsCount
org.opcfoundation.ua.builtintypes.UnsignedInteger getCurrentSubscriptionsCount()
setCurrentSubscriptionsCount
void setCurrentSubscriptionsCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
throws StatusException
- Throws:
StatusException
getCurrentMonitoredItemsCountNode
BaseDataVariableType getCurrentMonitoredItemsCountNode()
getCurrentMonitoredItemsCount
org.opcfoundation.ua.builtintypes.UnsignedInteger getCurrentMonitoredItemsCount()
setCurrentMonitoredItemsCount
void setCurrentMonitoredItemsCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
throws StatusException
- Throws:
StatusException
getCurrentPublishRequestsInQueueNode
BaseDataVariableType getCurrentPublishRequestsInQueueNode()
getCurrentPublishRequestsInQueue
org.opcfoundation.ua.builtintypes.UnsignedInteger getCurrentPublishRequestsInQueue()
setCurrentPublishRequestsInQueue
void setCurrentPublishRequestsInQueue(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
throws StatusException
- Throws:
StatusException
getTotalRequestCountNode
BaseDataVariableType getTotalRequestCountNode()
getTotalRequestCount
org.opcfoundation.ua.core.ServiceCounterDataType getTotalRequestCount()
setTotalRequestCount
void setTotalRequestCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
throws StatusException
- Throws:
StatusException
getUnauthorizedRequestCountNode
BaseDataVariableType getUnauthorizedRequestCountNode()
getUnauthorizedRequestCount
org.opcfoundation.ua.builtintypes.UnsignedInteger getUnauthorizedRequestCount()
setUnauthorizedRequestCount
void setUnauthorizedRequestCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
throws StatusException
- Throws:
StatusException
getReadCountNode
BaseDataVariableType getReadCountNode()
getReadCount
org.opcfoundation.ua.core.ServiceCounterDataType getReadCount()
setReadCount
void setReadCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
throws StatusException
- Throws:
StatusException
getHistoryReadCountNode
BaseDataVariableType getHistoryReadCountNode()
getHistoryReadCount
org.opcfoundation.ua.core.ServiceCounterDataType getHistoryReadCount()
setHistoryReadCount
void setHistoryReadCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
throws StatusException
- Throws:
StatusException
getWriteCountNode
BaseDataVariableType getWriteCountNode()
getWriteCount
org.opcfoundation.ua.core.ServiceCounterDataType getWriteCount()
setWriteCount
void setWriteCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
throws StatusException
- Throws:
StatusException
getHistoryUpdateCountNode
BaseDataVariableType getHistoryUpdateCountNode()
getHistoryUpdateCount
org.opcfoundation.ua.core.ServiceCounterDataType getHistoryUpdateCount()
setHistoryUpdateCount
void setHistoryUpdateCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
throws StatusException
- Throws:
StatusException
getCallCountNode
BaseDataVariableType getCallCountNode()
getCallCount
org.opcfoundation.ua.core.ServiceCounterDataType getCallCount()
setCallCount
void setCallCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
throws StatusException
- Throws:
StatusException
getCreateMonitoredItemsCountNode
BaseDataVariableType getCreateMonitoredItemsCountNode()
getCreateMonitoredItemsCount
org.opcfoundation.ua.core.ServiceCounterDataType getCreateMonitoredItemsCount()
setCreateMonitoredItemsCount
void setCreateMonitoredItemsCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
throws StatusException
- Throws:
StatusException
getModifyMonitoredItemsCountNode
BaseDataVariableType getModifyMonitoredItemsCountNode()
getModifyMonitoredItemsCount
org.opcfoundation.ua.core.ServiceCounterDataType getModifyMonitoredItemsCount()
setModifyMonitoredItemsCount
void setModifyMonitoredItemsCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
throws StatusException
- Throws:
StatusException
getSetMonitoringModeCountNode
BaseDataVariableType getSetMonitoringModeCountNode()
getSetMonitoringModeCount
org.opcfoundation.ua.core.ServiceCounterDataType getSetMonitoringModeCount()
setSetMonitoringModeCount
void setSetMonitoringModeCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
throws StatusException
- Throws:
StatusException
getSetTriggeringCountNode
BaseDataVariableType getSetTriggeringCountNode()
getSetTriggeringCount
org.opcfoundation.ua.core.ServiceCounterDataType getSetTriggeringCount()
setSetTriggeringCount
void setSetTriggeringCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
throws StatusException
- Throws:
StatusException
getDeleteMonitoredItemsCountNode
BaseDataVariableType getDeleteMonitoredItemsCountNode()
getDeleteMonitoredItemsCount
org.opcfoundation.ua.core.ServiceCounterDataType getDeleteMonitoredItemsCount()
setDeleteMonitoredItemsCount
void setDeleteMonitoredItemsCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
throws StatusException
- Throws:
StatusException
getCreateSubscriptionCountNode
BaseDataVariableType getCreateSubscriptionCountNode()
getCreateSubscriptionCount
org.opcfoundation.ua.core.ServiceCounterDataType getCreateSubscriptionCount()
setCreateSubscriptionCount
void setCreateSubscriptionCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
throws StatusException
- Throws:
StatusException
getModifySubscriptionCountNode
BaseDataVariableType getModifySubscriptionCountNode()
getModifySubscriptionCount
org.opcfoundation.ua.core.ServiceCounterDataType getModifySubscriptionCount()
setModifySubscriptionCount
void setModifySubscriptionCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
throws StatusException
- Throws:
StatusException
getSetPublishingModeCountNode
BaseDataVariableType getSetPublishingModeCountNode()
getSetPublishingModeCount
org.opcfoundation.ua.core.ServiceCounterDataType getSetPublishingModeCount()
setSetPublishingModeCount
void setSetPublishingModeCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
throws StatusException
- Throws:
StatusException
getPublishCountNode
BaseDataVariableType getPublishCountNode()
getPublishCount
org.opcfoundation.ua.core.ServiceCounterDataType getPublishCount()
setPublishCount
void setPublishCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
throws StatusException
- Throws:
StatusException
getRepublishCountNode
BaseDataVariableType getRepublishCountNode()
getRepublishCount
org.opcfoundation.ua.core.ServiceCounterDataType getRepublishCount()
setRepublishCount
void setRepublishCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
throws StatusException
- Throws:
StatusException
getTransferSubscriptionsCountNode
BaseDataVariableType getTransferSubscriptionsCountNode()
getTransferSubscriptionsCount
org.opcfoundation.ua.core.ServiceCounterDataType getTransferSubscriptionsCount()
setTransferSubscriptionsCount
void setTransferSubscriptionsCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
throws StatusException
- Throws:
StatusException
getDeleteSubscriptionsCountNode
BaseDataVariableType getDeleteSubscriptionsCountNode()
getDeleteSubscriptionsCount
org.opcfoundation.ua.core.ServiceCounterDataType getDeleteSubscriptionsCount()
setDeleteSubscriptionsCount
void setDeleteSubscriptionsCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
throws StatusException
- Throws:
StatusException
getAddNodesCountNode
BaseDataVariableType getAddNodesCountNode()
getAddNodesCount
org.opcfoundation.ua.core.ServiceCounterDataType getAddNodesCount()
setAddNodesCount
void setAddNodesCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
throws StatusException
- Throws:
StatusException
getAddReferencesCountNode
BaseDataVariableType getAddReferencesCountNode()
getAddReferencesCount
org.opcfoundation.ua.core.ServiceCounterDataType getAddReferencesCount()
setAddReferencesCount
void setAddReferencesCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
throws StatusException
- Throws:
StatusException
getDeleteNodesCountNode
BaseDataVariableType getDeleteNodesCountNode()
getDeleteNodesCount
org.opcfoundation.ua.core.ServiceCounterDataType getDeleteNodesCount()
setDeleteNodesCount
void setDeleteNodesCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
throws StatusException
- Throws:
StatusException
getDeleteReferencesCountNode
BaseDataVariableType getDeleteReferencesCountNode()
getDeleteReferencesCount
org.opcfoundation.ua.core.ServiceCounterDataType getDeleteReferencesCount()
setDeleteReferencesCount
void setDeleteReferencesCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
throws StatusException
- Throws:
StatusException
getBrowseCountNode
BaseDataVariableType getBrowseCountNode()
getBrowseCount
org.opcfoundation.ua.core.ServiceCounterDataType getBrowseCount()
setBrowseCount
void setBrowseCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
throws StatusException
- Throws:
StatusException
getBrowseNextCountNode
BaseDataVariableType getBrowseNextCountNode()
getBrowseNextCount
org.opcfoundation.ua.core.ServiceCounterDataType getBrowseNextCount()
setBrowseNextCount
void setBrowseNextCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
throws StatusException
- Throws:
StatusException
getTranslateBrowsePathsToNodeIdsCountNode
BaseDataVariableType getTranslateBrowsePathsToNodeIdsCountNode()
getTranslateBrowsePathsToNodeIdsCount
org.opcfoundation.ua.core.ServiceCounterDataType getTranslateBrowsePathsToNodeIdsCount()
setTranslateBrowsePathsToNodeIdsCount
void setTranslateBrowsePathsToNodeIdsCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
throws StatusException
- Throws:
StatusException
getQueryFirstCountNode
BaseDataVariableType getQueryFirstCountNode()
getQueryFirstCount
org.opcfoundation.ua.core.ServiceCounterDataType getQueryFirstCount()
setQueryFirstCount
void setQueryFirstCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
throws StatusException
- Throws:
StatusException
getQueryNextCountNode
BaseDataVariableType getQueryNextCountNode()
getQueryNextCount
org.opcfoundation.ua.core.ServiceCounterDataType getQueryNextCount()
setQueryNextCount
void setQueryNextCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
throws StatusException
- Throws:
StatusException
getRegisterNodesCountNode
BaseDataVariableType getRegisterNodesCountNode()
getRegisterNodesCount
org.opcfoundation.ua.core.ServiceCounterDataType getRegisterNodesCount()
setRegisterNodesCount
void setRegisterNodesCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
throws StatusException
- Throws:
StatusException
getUnregisterNodesCountNode
BaseDataVariableType getUnregisterNodesCountNode()
getUnregisterNodesCount
org.opcfoundation.ua.core.ServiceCounterDataType getUnregisterNodesCount()
setUnregisterNodesCount
void setUnregisterNodesCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
throws StatusException
- Throws:
StatusException
Copyright © 2018. All rights reserved.