Interface NodeSubscriptionDefinition
- 
- All Superinterfaces:
- java.io.Serializable
 - All Known Implementing Classes:
- BasicNodeSubscriptionDefinition
 
 public interface NodeSubscriptionDefinition extends java.io.SerializableProvides the meta data needed for an OPC server to subscribe to a node
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ServerNodeIdgetServerNodeId()The servername/node id to subscribe tojava.lang.StringgetSubscriptionName()The name of the subscription that this subscription should be a part of
 
- 
- 
- 
Method Detail- 
getServerNodeIdServerNodeId getServerNodeId() The servername/node id to subscribe to
 - 
getSubscriptionNamejava.lang.String getSubscriptionName() The name of the subscription that this subscription should be a part of
 
- 
 
-