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

Author:
prosirai

Method Summary
 JDFSubscription appendSubscription()
          append the subscription
 JDFSubscription getCreateSubscription()
          get the subscription, create if it doesn't exist
 String getID()
          get the ID of the message
 JDFSubscription getSubscription()
          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

String getID()
get the ID of the message

Returns:


Copyright © 2013. All Rights Reserved.