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 Summary
Modifier and TypeMethodDescriptionThe servername/node id to subscribe toThe name of the subscription that this subscription should be a part of 
- 
Method Details
- 
getServerNodeId
ServerNodeId getServerNodeId()The servername/node id to subscribe to - 
getSubscriptionName
String getSubscriptionName()The name of the subscription that this subscription should be a part of 
 -