public interface PubSubConnectionType extends BaseObjectType
UaNode.Parameters| Modifier and Type | Field and Description |
|---|---|
static String |
ADD_READER_GROUP |
static String |
ADD_WRITER_GROUP |
static String |
ADDRESS |
static String |
CONNECTION_PROPERTIES |
static String |
DIAGNOSTICS |
static String |
PUBLISHER_ID |
static String |
READER_GROUP_NAME__PLACEHOLDER |
static String |
REMOVE_GROUP |
static String |
STATUS |
static String |
TRANSPORT_PROFILE_URI |
static String |
TRANSPORT_SETTINGS |
static String |
WRITER_GROUP_NAME__PLACEHOLDER |
| Modifier and Type | Method and Description |
|---|---|
NodeId |
addReaderGroup(ReaderGroupDataType f_configuration) |
NodeId |
addWriterGroup(WriterGroupDataType f_configuration) |
UaMethod |
getAddReaderGroupNode() |
NetworkAddressType |
getAddressNode() |
UaMethod |
getAddWriterGroupNode() |
KeyValuePair[] |
getConnectionProperties() |
UaProperty |
getConnectionPropertiesNode() |
PubSubDiagnosticsConnectionType |
getDiagnosticsNode() |
Object |
getPublisherId() |
UaProperty |
getPublisherIdNode() |
UaMethod |
getRemoveGroupNode() |
PubSubStatusType |
getStatusNode() |
String |
getTransportProfileUri() |
SelectionListType |
getTransportProfileUriNode() |
ConnectionTransportType |
getTransportSettingsNode() |
void |
removeGroup(NodeId f_groupId) |
void |
setConnectionProperties(KeyValuePair[] value) |
void |
setPublisherId(Object value) |
void |
setTransportProfileUri(String value) |
getQualifiedNamecallMethod, getEventNotifier, getIcon, setEventNotifier, setIcongetTypeDefinition, getTypeDefinitionId, setTypeDefinition, setTypeDefinitionId, setTypeDefinitionIdaddComponent, addOrganizes, addProperty, addReference, addReference, addReference, addReference, addReference, addReference, deleteReference, deleteReference, deleteReference, deleteReference, getAddressSpace, getAttributes, getAttributesMap, getBrowseName, getBrowsePaths, getComponent, getComponents, getDescription, getDisplayName, getForwardReferences, getInverseReferences, getMethod, getNodeClass, getNodeId, getNodeVersionNode, getOrganizedNode, getOrganizedNodes, getProperties, getProperty, getReference, getReferences, getReferences, getSupportedAttributes, getUaBrowsePaths, getUaNodeId, getUserData, getUserWriteMask, getWriteMask, hasUserWriteAccess, hasWriteAccess, readAttribute, readAttribute, removeComponent, removeProperty, setAttribute, setAttributes, setBrowseName, setDescription, setDisplayName, setReferences, setUserData, setUserWriteMask, setWriteMask, supportsAttribute, writeAttributestatic final String PUBLISHER_ID
static final String CONNECTION_PROPERTIES
static final String WRITER_GROUP_NAME__PLACEHOLDER
static final String ADDRESS
static final String TRANSPORT_SETTINGS
static final String STATUS
static final String READER_GROUP_NAME__PLACEHOLDER
static final String DIAGNOSTICS
static final String TRANSPORT_PROFILE_URI
static final String REMOVE_GROUP
static final String ADD_WRITER_GROUP
static final String ADD_READER_GROUP
UaProperty getPublisherIdNode()
Object getPublisherId()
void setPublisherId(Object value) throws StatusException
StatusExceptionUaProperty getConnectionPropertiesNode()
KeyValuePair[] getConnectionProperties()
void setConnectionProperties(KeyValuePair[] value) throws StatusException
StatusExceptionSelectionListType getTransportProfileUriNode()
String getTransportProfileUri()
void setTransportProfileUri(String value) throws StatusException
StatusExceptionNetworkAddressType getAddressNode()
ConnectionTransportType getTransportSettingsNode()
PubSubStatusType getStatusNode()
PubSubDiagnosticsConnectionType getDiagnosticsNode()
UaMethod getRemoveGroupNode()
void removeGroup(NodeId f_groupId) throws StatusException, ServiceException
StatusExceptionServiceExceptionUaMethod getAddWriterGroupNode()
NodeId addWriterGroup(WriterGroupDataType f_configuration) throws StatusException, ServiceException
StatusExceptionServiceExceptionUaMethod getAddReaderGroupNode()
NodeId addReaderGroup(ReaderGroupDataType f_configuration) throws StatusException, ServiceException
StatusExceptionServiceExceptionCopyright © 2026. All rights reserved.