|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<AgentProvisioningMode>
com.edustructures.sifworks.AgentProvisioningMode
public enum AgentProvisioningMode
Refer to the Developer Guide for more information on the ADK's provisioning modes.
| Enum Constant Summary | |
|---|---|
ADK
The ADK uses the ADK-Managed Provisioning mode for this zone. |
|
AGENT
The ADK uses the Agent-Managed Provisioning mode for this zone. |
|
ZIS
The ADK uses the ZIS-Managed Provisioning mode for this zone. |
|
| Method Summary | |
|---|---|
static AgentProvisioningMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AgentProvisioningMode[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final AgentProvisioningMode ZIS
Agent.connect and Topic.subscribe
that would normally cause the ADK to send a provisioning message will
not send the message when this mode is enabled. Provisioning messages
include: SIF_Register and SIF_Unregister, SIF_Subscribe and SIF_Unsubscribe,
and SIF_Provide and SIF_Unprovide.Refer to the Developer Guide for more information on the ADK's provisioning modes.
public static final AgentProvisioningMode ADK
Agent.connect and Topic.subscribe
are called. Refer to the Developer Guide for more information on the
ADK's provisioning modes.
public static final AgentProvisioningMode AGENT
Zone.sifRegister and Zone.sifUnregisterZone.sifSubscribe and Zone.sifUnsubscribeZone.sifProvide and Zone.sifUnprovideRefer to the Developer Guide for more information on the ADK's provisioning modes.
| Method Detail |
|---|
public static final AgentProvisioningMode[] values()
for(AgentProvisioningMode c : AgentProvisioningMode.values())
System.out.println(c);
public static AgentProvisioningMode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||