java.lang.Object java.lang.Enum com.ibm.broker.config.proxy.BrokerProxy.SyncType
public static final class BrokerProxy.SyncType
extends Enum
Enumerates the possible types of synchronization (property discovery) that the Configuration Manager can perform with the broker. Used as input to getLastDiscoveryTime() and discoverConfiguration().
Field | Description |
---|---|
CONFIGURABLE_SERVICES | |
HTTP_PROPERTIES | |
MESSAGE_FLOWS | |
REGISTRY | |
RUNTIME_PROPERTIES | |
SECURITY_CACHE |
Method | Description |
---|---|
BrokerProxy.SyncType valueOf(String) | |
BrokerProxy.SyncType[] values() |
public static final com.ibm.broker.config.proxy.BrokerProxy.SyncType CONFIGURABLE_SERVICES
public static final com.ibm.broker.config.proxy.BrokerProxy.SyncType HTTP_PROPERTIES
public static final com.ibm.broker.config.proxy.BrokerProxy.SyncType MESSAGE_FLOWS
public static final com.ibm.broker.config.proxy.BrokerProxy.SyncType REGISTRY
public static final com.ibm.broker.config.proxy.BrokerProxy.SyncType RUNTIME_PROPERTIES
public static final com.ibm.broker.config.proxy.BrokerProxy.SyncType SECURITY_CACHE
public static BrokerProxy.SyncType valueOf(String name)
public static final BrokerProxy.SyncType[] values()