Package org.cip4.jdflib.ifaces
Interface IJMFSubscribable
- All Known Implementing Classes:
JDFQuery,JDFRegistration
public interface IJMFSubscribable
interface that connects the JMF message classes that implement subscriptions, i.e. Query and Registration
-
Method Summary
Modifier and TypeMethodDescriptionappend the subscriptionget the subscription, create if it doesn't existgetID()get the ID of the messageget the subscription
-
Method Details
-
getSubscription
JDFSubscription getSubscription()get the subscription- Returns:
-
getCreateSubscription
JDFSubscription getCreateSubscription()get the subscription, create if it doesn't exist- Returns:
-
appendSubscription
JDFSubscription appendSubscription()append the subscription- Returns:
-
getID
String getID()get the ID of the message- Returns:
-