|
||||||||||
| 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.PublishingOptions
public class PublishingOptions
Encapsulates all of the optional behavior that a publisher is able to support. Flags in this class are used to control behavior of the agent during provisioning
| Constructor Summary | |
|---|---|
PublishingOptions()
Creates an instance of PublishingOptions that supports the default SIF Context. |
|
PublishingOptions(boolean sendSIFProvide)
Creates an instance of PublishingOptions that supports the default SIF Context. |
|
PublishingOptions(boolean sendSIFProvide,
SIFContext... contexts)
Creates an instance of PublishingOptions that only supports the given set of SIFContext. |
|
PublishingOptions(SIFContext... contexts)
Creates an instance of PublishingOptions that only supports the given set of SIFContexts. |
|
| Method Summary | |
|---|---|
boolean |
getSendSIFProvide()
Gets the flag that indicates whether or not the ADK should provision this agent as the default provider in the zone for the object. |
boolean |
getSupportsExtendedQuery()
Sets a flag the indicates whether or not this publisher supports SIF_ExtendedQueries |
void |
setSendSIFProvide(boolean fSendSIFProvide)
Sets a flag that indicates whether or not the ADK should provision this agent as the default provider in the zone for the object. |
void |
setSupportsExtendedQuery(boolean fSupportsExtendedQuery)
Sets a flag the indicates whether or not this publisher supports SIF_ExtendedQueries |
| 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 PublishingOptions()
sendSIFProvide - True if the ADK should provision this
agent as the default provider in the zone for the object.public PublishingOptions(boolean sendSIFProvide)
sendSIFProvide - True if the ADK should provision this
agent as the default provider in the zone for the object.public PublishingOptions(SIFContext... contexts)
contexts -
public PublishingOptions(boolean sendSIFProvide,
SIFContext... contexts)
sendSIFProvide - True if the ADK should provision this
agent as the default provider in the zone for the object.contexts - the explicit list of contexts to support| Method Detail |
|---|
public void setSendSIFProvide(boolean fSendSIFProvide)
fSendSIFProvide - public boolean getSendSIFProvide()
public void setSupportsExtendedQuery(boolean fSupportsExtendedQuery)
fSupportsExtendedQuery - If false, the ADK will automatically
send an error packet response back for any SIF_ExtendedQueries received.If
true, the ADK will notify the zone of SIF_ExtendedQuery support during
agent provisioning.public boolean getSupportsExtendedQuery()
false, the ADK will automatically
send an error packet response back for any SIF_ExtendedQueries received.If
true, the ADK will notify the zone of SIF_ExtendedQuery support during
agent provisioning.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||