Interface NodeSubscriptionDefinition
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- BasicNodeSubscriptionDefinition
Provides the meta data needed for an OPC server to subscribe to a node
- 
Method SummaryModifier and TypeMethodDescriptionThe servername/node id to subscribe toThe name of the subscription that this subscription should be a part of
- 
Method Details- 
getServerNodeIdServerNodeId getServerNodeId()The servername/node id to subscribe to
- 
getSubscriptionNameString getSubscriptionName()The name of the subscription that this subscription should be a part of
 
-