Class Hierarchy All Classes All Fields and Methods

Class com.ibm.broker.config.proxy.BrokerProxy.SyncType

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 Index
Field Description
CONFIGURABLE_SERVICES  
HTTP_PROPERTIES  
MESSAGE_FLOWS  
REGISTRY  
RUNTIME_PROPERTIES  
SECURITY_CACHE  
Method Index
Method Description
BrokerProxy.SyncType valueOf(String)  
BrokerProxy.SyncType[] values()  

Fields

CONFIGURABLE_SERVICES

public static final com.ibm.broker.config.proxy.BrokerProxy.SyncType CONFIGURABLE_SERVICES

HTTP_PROPERTIES

public static final com.ibm.broker.config.proxy.BrokerProxy.SyncType HTTP_PROPERTIES

MESSAGE_FLOWS

public static final com.ibm.broker.config.proxy.BrokerProxy.SyncType MESSAGE_FLOWS

REGISTRY

public static final com.ibm.broker.config.proxy.BrokerProxy.SyncType REGISTRY

RUNTIME_PROPERTIES

public static final com.ibm.broker.config.proxy.BrokerProxy.SyncType RUNTIME_PROPERTIES

SECURITY_CACHE

public static final com.ibm.broker.config.proxy.BrokerProxy.SyncType SECURITY_CACHE

Methods

valueOf

public static BrokerProxy.SyncType valueOf(String name) 

values

public static final BrokerProxy.SyncType[] values() 

Class Hierarchy All Classes All Fields and Methods