Package org.cip4.jdflib.ifaces
Interface IJMFSubscribable
-
- All Known Implementing Classes:
JDFQuery,JDFRegistration
public interface IJMFSubscribableinterface that connects the JMF message classes that implement subscriptions, i.e. Query and Registration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JDFSubscriptionappendSubscription()append the subscriptionJDFSubscriptiongetCreateSubscription()get the subscription, create if it doesn't existjava.lang.StringgetID()get the ID of the messageJDFSubscriptiongetSubscription()get the subscription
-
-
-
Method Detail
-
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
java.lang.String getID()
get the ID of the message- Returns:
-
-