|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.edustructures.sifworks.ProvisioningOptions
com.edustructures.sifworks.SubscriptionOptions
public class SubscriptionOptions
Encapsulates the set of Subscription options supported by a given subscriber
| Constructor Summary | |
|---|---|
SubscriptionOptions()
Creates an instance of SubscriptionOptions that supports the default SIF Context |
|
SubscriptionOptions(SIFContext... contexts)
Creates an instance of SubscriptionOptions that only supports the given set of SIFContextx. |
|
| Method Summary | |
|---|---|
boolean |
getSendSIFSubscribe()
If ADK managed provisioining is in effect, this flag controls whether a SIF_Subscribe message is sent when connecting to the ZIS in legacy mode. |
void |
setSendSIFSubscribe(boolean flag)
If ADK managed provisioining is in effect, this flag controls whether a SIF_Subscribe message is sent when connecting to the ZIS in legacy mode. |
| Methods inherited from class com.edustructures.sifworks.ProvisioningOptions |
|---|
addSupportedContext, getSupportedContexts, supportsContext |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SubscriptionOptions()
public SubscriptionOptions(SIFContext... contexts)
contexts - | Method Detail |
|---|
public boolean getSendSIFSubscribe()
The default value of this property is True
True if a SIF_Subscribe message should be sentAgentProperties.getProvisionInLegacyMode()public void setSendSIFSubscribe(boolean flag)
The default value of this property is True
flag - AgentProperties.getProvisionInLegacyMode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||