com.ibm.broker.config.proxy

Interface AttributeConstants



  • public interface AttributeConstants
    This is a common set of strings used by the IBM Integration API (CMP) to describe attributes of broker objects. The constants are used in two places:
    1. Each AdministeredObject has a set of key->value attributes which describes it, and the constants in this interface are used to define all the keys and (for several attribute types) possible values. However, it is not normally necessary to use these constants when looking up AdministeredObject attributes, as there tend to be convenience methods for each attribute that performs the attribute lookup and returns the desired information in a more easily parseable form. For instance, instead of:
           String s = adminObj.getProperty(AttributeConstants.TYPE_PROPERTY);
           ConfigurationObjectType c = ConfigurationObjectType.getConfigurationObjectType(s);
       
      consider:
           ConfigurationObjectType c = adminObject.getConfigurationObjectType(); 
       

    2. The constants in this interface are also used by the AdministeredObjectListener.processActionResponse() method to give the listener information on the request to which the response refers. In the descriptions below, these are referred to as "request reference properties".

    com.ibm.broker.config.proxy.AttributeConstants

    Responsibilities A set of constants for describing AdministeredObject attributes.
    Internal Collaborators None
    
     Change Activity:
     --------  ----------- -------------   ------------------------------------
     Reason:   Date:       Originator:     Comments:
     --------  ----------- -------------   ------------------------------------
     25103.12  2004-04-06  HDMPL           v6 Release
     45112.7   2007-07-30  HDMPL           v6.1 release:
                                              Added constants to support v6.1 capability
     51517     2008-06-12  HDMPL           v7.0 release:
                                              Deprecated constants that are specific to Configuration Manager connections
                                              Added constants to support nodes and node connections
                                              Added runtime property constants
                                              Added constants to support resource managers
     51619.40  2009-05-26  HDCAB              Added constants to support the administration queue
     54148.6   2009-08-05  HDMJB              Added constants for ServiceFederationManager items
     IZ67182   2010-02-26  lacypj          v7.0.0.1 release:
                                              Added constants for JVM system properties.     
     70028.5   2010-08-25  HDMPL           v7.0.0.2 release:
                                              Deprecated OPERATIONMODE_* constants.
     80006.2   2011-04-18  HDCAB           v8.0.0.0 release:
                                              Added Activity Log support
     80006.1   2011-05-11  HDCAB              Added Applications and Libraries support
     80006.4   2011-09-30  HDCAB              Added flow start mode support
     80006.8   2011-10-19  HDDJS              Added DataCapture support
        3779   2012-05-08  HDCAB              Added resource manager constants
     
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface and Description
      static class  AttributeConstants.HAStatus
      An enumeration of the states of a multi-instance broker that has been configured for high availabilty support.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String ACL_ADD_PROPERTY
      Deprecated. 
      This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
      static java.lang.String ACL_PERMISSION_DEPLOY
      Deprecated. 
      This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
      static java.lang.String ACL_PERMISSION_EDIT
      Deprecated. 
      This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
      static java.lang.String ACL_PERMISSION_FULLCONTROL
      Deprecated. 
      This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
      static java.lang.String ACL_PERMISSION_VIEW
      Deprecated. 
      This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
      static java.lang.String ACL_PRINCIPALTYPE_GROUP
      Deprecated. 
      This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
      static java.lang.String ACL_PRINCIPALTYPE_USER
      Deprecated. 
      This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
      static java.lang.String ACL_PROPERTY
      Deprecated. 
      This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
      static java.lang.String ACL_REMOVE_PROPERTY
      Deprecated. 
      This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
      static java.lang.String ACTIVITYLOG_SUPPORTED_PROPERTY
      As an AdministeredObject attribute key name, the value of this property is equal to AttributeConstants.TRUE or AttributeConstants.FALSE indicating whether an activity log is supported or not.
      static java.lang.String ACTIVITYLOGENTRY_DATA_DELIMITER
      The string used to delimit the elements in the String representation of an activity log entry.
      static java.lang.String ACTIVITYLOGENTRY_PROPERTY_GROUP
      If an ActivityLogProxy's attribute key name or request reference property begins with the value of this constant, the attribute is related to the description of activity log entries.
      static java.lang.String ACTIVITYLOGENTRY_TIMESTAMP_FORMAT
      This constant describes the Date and Time pattern string that is used to encode the time values of ActivityLogEntry objects on the subcomponent fields of ActivityLogProxy objects.
      static java.lang.String ADMINQUEUEENTRY_DATA_DELIMITER
      The string used to delimit the elements in the String representation of an admin queue entry.
      static java.lang.String ADMINQUEUEENTRY_PROPERTY_GROUP
      If a AdminQueueProxy's attribute key name or request reference property begins with the value of this constant, the attribute is related to the description of admin queue entries.
      static java.lang.String ADMINQUEUEENTRY_TIMESTAMP_FORMAT
      This constant describes the Date and Time pattern string that is used to encode the time values of AdminQueueEntry objects on the subcomponent fields of AdminQueueProxy objects.
      static java.lang.String APPLICATION_RUNTIME_PROPERTY_FOLDER
      Attributes key names that begin with this constant are all runtime properties on the application, the values of which can be retrieved (minus this prefix) using ApplicationProxy.getRuntimeProperty().
      static java.lang.String BARFILENAME_PROPERTY
      For request reference properties, the value of this key on a request with a 'deploy' operation type is the name of the broker archive file which was deployed.
      static java.lang.String BROKER_AUTHPROTOCOLS_PROPERTY
      Deprecated. 
      This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
      static java.lang.String BROKER_AUTODISCOVERYENABLED_PROPERTY
      Deprecated. 
      This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
      static java.lang.String BROKER_CACHEMANAGER
      Attribute used to identify the property group in the REST API
      static java.lang.String BROKER_CACHEMANAGER_LISTENERHOST_PROPERTY
      If this constant is supplied to BrokerProxy.getCacheManagerProperty(), the value returned is the listenerHost parameter of the CacheManager.
      static java.lang.String BROKER_CACHEMANAGER_POLICY_PROPERTY
      If this constant is supplied to BrokerProxy.getCacheManagerProperty(), the value returned is the policy parameter of the CacheManager.
      static java.lang.String BROKER_CACHEMANAGER_PORTRANGE_PROPERTY
      If this constant is supplied to BrokerProxy.getCacheManagerProperty(), the value returned is the portRange parameter of the CacheManager.
      static java.lang.String BROKER_CACHEMANAGER_PROPERTY_FOLDER
      Attribute key names that begin with this constant are all general CacheManager properties, the values of which can be retrieved (minus this prefix) using BrokerProxy.getCacheManagerProperty().
      static java.lang.String BROKER_CACHEMANAGER_SHUTDOWNMODE_PROPERTY
      If this constant is supplied to BrokerProxy.getCacheManagerProperty(), the value returned is the shutdownMode parameter of the CacheManager.
      static java.lang.String BROKER_CONFIGURABLESERVICE_PROPERTY_FOLDER
      Attribute key names that begin with this constant are all configurable service properties, the values of which can be retrieved (minus this prefix) using BrokerProxy.getConfigurableServiceProperty().
      static java.lang.String BROKER_DISCOVERYTYPE_PROPERTY
      Deprecated. 
      This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
      static java.lang.String BROKER_FORCESUBSCRIBE_PROPERTY
      Deprecated. 
      This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
      static java.lang.String BROKER_HTTPCONNECTOR_ACCEPTCOUNT_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the acceptCount parameter of the HTTP Connector.
      static java.lang.String BROKER_HTTPCONNECTOR_ADDRESS_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the address parameter of the HTTP Connector.
      static java.lang.String BROKER_HTTPCONNECTOR_ALLOWTRACE_PROPERTY
      Deprecated. 
      static java.lang.String BROKER_HTTPCONNECTOR_BUFFERSIZE_PROPERTY
      Deprecated. 
      static java.lang.String BROKER_HTTPCONNECTOR_COMPRESSABLEMIMETYPES_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the compressableMimeTypes parameter of the HTTP Connector.
      static java.lang.String BROKER_HTTPCONNECTOR_COMPRESSION_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the compression parameter of the HTTP Connector.
      static java.lang.String BROKER_HTTPCONNECTOR_CONNECTIONLINGER_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the connectionLinger parameter of the HTTP Connector.
      static java.lang.String BROKER_HTTPCONNECTOR_CONNECTIONTIMEOUT_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the connectionTimeout parameter of the HTTP Connector.
      static java.lang.String BROKER_HTTPCONNECTOR_ENABLELOOKUPS_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the enableLookups parameter of the HTTP Connector.
      static java.lang.String BROKER_HTTPCONNECTOR_ENABLEMQLISTENER_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the enableMQListener parameter of the HTTP Connector.
      static java.lang.String BROKER_HTTPCONNECTOR_EXPLICITLYSETPORTNUMBER_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the explicitlySetPortNumber parameter of the HTTP Connector.
      static java.lang.String BROKER_HTTPCONNECTOR_MAXHTTPHEADERSIZE_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the maxHttpHeaderSize parameter of the HTTP Connector.
      static java.lang.String BROKER_HTTPCONNECTOR_MAXKEEPALIVEREQUESTS_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the maxKeepAliveRequests parameter of the HTTP Connector.
      static java.lang.String BROKER_HTTPCONNECTOR_MAXPOSTSIZE_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the maxPostSize parameter of the HTTP Connector.
      static java.lang.String BROKER_HTTPCONNECTOR_MAXSPARETHREADS_PROPERTY
      Deprecated. 
      static java.lang.String BROKER_HTTPCONNECTOR_MAXTHREADS_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the maxThreads parameter of the HTTP Connector.
      static java.lang.String BROKER_HTTPCONNECTOR_MINSPARETHREADS_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the minSpareThreads parameter of the HTTP Connector.
      static java.lang.String BROKER_HTTPCONNECTOR_NOCOMPRESSIONUSERAGENTS_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the noCompressionUserAgents parameter of the HTTP Connector.
      static java.lang.String BROKER_HTTPCONNECTOR_PORT_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the port parameter of the HTTP Connector.
      static java.lang.String BROKER_HTTPCONNECTOR_REFRESHSSLVALUES_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the refreshSSLValues parameter of the HTTP Connector.
      static java.lang.String BROKER_HTTPCONNECTOR_RESTRICTEDUSERAGENTS_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the restrictedUserAgents parameter of the HTTP Connector.
      static java.lang.String BROKER_HTTPCONNECTOR_SOCKETBUFFER_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the socketBuffer parameter of the HTTP Connector.
      static java.lang.String BROKER_HTTPCONNECTOR_TCPNODELAY_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the tcpNoDelay parameter of the HTTP Connector.
      static java.lang.String BROKER_HTTPCONNECTOR_URIENCODING_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the URIEncoding parameter of the HTTP Connector.
      static java.lang.String BROKER_HTTPCONNECTOR_UUID_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the unique identifier of the HTTP Connector.
      static java.lang.String BROKER_HTTPLISTENER_ENABLESSLCONNECTOR_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the enableSSLConnector parameter of the HTTP listener.
      static java.lang.String BROKER_HTTPLISTENER_LISTENERPORT_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the listenerPort parameter of the HTTP listener.
      static java.lang.String BROKER_HTTPLISTENER_PROPERTY_FOLDER
      Attribute key names that begin with this constant are all general HTTP listener properties (encompassing the HTTP listener, HTTP connector and HTTPS connector), the values of which can be retrieved (minus this prefix) using BrokerProxy.getHTTPListenerProperty().
      static java.lang.String BROKER_HTTPLISTENER_STARTLISTENER_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the startListener parameter of the HTTP listener.
      static java.lang.String BROKER_HTTPLISTENER_THREADPOOLSIZE_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the threadPoolSize parameter of the HTTP listener.
      static java.lang.String BROKER_HTTPLISTENER_TRACELEVEL_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the traceLevel parameter of the HTTP listener.
      static java.lang.String BROKER_HTTPLISTENER_TRACEOVERRIDELEVEL_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the traceOverrideLevel parameter of the HTTP listener.
      static java.lang.String BROKER_HTTPLISTENER_TRACEOVERRIDESIZE_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the traceOverrideSize parameter of the HTTP listener (in bytes).
      static java.lang.String BROKER_HTTPLISTENER_TRACESIZE_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the traceSize parameter of the HTTP listener (in bytes).
      static java.lang.String BROKER_HTTPSCONNECTOR_ACCEPTCOUNT_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the acceptCount parameter of the HTTPS Connector.
      static java.lang.String BROKER_HTTPSCONNECTOR_ADDRESS_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the address parameter of the HTTPS Connector.
      static java.lang.String BROKER_HTTPSCONNECTOR_ALGORITHM_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the algorithm parameter of the HTTPS Connector.
      static java.lang.String BROKER_HTTPSCONNECTOR_ALLOWTRACE_PROPERTY
      Deprecated. 
      static java.lang.String BROKER_HTTPSCONNECTOR_BUFFERSIZE_PROPERTY
      Deprecated. 
      static java.lang.String BROKER_HTTPSCONNECTOR_CIPHERS_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the ciphers parameter of the HTTPS Connector.
      static java.lang.String BROKER_HTTPSCONNECTOR_CLIENTAUTH_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the clientAuth parameter of the HTTPS Connector.
      static java.lang.String BROKER_HTTPSCONNECTOR_COMPRESSABLEMIMETYPES_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the compressableMimeTypes parameter of the HTTPS Connector.
      static java.lang.String BROKER_HTTPSCONNECTOR_COMPRESSION_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the compression parameter of the HTTPS Connector.
      static java.lang.String BROKER_HTTPSCONNECTOR_CONNECTIONLINGER_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the connectionLinger parameter of the HTTPS Connector.
      static java.lang.String BROKER_HTTPSCONNECTOR_CONNECTIONTIMEOUT_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the connectionTimeout parameter of the HTTPS Connector.
      static java.lang.String BROKER_HTTPSCONNECTOR_ENABLELOOKUPS_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the enableLookups parameter of the HTTPS Connector.
      static java.lang.String BROKER_HTTPSCONNECTOR_ENABLEMQLISTENER_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the enableMQListener parameter of the HTTPS Connector.
      static java.lang.String BROKER_HTTPSCONNECTOR_EXPLICITLYSETPORTNUMBER_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the explicitlySetPortNumber parameter of the HTTPS Connector.
      static java.lang.String BROKER_HTTPSCONNECTOR_KEYALIAS_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the keyAlias parameter of the HTTPS Connector.
      static java.lang.String BROKER_HTTPSCONNECTOR_KEYPASS_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the keypass parameter of the HTTPS Connector.
      static java.lang.String BROKER_HTTPSCONNECTOR_KEYSTOREFILE_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the keystoreFile parameter of the HTTPS Connector.
      static java.lang.String BROKER_HTTPSCONNECTOR_KEYSTOREPASS_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the keystorePass parameter of the HTTPS Connector.
      static java.lang.String BROKER_HTTPSCONNECTOR_KEYSTORETYPE_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the keystoreType parameter of the HTTPS Connector.
      static java.lang.String BROKER_HTTPSCONNECTOR_MAXHTTPHEADERSIZE_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the maxHttpHeaderSize parameter of the HTTPS Connector.
      static java.lang.String BROKER_HTTPSCONNECTOR_MAXKEEPALIVEREQUESTS_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the maxKeepAliveRequests parameter of the HTTPS Connector.
      static java.lang.String BROKER_HTTPSCONNECTOR_MAXPOSTSIZE_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the maxPostSize parameter of the HTTPS Connector.
      static java.lang.String BROKER_HTTPSCONNECTOR_MAXSPARETHREADS_PROPERTY
      Deprecated. 
      static java.lang.String BROKER_HTTPSCONNECTOR_MAXTHREADS_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the maxThreads parameter of the HTTPS Connector.
      static java.lang.String BROKER_HTTPSCONNECTOR_MINSPARETHREADS_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the minSpareThreads parameter of the HTTPS Connector.
      static java.lang.String BROKER_HTTPSCONNECTOR_NOCOMPRESSIONUSERAGENTS_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the noCompressionUserAgents parameter of the HTTPS Connector.
      static java.lang.String BROKER_HTTPSCONNECTOR_PORT_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the port parameter of the HTTPS Connector.
      static java.lang.String BROKER_HTTPSCONNECTOR_REFRESHSSLVALUES_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the refreshSSLValues parameter of the HTTPS Connector.
      static java.lang.String BROKER_HTTPSCONNECTOR_RESTRICTEDUSERAGENTS_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the restrictedUserAgents parameter of the HTTPS Connector.
      static java.lang.String BROKER_HTTPSCONNECTOR_SOCKETBUFFER_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the socketBuffer parameter of the HTTPS Connector.
      static java.lang.String BROKER_HTTPSCONNECTOR_SSLPROTOCOL_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the sslProtocol parameter of the HTTPS Connector.
      static java.lang.String BROKER_HTTPSCONNECTOR_TCPNODELAY_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the tcpNoDelay parameter of the HTTPS Connector.
      static java.lang.String BROKER_HTTPSCONNECTOR_URIENCODING_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the URIEncoding parameter of the HTTPS Connector.
      static java.lang.String BROKER_HTTPSCONNECTOR_UUID_PROPERTY
      If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the unique identifier of the HTTPS Connector.
      static java.lang.String BROKER_INTERBROKERHOST_PROPERTY
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String BROKER_INTERBROKERPORT_PROPERTY
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String BROKER_ISYSQOP_PROPERTY
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String BROKER_LASTBRPROPSSYNCTIME_PROPERTY
      Deprecated. 
      This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
      static java.lang.String BROKER_LASTCONFIGURABLESERVICESYNCTIME_PROPERTY
      Deprecated. 
      This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
      static java.lang.String BROKER_LASTFLOWSSYNCTIME_PROPERTY
      Deprecated. 
      This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
      static java.lang.String BROKER_LASTHTTPSYNCTIME_PROPERTY
      Deprecated. 
      This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
      static java.lang.String BROKER_LASTRTPROPSSYNCTIME_PROPERTY
      Deprecated. 
      This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
      static java.lang.String BROKER_LASTSCPROPSSYNCTIME_PROPERTY
      Deprecated. 
      This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
      static java.lang.String BROKER_LONGVERSION_PROPERTY
      As a BrokerProxy's attribute key name, the value of this property is the version of the broker, as expressed as a String.
      static java.lang.String BROKER_MQTTSERVER_PORT_PROPERTY
      If this constant is supplied to BrokerProxy.getProperty(), the value returned is a string containing the MQTT port used by this broker.
      static java.lang.String BROKER_MULTICAST_ADDRESSRANGE_IPV4IPV6DELIMITER
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String BROKER_MULTICAST_ADDRESSRANGE_MINMAXDELIMITER
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String BROKER_MULTICAST_ADDRESSRANGE_PROPERTY
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String BROKER_MULTICAST_BACKOFFTIME_PROPERTY
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String BROKER_MULTICAST_DATAPORT_PROPERTY
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String BROKER_MULTICAST_ENABLE_PROPERTY
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String BROKER_MULTICAST_HBTIMEOUT_PROPERTY
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String BROKER_MULTICAST_HISTORYCLEANINGTIME_PROPERTY
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String BROKER_MULTICAST_INTERFACE_IPV4IPV6DELIMITER
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String BROKER_MULTICAST_INTERFACE_PROPERTY
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String BROKER_MULTICAST_LIMITTRANSRATE_DISABLED
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String BROKER_MULTICAST_LIMITTRANSRATE_DYNAMIC
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String BROKER_MULTICAST_LIMITTRANSRATE_PROPERTY
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String BROKER_MULTICAST_LIMITTRANSRATE_STATIC
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String BROKER_MULTICAST_MAXKEYAGE_PROPERTY
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String BROKER_MULTICAST_MAXMEMORYALLOWEDKBYTES_PROPERTY
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String BROKER_MULTICAST_MINIMALHISTORYSIZE_PROPERTY
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String BROKER_MULTICAST_NACKACCUMULATIONTIME_PROPERTY
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String BROKER_MULTICAST_NACKCHECKPERIOD_PROPERTY
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String BROKER_MULTICAST_OVERLAPPINGTOPIC_PROPERTY
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String BROKER_MULTICAST_PACKETBUFFERS_PROPERTY
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String BROKER_MULTICAST_PACKETSIZE_PROPERTY
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String BROKER_MULTICAST_PROPERTY_GROUP
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String BROKER_MULTICAST_PROTOCOLTYPE_PGMIP
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String BROKER_MULTICAST_PROTOCOLTYPE_PROPERTY
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String BROKER_MULTICAST_PROTOCOLTYPE_PTL
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String BROKER_MULTICAST_PROTOCOLTYPE_UDPENCAPSULATEDPGM
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String BROKER_MULTICAST_QOS_PROPERTY
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String BROKER_MULTICAST_SECURITY_PROPERTY
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String BROKER_MULTICAST_SOCKETBUFFERSIZE_PROPERTY
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String BROKER_MULTICAST_TRANSRATELIMITKBP_PROPERTY
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String BROKER_MULTICAST_TTL_PROPERTY
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String BROKER_NEWUUID_PROPERTY
      Deprecated. 
      This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
      static java.lang.String BROKER_NODEPLOYMENT_PROPERTY
      Deprecated. 
      This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
      static java.lang.String BROKER_OSARCH_PROPERTY
      As a BrokerProxy's attribute key name, the value of this property is the OS architecture of the broker, as expressed as a String.
      static java.lang.String BROKER_OSNAME_PROPERTY
      As a BrokerProxy's attribute key name, the value of this property is the OS name of the broker, as expressed as a String.
      static java.lang.String BROKER_OSVERSION_PROPERTY
      As a BrokerProxy's attribute key name, the value of this property is the OS version of the broker, as expressed as a String.
      static java.lang.String BROKER_QMGR_PROPERTY
      As a BrokerProxy's attribute key name, the value of this property is the queue manager to which the broker is associated.
      static java.lang.String BROKER_REGISTRY_ADMINAGENTPID_PROPERTY
      If this constant is supplied to BrokerProxy.getRegistryProperty(), the value returned is the process identifier of the broker's controlling process (bipbroker).
      static java.lang.String BROKER_REGISTRY_ADMINSECURITY_ACTIVE
      If this constant is the value of the registry property with the name AttributeConstants.BROKER_REGISTRY_ADMINSECURITY_PROPERTY, it means that administrative security has been enabled on the broker.
      static java.lang.String BROKER_REGISTRY_ADMINSECURITY_INACTIVE
      If this constant is the value of the registry property with the name AttributeConstants.BROKER_REGISTRY_ADMINSECURITY_PROPERTY, it means that administrative security has been disabled on the broker.
      static java.lang.String BROKER_REGISTRY_ADMINSECURITY_PROPERTY
      If this constant is supplied to BrokerProxy.getRegistryProperty(), the value returned is an indication of whether administrative security has been permanently enabled on the broker.
      static java.lang.String BROKER_REGISTRY_BROKERKEYSTOREFILE_PROPERTY
      If this constant is supplied to BrokerProxy.getRegistryProperty(), the value returned is the broker keystore file of the broker.
      static java.lang.String BROKER_REGISTRY_BROKERKEYSTOREPASS_PROPERTY
      If this constant is supplied to BrokerProxy.getRegistryProperty(), the value returned is the brokerKeystorePass setting of the broker.
      static java.lang.String BROKER_REGISTRY_BROKERKEYSTORETYPE_PROPERTY
      If this constant is supplied to BrokerProxy.getRegistryProperty(), the value returned is the brokerKeystoreType setting of the broker.
      static java.lang.String BROKER_REGISTRY_BROKERTRUSTSTOREFILE_PROPERTY
      If this constant is supplied to BrokerProxy.getRegistryProperty(), the value returned is the broker truststore file of the broker.
      static java.lang.String BROKER_REGISTRY_BROKERTRUSTSTOREPASS_PROPERTY
      If this constant is supplied to BrokerProxy.getRegistryProperty(), the value returned is the brokerTruststorePass setting of the broker.
      static java.lang.String BROKER_REGISTRY_BROKERTRUSTSTORETYPE_PROPERTY
      If this constant is supplied to BrokerProxy.getRegistryProperty(), the value returned is the brokerTruststoreType setting of the broker.
      static java.lang.String BROKER_REGISTRY_CONFIGURATIONDELAYTIMEOUT_PROPERTY
      If this constant is supplied to BrokerProxy.getRegistryProperty(), the value returned is the Configuration Delay Timeout setting of the broker (in seconds).
      static java.lang.String BROKER_REGISTRY_CONFIGURATIONTIMEOUT_PROPERTY
      If this constant is supplied to BrokerProxy.getRegistryProperty(), the value returned is the Configuration Timeout setting of the broker (in seconds).
      static java.lang.String BROKER_REGISTRY_DATA_CAPTURE_POLICY_URI
      If this constant is supplied to BrokerProxy.getRegistryProperty(), the value returned is the DataCapture policy attached to this broker.
      static java.lang.String BROKER_REGISTRY_DATASOURCEUSERID_PROPERTY
      If this constant is supplied to BrokerProxy.getRegistryProperty(), the value returned is the default datasource userid of the broker.
      static java.lang.String BROKER_REGISTRY_FADLEVEL_PROPERTY
      If this constant is supplied to BrokerProxy.getRegistryProperty(), the value returned is the formats and data level of the broker.
      static java.lang.String BROKER_REGISTRY_HTTPCONNECTORPORTRANGE_PROPERTY
      If this constant is supplied to BrokerProxy.getRegistryProperty(), the value returned is the HTTP Connector port range of the broker.
      static java.lang.String BROKER_REGISTRY_HTTPSCONNECTORPORTRANGE_PROPERTY
      If this constant is supplied to BrokerProxy.getRegistryProperty(), the value returned is the HTTPS Connector port range of the broker.
      static java.lang.String BROKER_REGISTRY_MIGRATIONNEEDED_PROPERTY
      If this constant is supplied to BrokerProxy.getRegistryProperty(), the value returned is the "Migration Needed" setting of the broker.
      static java.lang.String BROKER_REGISTRY_MODEEXTENSIONS_PROPERTY
      If this constant is supplied to BrokerProxy.getRegistryProperty(), the value returned is the mode extensions of the broker.
      static java.lang.String BROKER_REGISTRY_OPERATIONMODE_PROPERTY
      If this constant is supplied to BrokerProxy.getRegistryProperty(), the value returned is the operation mode of the broker.
      static java.lang.String BROKER_REGISTRY_PROPERTY_FOLDER
      Attributes key names that begin with this constant are all registry properties, the values of which can be retrieved (minus this prefix) using BrokerProxy.getRegistryProperty().
      static java.lang.String BROKER_REGISTRY_QUEUEMANAGERNAME_PROPERTY
      If this constant is supplied to BrokerProxy.getRegistryProperty(), the value returned is the queue manager name of the broker.
      static java.lang.String BROKER_REGISTRY_STATISTICSMAJORINTERVAL_PROPERTY
      If this constant is supplied to BrokerProxy.getRegistryProperty(), the value returned is the statistics major interval value of the broker (in seconds).
      static java.lang.String BROKER_REGISTRY_UUID_PROPERTY
      If this constant is supplied to BrokerProxy.getRegistryProperty(), the value returned is the internal identifier of the broker registry.
      static java.lang.String BROKER_REGISTRY_WEBADMIN_HTTPCONNECTOR_PORT
      If this constant is supplied to BrokerProxy.getRegistryProperty(), the value returned is the Web Admin HTTP Connector port.
      static java.lang.String BROKER_REGISTRY_WEBADMIN_HTTPSCONNECTOR_PORT
      If this constant is supplied to BrokerProxy.getRegistryProperty(), the value returned is the Web Admin HTTPS Connector port.
      static java.lang.String BROKER_REGISTRY_WEBADMIN_SERVER_ENABLED
      If this constant is supplied to BrokerProxy.getRegistryProperty(), the value returned is the Web Admin enabled state.
      static java.lang.String BROKER_REGISTRY_WEBADMIN_SERVER_ENABLESSL
      If this constant is supplied to BrokerProxy.getRegistryProperty(), the value returned is the Web Admin SSL enabled state.
      static java.lang.String BROKER_SECURITY_IDENTITY_INTEGRATION_SERVER_PROPERTY
      The execution group name of the security identity, if one has been specified.
      static java.lang.String BROKER_SECURITY_IDENTITY_NAME_PROPERTY
      The name of the security identity.
      static java.lang.String BROKER_SECURITY_IDENTITY_RESOURCE_PROPERTY
      Get the resource that the security identity is associated with.
      static java.lang.String BROKER_SECURITY_IDENTITY_TYPE_PROPERTY
      The type (ODBC, JMS, IMS, etc.) of the security identity.
      static java.lang.String BROKER_SECURITYCACHE
      Attribute used to identify the property group in the REST API
      static java.lang.String BROKER_SECURITYCACHE_CACHESWEEPINTERVAL_PROPERTY
      If this constant is supplied to BrokerProxy.getSecurityCacheProperty(), the value returned is the cache sweep interval of the security cache (in seconds).
      static java.lang.String BROKER_SECURITYCACHE_CACHETIMEOUT_PROPERTY
      If this constant is supplied to BrokerProxy.getSecurityCacheProperty(), the value returned is the cache timeout value of the security cache (in seconds).
      static java.lang.String BROKER_SECURITYCACHE_PROPERTY_FOLDER
      Attributes key names that begin with this constant are all security cache properties, the values of which can be retrieved (minus this prefix) using BrokerProxy.getSecurityCacheProperty().
      static java.lang.String BROKER_SECURITYCACHE_UUID_PROPERTY
      If this constant is supplied to BrokerProxy.getSecurityCacheProperty(), the value returned is the unique identifier of the security cache.
      static java.lang.String BROKER_SECURITYMANAGER_INVALIDATESECURITYCACHEENTRYLIST_PROPERTY
      If a modify request containing this property is sent to the broker, it asks the broker to remove the list of userids contained as the value of this property from the security cache.
      static java.lang.String BROKER_SSLCONNECTORENABLED_PROPERTY
      Deprecated. 
      This field is not used as of WebSphere Message Broker V7.
      static java.lang.String BROKER_SSLKEYRINGFILE_PROPERTY
      Deprecated. 
      This field is not used as of WebSphere Message Broker V7.
      static java.lang.String BROKER_SSLPASSWORDFILE_PROPERTY
      Deprecated. 
      This field is not used as of WebSphere Message Broker V7.
      static java.lang.String BROKER_SYSQOP_PROPERTY
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String BROKER_TEMPTOPICQOP_PROPERTY
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String BROKER_VERSION_PROPERTY
      As a BrokerProxy's attribute key name, the value of this property is the version of the broker, as expressed as an integer.
      static java.lang.String BUSINESSTRANSACTION_LAST_TIMESTAMP_FROM
      The BusinessTransaction/DataCapture property to use to restrict the results returned by timestamp when retrieving messages from a DataCapture Proxy query against Business Transactions.
      static java.lang.String BUSINESSTRANSACTION_LAST_TIMESTAMP_TO
      The BusinessTransaction/DataCapture property to use to restrict the results returned by timestamp when retrieving messages from a DataCapture Proxy query against Business Transactions.
      static java.lang.String BUSINESSTRANSACTION_START_TIMESTAMP_FROM
      The BusinessTransaction/DataCapture property to use to restrict the results returned by timestamp when retrieving messages from a DataCapture Proxy query against Business Transactions.
      static java.lang.String BUSINESSTRANSACTION_START_TIMESTAMP_TO
      The BusinessTransaction/DataCapture property to use to restrict the results returned by timestamp when retrieving messages from a DataCapture Proxy query against Business Transactions.
      static java.lang.String CHILD_CSTYPE_PROPERTY
      For request reference properties, if the operation type of the property is 'createchild' or 'deletechild', the value of this property refers to the type of the Configurable Service being created or deleted.
      static java.lang.String CHILD_FORCEDELETE_PROPERTY
      Deprecated. 
      This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
      static java.lang.String CHILD_GROUPUUID_PROPERTY
      For request reference properties, if the operation type of the property is 'createchild', 'deletechild' or 'modify' the value of this property refers to the UUID of the parent ServiceGroupProxyItem in which the being created, deleted or modified (See the description for OPERATION_TYPE_PROPERTY for information on how to determine the operation type of a request.)
      static java.lang.String CHILD_NAME_PROPERTY
      For request reference properties, if the operation type of the property is 'createchild' or 'deletechild', the value of this property refers to the name of the object being created or deleted.
      static java.lang.String CHILD_POLICYACTION_PROPERTY 
      static java.lang.String CHILD_POLICYCONTENT_PROPERTY 
      static java.lang.String CHILD_POLICYTYPE_PROPERTY 
      static java.lang.String CHILD_SERVICE_CONTENT_PROPERTY 
      static java.lang.String CHILD_TYPE_PROPERTY
      For request reference properties, if the operation type of the request is 'createchild' or 'deletechild', the value of this property refers to the type of the object being created or deleted.
      static java.lang.String CHILD_UUID_PROPERTY
      For request reference properties, if the operation type of the request is 'createchild' or 'deletechild', the value of this property refers to the unique identifier of the object being created or deleted.
      static java.lang.String COLLECTIVE_NEWBROKERS_PROPERTY
      Deprecated. 
      This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
      static java.lang.String COLLECTIVE_REMOVEDBROKERS_PROPERTY
      Deprecated. 
      This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
      static java.lang.String COMPLETIONCODE_CANCELLED
      String representation of CompletionCodeType instance 'cancelled'.
      static java.lang.String COMPLETIONCODE_FAILURE
      String representation of CompletionCodeType instance 'failure'.
      static java.lang.String COMPLETIONCODE_INITIATED
      String representation of CompletionCodeType instance 'initiated'.
      static java.lang.String COMPLETIONCODE_NOTREQUIRED
      Deprecated. 
      This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
      static java.lang.String COMPLETIONCODE_PENDING
      String representation of CompletionCodeType instance 'pending'.
      static java.lang.String COMPLETIONCODE_SUBMITTED
      String representation of CompletionCodeType instance 'submitted'.
      static java.lang.String COMPLETIONCODE_SUCCESS
      String representation of CompletionCodeType instance 'success'.
      static java.lang.String COMPLETIONCODE_SUCCESSSOFAR
      Deprecated. 
      This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
      static java.lang.String COMPLETIONCODE_TIMEDOUT
      String representation of CompletionCodeType instance 'timedOut'.
      static java.lang.String COMPLETIONCODE_UNKNOWN
      String representation of CompletionCodeType instance 'unknown'.
      static java.lang.String CONFIGMGR_AUTODISCOVERYINTERVALMINS_PROPERTY
      Deprecated. 
      This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
      static java.lang.String CONFIGMGR_FULLVERSION_PROPERTY
      Deprecated. 
      This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
      static java.lang.String CONFIGMGR_INCOMPATIBLEVERSION_PROPERTY
      Deprecated. 
      This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
      static java.lang.String CONFIGMGR_OSARCH_PROPERTY
      Deprecated. 
      This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
      static java.lang.String CONFIGMGR_OSNAME_PROPERTY
      Deprecated. 
      This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
      static java.lang.String CONFIGMGR_OSVERSION_PROPERTY
      Deprecated. 
      This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
      static java.lang.String CONFIGMGR_TRACE_DEBUG
      Deprecated. 
      This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
      static java.lang.String CONFIGMGR_TRACE_NONE
      Deprecated. 
      This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
      static java.lang.String CONFIGMGR_TRACE_NORMAL
      Deprecated. 
      This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
      static java.lang.String CONFIGMGR_TRACE_PROPERTY
      Deprecated. 
      This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
      static java.lang.String CONFIGMGR_VERSION_PROPERTY
      Deprecated. 
      This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
      static java.lang.String CONFIGURATION_OBJECT_TYPE_PROPERTY
      For request reference properties, this key is always present and describes the type of the object that was manipulated.
      static java.lang.String DATA_INJECTION_APPLICATION_LABEL
      The name of the filter property passed to ExecutionGroupProxy.injectTestData() when an application is specified.
      static java.lang.String DATA_INJECTION_ENVIRONMENT_SECTION
      The name of the filter property passed to ExecutionGroupProxy.injectTestData() when the environment section of data is specified.
      static java.lang.String DATA_INJECTION_EXCEPTIONLIST_SECTION
      The name of the filter property passed to ExecutionGroupProxy.injectTestData() when the exception list section of data is specified.
      static java.lang.String DATA_INJECTION_LIBRARY_LABEL
      The name of the filter property passed to ExecutionGroupProxy.injectTestData() when a library is specified.
      static java.lang.String DATA_INJECTION_LOCALENVIRONMENT_SECTION
      The name of the filter property passed to ExecutionGroupProxy.injectTestData() when the local environment section of data is specified.
      static java.lang.String DATA_INJECTION_MESSAGE_SECTION
      The name of the filter property passed to ExecutionGroupProxy.injectTestData() when the message section of data is specified.
      static java.lang.String DATA_INJECTION_MESSAGEFLOW_LABEL
      The name of the filter property passed to ExecutionGroupProxy.injectTestData() when a message flow is specified.
      static java.lang.String DATA_INJECTION_NODE_UUID
      The name of the filter property passed to ExecutionGroupProxy.injectTestData() when a target node is specified.
      static java.lang.String DATA_INJECTION_WAIT_TIME
      The name of the filter property passed to ExecutionGroupProxy.injectTestData() when a wait time is specified.
      static java.lang.String DATACAPTURE_BUSINESS_TRANSACTION
      The DataCapture property to indicate that we are querying the list of business transactions or recorded events for the specified business transaction, which should be the business transaction URI.
      static java.lang.String DATACAPTURE_BUSINESS_TRANSACTIONS
      Deprecated. 
      multiple business transactions cannot be queried, name is confusing!
      static java.lang.String DATACAPTURE_EVENT_TIMESTAMP_FROM
      The DataCapture property to use to restrict the results returned by timestamp when retrieving messages from a DataCapture Proxy query
      static java.lang.String DATACAPTURE_EVENT_TIMESTAMP_TO
      The DataCapture property to use to restrict the results returned by timestamp when retrieving messages from a DataCapture Proxy query
      static java.lang.String DATACAPTURE_NUMBEROFENTRIESPERPAGE
      The number of results to return or -1 for everything (Default is 30)
      static java.lang.String DATACAPTURE_PAGENUMBER
      The page number of results to return when there are more than DATACAPTURE_NUMBEROFENTRIESPERPAGE
      static java.lang.String DATACAPTURE_PAYLOAD
      Instructs the Data Capture Proxy to return the payload of the Data Capture Entry specified by unique message key on the provided Data Capture Entry.
      static java.lang.String DATACAPTURE_PAYLOAD_BITSTREAM
      Instructs the Data Capture Proxy to return the exception list of the Data Capture Entry specified by unique message key on the provided Data Capture Entry.
      static java.lang.String DATACAPTURE_PAYLOAD_EXCEPTIONLIST
      Instructs the Data Capture Proxy to return the exception list of the Data Capture Entry specified by unique message key on the provided Data Capture Entry.
      static java.lang.String DATACAPTURE_PROPERTY_WMBMSGKEY
      Used to provide the Data Capture Proxy with the Message Key of the Message we wish to Replay
      static java.lang.String DATACAPTURE_QUERY_BUSINESS_TRANSACTIONS
      The DataCapture property to indicate that we are querying the list of business transactions rather than the normal DataCapture data.
      static java.lang.String DATACAPTURE_REPLAY
      Instructs the Data Capture Proxy to replay the Data Capture Entry specified by unique message key (DATACAPTURE_PROPERTY_WMBMSGKEY) to the destination specified.
      static java.lang.String DATACAPTURE_SORTBY
      The DataCapture property used to sort on when retrieving messages from a DataCapture Proxy query
      static java.lang.String DATACAPTURE_SORTBY_ORDER
      The DataCapture property to indicate which sort direction to use in the DataCapture Proxy query Set this too DATACAPTURE_SORTBY_ORDER_ASC or DATACAPTURE_SORTBY_ORDER_DESC
      static java.lang.String DATACAPTURE_SORTBY_ORDER_ASC
      The DataCapture property to indicate which sort direction to use in the DataCapture Proxy query
      static java.lang.String DATACAPTURE_SORTBY_ORDER_DESC
      The DataCapture property to indicate which sort direction to use in the DataCapture Proxy query
      static java.lang.String DATACAPTURE_STORE
      The Data Capture Store to use for a DataCapture Proxy
      static java.lang.String DATACAPTURE_TOTALRESULTS
      Holds the number of results returned on the DataCapture Proxy
      static java.lang.String DATACAPTUREENTRY
      The DataCapture Entry root property to specify as a filter when retrieving messages from a DataCapture Proxy query
      static java.lang.String DATACAPTUREENTRY_PROPERTY_GROUP
      If a DataCapture's attribute key name or request reference property begins with the value of this constant, the attribute is related to the description of Data Capture entries.
      static boolean DEBUG_COMMSMESSAGE_IO
      If and only if this is set to true, all comms between the broker and IBM Integration API (CMP) will be sent to System.out.
      static int DEFAULT_CORRELID
      The default value for the correlation id field, used internally when submitting a set of requests with the ConfigManagerProxy.sendUpdates() method.
      static java.lang.String DEPENDENCY_PROPERTY_GROUP
      If an ExecutionGroupProxy's attribute key name or request reference property begins with the value of this constant, the attribute is related to the description of logical subcomponents owned by the object.
      static java.lang.String DEPLOYED_AS_SOURCE_PROPERTY
      Boolean which tracks whether flow was deployed as source (.cmf) or not (.msgflow)
      static java.lang.String DEPLOYEDOBJECT_DEPLOYTIME_PROPERTY
      As a deployed objects attribute key name, the value of this property is the time that the object was deployed.
      static java.lang.String DEPLOYEDOBJECT_KEYWORDS_PROPERTY
      As a deployed objects attribute key name, the value of this property is the encoded keywords that were found in the deployed object at deploy time.
      static java.lang.String DEPLOYEDOBJECT_MODIFYTIME_PROPERTY
      As a deployed objects attribute key name, the value of this property is the modification time of the deployed object (set inside the BAR).
      static java.lang.String DEPLOYID_PROPERTY
      Deprecated. 
      This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
      static long DEPLOYRESULT_NO_DEPLOYMENT
      Deprecated. 
      This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
      static long DEPLOYRESULT_SUPPRESSION
      If this is the value supplied as the 'maxWaitTimeMs' parameter to a deploy() method, the DeployResult object will not be calculated and the deploy() method will return null.
      static long DEPLOYRESULT_WAIT_INDEFINITELY
      If this is the value supplied as the 'maxWaitTimeMs' parameter to a deploy() method, the IBM Integration API (CMP) will wait indefinitely for all broker responses to be returned.
      static java.lang.String DEPLOYTIME_TIMESTAMP_FORMAT
      The format used to describe the timestamp in attributes that describe the time an object was deployed.
      static java.lang.String DEPLOYTYPE_CANCEL
      Deprecated. 
      This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
      static java.lang.String DEPLOYTYPE_COMPLETE
      If this is the value of DEPLOYTYPE_PROPERTY, it means that the deployment should be complete; that is, any information that was currently deployed is to be cleared before the new information is deployed.
      static java.lang.String DEPLOYTYPE_DELETEALLEGS
      Deprecated. 
      This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
      static java.lang.String DEPLOYTYPE_DELTA
      If this is the value of DEPLOYTYPE_PROPERTY, it means that the deployment was sent as delta to what was already deployed.
      static java.lang.String DEPLOYTYPE_PROPERTY
      For request reference properties, the value of this key on a request with a 'deploy' operation type is the type of deploy that was actioned.
      static java.lang.String DEPLOYTYPE_SYNC
      Deprecated. 
      This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
      static java.lang.String DOMAIN_USER_DELIMITER
      Deprecated. 
      This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
      static java.lang.String EG_CACHEMANAGER
      Attribute used to identify the property group in the REST API
      static java.lang.String EG_CACHEMANAGER_CATALOGCLUSTERENDPOINTS_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the catalogClusterEndPoints property of the ComIbmCacheManager resource in the execution group.
      static java.lang.String EG_CACHEMANAGER_CLIENTSDEFAULTTOSSL_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the clientsDefaultToSSL property of the ComIbmCacheManager resource in the execution group.
      static java.lang.String EG_CACHEMANAGER_CONNECTIONENDPOINTS_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the connectionEndPoints property of the ComIbmCacheManager resource in the execution group.
      static java.lang.String EG_CACHEMANAGER_DOMAINNAME_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the domainName property of the ComIbmCacheManager resource in the execution group.
      static java.lang.String EG_CACHEMANAGER_ENABLECATALOGSERVICE_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the enableCatalogService property of the ComIbmCacheManager resource in the execution group.
      static java.lang.String EG_CACHEMANAGER_ENABLECONTAINERSERVICE_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the enableContainerService property of the ComIbmCacheManager resource in the execution group.
      static java.lang.String EG_CACHEMANAGER_ENABLEJMX_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the enableJMX property of the ComIbmCacheManager resource in the execution group.
      static java.lang.String EG_CACHEMANAGER_HAMANAGERPORT_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the haManagerPort property of the ComIbmCacheManager resource in the execution group.
      static java.lang.String EG_CACHEMANAGER_JMXSERVICEPORT_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the jmxServicePort property of the ComIbmCacheManager resource in the execution group.
      static java.lang.String EG_CACHEMANAGER_LISTENERHOST_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the listenerHost property of the ComIbmCacheManager resource in the execution group.
      static java.lang.String EG_CACHEMANAGER_LISTENERPORT_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the listenerPort property of the ComIbmCacheManager resource in the execution group.
      static java.lang.String EG_CACHEMANAGER_SSLALIAS_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the sslAlias property of the ComIbmCacheManager resource in the execution group.
      static java.lang.String EG_CACHEMANAGER_SSLPROTOCOL_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the sslProtocol property of the ComIbmCacheManager resource in the execution group.
      static java.lang.String EG_COMIBMJVMMANAGER_JVMDEBUGPORT_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the configured value of the JVM Debug port for an execution group.
      static java.lang.String EG_COMIBMJVMMANAGER_JVMDEBUGPORTACTIVEVALUE_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the active value of the JVM Debug port for an execution group.
      static java.lang.String EG_COMIBMJVMMANAGER_JVMDISABLECLASSGC_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the jvmDisableClassGC property of the execution group's JVM.
      static java.lang.String EG_COMIBMJVMMANAGER_JVMMAXHEAPSIZE_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the jvmMaxHeapSize property of the execution group's JVM.
      static java.lang.String EG_COMIBMJVMMANAGER_JVMMINHEAPSIZE_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the jvmMinHeapSize property of the execution group's JVM.
      static java.lang.String EG_COMIBMJVMMANAGER_JVMNATIVESTACKSIZE_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the jvmNativeStackSize property of the execution group's JVM.
      static java.lang.String EG_COMIBMJVMMANAGER_JVMSYSTEM_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the jvmSystemProperty property of the execution group's JVM.
      static java.lang.String EG_COMIBMJVMMANAGER_JVMVERBOSEOPTION_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the jvmVerboseOption property of the execution group's JVM.
      static java.lang.String EG_COMIBMJVMMANAGER_KEYSTOREFILE_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the keystoreFile property of the execution group's JVM.
      static java.lang.String EG_COMIBMJVMMANAGER_KEYSTOREPASS_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the keystorePass property of the execution group's JVM.
      static java.lang.String EG_COMIBMJVMMANAGER_KEYSTORETYPE_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the keystoreType property of the execution group's JVM.
      static java.lang.String EG_COMIBMJVMMANAGER_TRACEFILTER_PROPERTY
      Deprecated. 
      This property is used in the trace hierarchy of an execution group and should not be used. The use of this constant is not supported as of WebSphere Message Broker V7.
      static java.lang.String EG_COMIBMJVMMANAGER_TRACELEVEL_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the traceLevel property of the execution group's JVM.
      static java.lang.String EG_COMIBMJVMMANAGER_TRUSTSTOREFILE_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the truststoreFile property of the execution group's JVM.
      static java.lang.String EG_COMIBMJVMMANAGER_TRUSTSTOREPASS_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the truststorePass property of the execution group's JVM.
      static java.lang.String EG_COMIBMJVMMANAGER_TRUSTSTORETYPE_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the truststoreType property of the execution group's JVM.
      static java.lang.String EG_COMIBMJVMMANAGER_USERTRACEFILTER_PROPERTY
      Deprecated. 
      This property is used in the trace hierarchy of an execution group and should not be used. The use of this constant is not supported as of WebSphere Message Broker V7.
      static java.lang.String EG_COMIBMJVMMANAGER_USERTRACELEVEL_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the userTraceLevel property of the execution group's JVM.
      static java.lang.String EG_COMIBMSIEBELMANAGER_EISPROVIDERS_NAME_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the EISProviders property of the execution group's Siebel Manager.
      static java.lang.String EG_CONTENTBASEDFILTERING
      Attribute used to identify the property group in the REST API
      static java.lang.String EG_CONTENTBASEDFILTERING_CBFENABLED_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the cbfEnabled property of the ContentBasedFiltering resource in the execution group.
      static java.lang.String EG_CONTENTBASEDFILTERING_EVALUATIONTHREADS_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the evaluationThreads property of the ContentBasedFiltering resource in the execution group.
      static java.lang.String EG_CONTENTBASEDFILTERING_VALIDATIONTHREADS_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the validationThreads property of the ContentBasedFiltering resource in the execution group.
      static java.lang.String EG_DATACAPTUREMANAGER
      Attribute used to identify the property group in the REST API
      static java.lang.String EG_FTEAGENT
      Attribute used to identify the property group in the REST API
      static java.lang.String EG_FTEAGENT_AGENTNAME_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the agentName property of the execution group's FTE Agent.
      static java.lang.String EG_FTEAGENT_COORDINATION_QUEUE_MANAGER_NAME_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the coordinationQMgr property of the execution group's FTE Agent.
      static java.lang.String EG_HTTPCONNECTOR_ACCEPTCOUNT_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the acceptCount parameter of the HTTP Connector.
      static java.lang.String EG_HTTPCONNECTOR_ADDRESS_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the address parameter of the HTTP Connector.
      static java.lang.String EG_HTTPCONNECTOR_ALLOWTRACE_PROPERTY
      Deprecated. 
      static java.lang.String EG_HTTPCONNECTOR_BUFFERSIZE_PROPERTY
      Deprecated. 
      static java.lang.String EG_HTTPCONNECTOR_COMPRESSABLEMIMETYPES_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the compressableMimeTypes parameter of the HTTP Connector.
      static java.lang.String EG_HTTPCONNECTOR_COMPRESSION_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the compression parameter of the HTTP Connector.
      static java.lang.String EG_HTTPCONNECTOR_CONNECTIONLINGER_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the connectionLinger parameter of the HTTP Connector.
      static java.lang.String EG_HTTPCONNECTOR_CONNECTIONTIMEOUT_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the connectionTimeout parameter of the HTTP Connector.
      static java.lang.String EG_HTTPCONNECTOR_ENABLELOOKUPS_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the enableLookups parameter of the HTTP Connector.
      static java.lang.String EG_HTTPCONNECTOR_ENABLEMQLISTENER_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the enableMQListener parameter of the HTTP Connector.
      static java.lang.String EG_HTTPCONNECTOR_EXPLICITLYSETPORTNUMBER_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the explicitlySetPortNumber parameter of the HTTP Connector.
      static java.lang.String EG_HTTPCONNECTOR_MAXHTTPHEADERSIZE_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the maxHttpHeaderSize parameter of the HTTP Connector.
      static java.lang.String EG_HTTPCONNECTOR_MAXKEEPALIVEREQUESTS_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the maxKeepAliveRequests parameter of the HTTP Connector.
      static java.lang.String EG_HTTPCONNECTOR_MAXPOSTSIZE_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the maxPostSize parameter of the HTTP Connector.
      static java.lang.String EG_HTTPCONNECTOR_MAXSPARETHREADS_PROPERTY
      Deprecated. 
      static java.lang.String EG_HTTPCONNECTOR_MAXTHREADS_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the maxThreads parameter of the HTTP Connector.
      static java.lang.String EG_HTTPCONNECTOR_MINSPARETHREADS_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the minSpareThreads parameter of the HTTP Connector.
      static java.lang.String EG_HTTPCONNECTOR_NOCOMPRESSIONUSERAGENTS_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the noCompressionUserAgents parameter of the HTTP Connector.
      static java.lang.String EG_HTTPCONNECTOR_PORT_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the port parameter of the HTTP Connector.
      static java.lang.String EG_HTTPCONNECTOR_REFRESHSSLVALUES_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the refreshSSLValues parameter of the HTTP Connector.
      static java.lang.String EG_HTTPCONNECTOR_RESTRICTEDUSERAGENTS_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the restrictedUserAgents parameter of the HTTP Connector.
      static java.lang.String EG_HTTPCONNECTOR_SOCKETBUFFER_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the socketBuffer parameter of the HTTP Connector.
      static java.lang.String EG_HTTPCONNECTOR_TCPNODELAY_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the tcpNoDelay parameter of the HTTP Connector.
      static java.lang.String EG_HTTPCONNECTOR_TRACEFILTER_PROPERTY
      Deprecated. 
      This property is used in the trace hierarchy of an execution group and should not be used. The use of this constant is not supported as of WebSphere Message Broker V7.
      static java.lang.String EG_HTTPCONNECTOR_TRACELEVEL_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the traceLevel parameter of the HTTP Connector.
      static java.lang.String EG_HTTPCONNECTOR_URIENCODING_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the URIEncoding parameter of the HTTP Connector.
      static java.lang.String EG_HTTPCONNECTOR_USERTRACEFILTER_PROPERTY
      Deprecated. 
      This property is used in the trace hierarchy of an execution group and should not be used. The use of this constant is not supported as of WebSphere Message Broker V7.
      static java.lang.String EG_HTTPCONNECTOR_USERTRACELEVEL_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the userTraceLevel parameter of the HTTP Connector.
      static java.lang.String EG_HTTPSCONNECTOR_ACCEPTCOUNT_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the acceptCount parameter of the HTTPS Connector.
      static java.lang.String EG_HTTPSCONNECTOR_ADDRESS_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the address parameter of the HTTPS Connector.
      static java.lang.String EG_HTTPSCONNECTOR_ALGORITHM_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the algorithm parameter of the HTTPS Connector.
      static java.lang.String EG_HTTPSCONNECTOR_ALLOWTRACE_PROPERTY
      Deprecated. 
      static java.lang.String EG_HTTPSCONNECTOR_BUFFERSIZE_PROPERTY
      Deprecated. 
      static java.lang.String EG_HTTPSCONNECTOR_CIPHERS_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the ciphers parameter of the HTTPS Connector.
      static java.lang.String EG_HTTPSCONNECTOR_CLIENTAUTH_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the clientAuth parameter of the HTTPS Connector.
      static java.lang.String EG_HTTPSCONNECTOR_COMPRESSABLEMIMETYPES_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the compressableMimeTypes parameter of the HTTPS Connector.
      static java.lang.String EG_HTTPSCONNECTOR_COMPRESSION_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the compression parameter of the HTTPS Connector.
      static java.lang.String EG_HTTPSCONNECTOR_CONNECTIONLINGER_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the connectionLinger parameter of the HTTPS Connector.
      static java.lang.String EG_HTTPSCONNECTOR_CONNECTIONTIMEOUT_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the connectionTimeout parameter of the HTTPS Connector.
      static java.lang.String EG_HTTPSCONNECTOR_ENABLELOOKUPS_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the enableLookups parameter of the HTTPS Connector.
      static java.lang.String EG_HTTPSCONNECTOR_ENABLEMQLISTENER_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the enableMQListener parameter of the HTTPS Connector.
      static java.lang.String EG_HTTPSCONNECTOR_EXPLICITLYSETPORTNUMBER_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the explicitlySetPortNumber parameter of the HTTPS Connector.
      static java.lang.String EG_HTTPSCONNECTOR_KEYALIAS_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the keyAlias parameter of the HTTPS Connector.
      static java.lang.String EG_HTTPSCONNECTOR_KEYPASS_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the keypass parameter of the HTTPS Connector.
      static java.lang.String EG_HTTPSCONNECTOR_KEYSTOREFILE_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the keystoreFile parameter of the HTTPS Connector.
      static java.lang.String EG_HTTPSCONNECTOR_KEYSTOREPASS_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the keystorePass parameter of the HTTPS Connector.
      static java.lang.String EG_HTTPSCONNECTOR_KEYSTORETYPE_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the keystoreType parameter of the HTTPS Connector.
      static java.lang.String EG_HTTPSCONNECTOR_MAXHTTPHEADERSIZE_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the maxHttpHeaderSize parameter of the HTTPS Connector.
      static java.lang.String EG_HTTPSCONNECTOR_MAXKEEPALIVEREQUESTS_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the maxKeepAliveRequests parameter of the HTTPS Connector.
      static java.lang.String EG_HTTPSCONNECTOR_MAXPOSTSIZE_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the maxPostSize parameter of the HTTPS Connector.
      static java.lang.String EG_HTTPSCONNECTOR_MAXSPARETHREADS_PROPERTY
      Deprecated. 
      static java.lang.String EG_HTTPSCONNECTOR_MAXTHREADS_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the maxThreads parameter of the HTTPS Connector.
      static java.lang.String EG_HTTPSCONNECTOR_MINSPARETHREADS_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the minSpareThreads parameter of the HTTPS Connector.
      static java.lang.String EG_HTTPSCONNECTOR_NOCOMPRESSIONUSERAGENTS_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the noCompressionUserAgents parameter of the HTTPS Connector.
      static java.lang.String EG_HTTPSCONNECTOR_PORT_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the port parameter of the HTTPS Connector.
      static java.lang.String EG_HTTPSCONNECTOR_REFRESHSSLVALUES_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the refreshSSLValues parameter of the HTTPS Connector.
      static java.lang.String EG_HTTPSCONNECTOR_RESTRICTEDUSERAGENTS_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the restrictedUserAgents parameter of the HTTPS Connector.
      static java.lang.String EG_HTTPSCONNECTOR_SOCKETBUFFER_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the socketBuffer parameter of the HTTPS Connector.
      static java.lang.String EG_HTTPSCONNECTOR_SSLPROTOCOL_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the sslProtocol parameter of the HTTPS Connector.
      static java.lang.String EG_HTTPSCONNECTOR_TCPNODELAY_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the tcpNoDelay parameter of the HTTPS Connector.
      static java.lang.String EG_HTTPSCONNECTOR_TRACEFILTER_PROPERTY
      Deprecated. 
      This property is used in the trace hierarchy of an execution group and should not be used. The use of this constant is not supported as of WebSphere Message Broker V7.
      static java.lang.String EG_HTTPSCONNECTOR_TRACELEVEL_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the traceLevel parameter of the HTTPS Connector.
      static java.lang.String EG_HTTPSCONNECTOR_URIENCODING_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the URIEncoding parameter of the HTTPS Connector.
      static java.lang.String EG_HTTPSCONNECTOR_USERTRACEFILTER_PROPERTY
      Deprecated. 
      This property is used in the trace hierarchy of an execution group and should not be used. The use of this constant is not supported as of WebSphere Message Broker V7.
      static java.lang.String EG_HTTPSCONNECTOR_USERTRACELEVEL_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the userTraceLevel parameter of the HTTPS Connector.
      static java.lang.String EG_JVMMANAGER
      Attribute used to identify the property group in the REST API
      static int EG_PROCESSOR_ARCHITECTURE_32BIT
      Deprecated. 
      This value is not used as of WebSphere Message Broker V7.
      static int EG_PROCESSOR_ARCHITECTURE_64BIT
      Deprecated. 
      This value is not used as of WebSphere Message Broker V7.
      static int EG_PROCESSOR_ARCHITECTURE_DEFAULT
      Deprecated. 
      This value is not used as of WebSphere Message Broker V7.
      static java.lang.String EG_PROCESSOR_ARCHITECTURE_PROPERTY
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String EG_RESOURCETYPE_STATSPUBLICATIONON_ACTIVE
      If this constant is the value of an execution group runtime property with a name that ends with AttributeConstants.EG_RESOURCETYPE_STATSPUBLICATIONON_PROPERTY_SUFFIX, statistics gathering has been enabled for the resource type that precedes it.
      static java.lang.String EG_RESOURCETYPE_STATSPUBLICATIONON_INACTIVE
      If this constant is the value of an execution group runtime property with a name that ends with AttributeConstants.EG_RESOURCETYPE_STATSPUBLICATIONON_PROPERTY_SUFFIX, statistics gathering has been disabled for the resource type that precedes it.
      static java.lang.String EG_RESOURCETYPE_STATSPUBLICATIONON_PROPERTY_SUFFIX
      If this constant is appended to the internal name of a resource type and supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned describes whether statistics gathering is active for that resource type.
      static java.lang.String EG_RUNTIME_PROPERTY_FOLDER
      Attributes key names that begin with this constant are all runtime properties on the execution group, the values of which can be retrieved (minus this prefix) using ExecutionGroupProxy.getRuntimeProperty().
      static java.lang.String EG_SIEBELMANAGER
      Attribute used to identify the property group in the REST API
      static java.lang.String EG_THIS_ACTIVEUSEREXITLIST_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the activeUserExitList parameter of the execution group.
      static java.lang.String EG_THIS_CONSOLEMODE_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the consoleMode parameter of the execution group.
      static java.lang.String EG_THIS_DATACAPTUREPOLICYURIFORRECORDING_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the value of the integration server's `dataCapturePolicyUriForRecording` property.
      static java.lang.String EG_THIS_DATACAPTUREPOLICYURIFORVIEWING_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the value of the integration server's `dataCapturePolicyUriForViewing` property.
      static java.lang.String EG_THIS_HTTPNODESUSEEMBEDDEDLISTENER_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the httpNodesUseEmbeddedListener parameter of the execution group.
      static java.lang.String EG_THIS_INACTIVEUSEREXITLIST_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the inactiveUserExitList parameter of the execution group.
      static java.lang.String EG_THIS_LABEL_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the name of the execution group.
      static java.lang.String EG_THIS_PROCESSID_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the processID of the execution group.
      static java.lang.String EG_THIS_PROCESSORARCHITECTURE_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the processor architecture of the execution group.
      static java.lang.String EG_THIS_SOAPNODESUSEEMBEDDEDLISTENER_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the soapNodesUseEmbeddedListener parameter of the execution group.
      static java.lang.String EG_THIS_TRACEFILTER_PROPERTY
      Deprecated. 
      This property is used in the trace hierarchy of an execution group and should not be used. The use of this constant is not supported as of WebSphere Message Broker V7.
      static java.lang.String EG_THIS_TRACELEVEL_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the traceLevel parameter of the execution group.
      static java.lang.String EG_THIS_TRACENODELEVEL_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the traceNodeLevel parameter of the execution group.
      static java.lang.String EG_THIS_UNNAMEDTRACELEVEL_PROPERTY
      Deprecated. 
      This property is not used as of WebSphere Message Broker V8.
      static java.lang.String EG_THIS_UNNAMEDUSERTRACELEVEL_PROPERTY
      Deprecated. 
      This property is not used as of WebSphere Message Broker V8.
      static java.lang.String EG_THIS_USERTRACEFILTER_PROPERTY
      Deprecated. 
      This property is used in the trace hierarchy of an execution group and should not be used. The use of this constant is not supported as of WebSphere Message Broker V7.
      static java.lang.String EG_THIS_USERTRACELEVEL_PROPERTY
      If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the userTraceLevel parameter of the execution group.
      static java.lang.String FALSE
      This value can be used to represent something that is not TRUE.
      static java.lang.String LAST_ELEMENT_IN_BATCH_PROPERTY
      For request reference properties, the presence of this key, only if its value is AttributeConstants.TRUE, states that this notification will be the last one to be published for the current batch of requests.
      static java.lang.String LAST_PROPERTY_IN_GROUP
      When found at the end of an attribute key name or request reference property, this constant signifies that the value of the attribute is the number of elements in the attribute group of the text before this key.
      static java.lang.String LIBRARY_RUNTIME_PROPERTY_FOLDER
      Attributes key names that begin with this constant are all runtime properties on the library, the values of which can be retrieved (minus this prefix) using LibraryProxy.getRuntimeProperty().
      static java.lang.String LOGENTRY_DATA_DELIMITER
      The string used to delimit the elements in the String representation of a log entry.
      static java.lang.String LOGENTRY_LOGSOURCE_ADMINISTRATION_REQUEST
      When returned by the LogEntry getSource() method this constant signifies that the LogEntry represents an Administration request that has been received by the broker.
      static java.lang.String LOGENTRY_LOGSOURCE_ADMINISTRATION_RESPONSE
      When returned by the LogEntry getSource() method this constant signifies that the LogEntry represents a response to an Administration request that has been processed by the broker.
      static java.lang.String LOGENTRY_LOGSOURCE_ADMINISTRATION_RESULT
      When returned by the LogEntry getSource() method this constant signifies that the LogEntry represents the result of an Administration request that has been processed by the broker.
      static java.lang.String LOGENTRY_LOGSOURCE_CHANGE_NOTIFICATION
      When returned by the LogEntry getSource() method this constant signifies that the LogEntry represents a change that has occurred in the broker configuration.
      static java.lang.String LOGENTRY_LOGSOURCE_RUNTIME_RESPONSE
      When returned by the LogEntry getSource() method this constant signifies that the LogEntry represents a response from the runtime components when processing an Administration request.
      static java.lang.String LOGENTRY_PROPERTY_GROUP
      If a LogProxy's attribute key name or request reference property begins with the value of this constant, the attribute is related to the description of log entries.
      static java.lang.String LOGENTRY_TIMESTAMP_FORMAT
      This constant describes the Date and Time pattern string that is used to encode the time values of LogEntry objects on the subcomponent fields of LogProxy objects.
      static java.lang.String LONG_DESCRIPTION_PROPERTY
      As an AdministeredObject attribute key name, the value of this property is the long description of the object.
      static java.lang.String MESSAGEFLOW_ADDITIONALINSTANCES_PROPERTY
      Deprecated. 
      The value of the additional instances field should instead be determined by the value of the MESSAGEFLOW_THIS_ADDITIONALINSTANCES_PROPERTY runtime property. Use MessageFlowProxy.getAdditionalInstances() to return its value.
      static java.lang.String MESSAGEFLOW_COMMITCOUNT_PROPERTY
      Deprecated. 
      The value of the commit count field should instead be determined by the value of the MESSAGEFLOW_THIS_COMMITCOUNT_PROPERTY runtime property. Use MessageFlowProxy.getCommitCount() to return its value.
      static java.lang.String MESSAGEFLOW_COMMITINTERVAL_PROPERTY
      Deprecated. 
      The value of the commit interval field should instead be determined by the value of the MESSAGEFLOW_THIS_COMMITINTERVAL_PROPERTY runtime property. Use MessageFlowProxy.getCommitInterval() to return its value.
      static java.lang.String MESSAGEFLOW_COORDINATEDTRANSACTION_PROPERTY
      Deprecated. 
      The value of the coordinated transaction field should instead be determined by the value of the MESSAGEFLOW_THIS_COORDINATEDTRANSACTION_PROPERTY runtime property. Use MessageFlowProxy.getCoordinatedTransaction() to return its value.
      static java.lang.String MESSAGEFLOW_DEPLOYTIME_PROPERTY
      As a MessageFlowProxy's attribute key name, the value of this property is the time that the message flow was deployed.
      static java.lang.String MESSAGEFLOW_KEYWORDS_PROPERTY
      As a MessageFlowProxy's attribute key name, the value of this property is the encoded keywords that were found in the cmf file at deploy time.
      static java.lang.String MESSAGEFLOW_MODIFYTIME_PROPERTY
      As a MessageFlowProxy's attribute key name, the value of this property is the modification time of the deployed cmf (set inside the BAR).
      static java.lang.String MESSAGEFLOW_NODECONNECTIONS_PROPERTY_GROUP
      The prefix for all properties that describe the connections between nodes that describe the logic of a message flow.
      static java.lang.String MESSAGEFLOW_NODES_PROPERTY_GROUP
      The prefix for all properties that describe the node set in use by a message flow.
      static java.lang.String MESSAGEFLOW_NODETYPES_DELIMITER
      The String used to delimit a list of node types on the MESSAGEFLOW_NODETYPES_PROPERTY property.
      static java.lang.String MESSAGEFLOW_NODETYPES_PROPERTY
      As a MessageFlowProxy's attribute key name, the value of this property is the list of internal node type names that are in use by the message flow.
      static java.lang.String MESSAGEFLOW_POLICYSET_DELIMITER
      The String used to delimit a list of PolicySet or PolicySetBinding names on either the MESSAGEFLOW_POLICYSETBINDINGNAMES_PROPERTY or MESSAGEFLOW_POLICYSETNAMES_PROPERTY properties.
      static java.lang.String MESSAGEFLOW_POLICYSETBINDINGSNAMES_PROPERTY
      As a MessageFlowProxy's attribute key name, the value of this property is the list of PolicySetBinding names associated with this message flow.
      static java.lang.String MESSAGEFLOW_POLICYSETNAMES_PROPERTY
      As a MessageFlowProxy's attribute key name, the value of this property is the list of PolicySet names associated with this message flow.
      static java.lang.String MESSAGEFLOW_QMGRQUEUE_DELIMITER
      The String that separates the queue manager from the queue in the value of MESSAGEFLOW_QUEUENAMES_PROPERTY.
      static java.lang.String MESSAGEFLOW_QUEUENAMES_DELIMITER
      The String used to delimit a list of queue managers/queues on the MESSAGEFLOW_QUEUENAMES_PROPERTY property.
      static java.lang.String MESSAGEFLOW_QUEUENAMES_PROPERTY
      As a MessageFlowProxy's attribute key name, the value of this property is the list of queues (or qmgr/queue tuples) that are in use by the message flow.
      static java.lang.String MESSAGEFLOW_RUNTIME_PROPERTY_FOLDER
      Attributes key names that begin with this constant are all runtime properties on the message flow, the values of which can be retrieved (minus this prefix) using MessageFlowProxy.getRuntimeProperty().
      static java.lang.String MESSAGEFLOW_THIS_ADDITIONALINSTANCES_PROPERTY
      If this constant is supplied to MessageFlowProxy.getRuntimeProperty(), the value returned is the additionalInstances parameter of the message flow.
      static java.lang.String MESSAGEFLOW_THIS_COMMITCOUNT_PROPERTY
      If this constant is supplied to MessageFlowProxy.getRuntimeProperty(), the value returned is the commitCount parameter of the message flow.
      static java.lang.String MESSAGEFLOW_THIS_COMMITINTERVAL_PROPERTY
      If this constant is supplied to MessageFlowProxy.getRuntimeProperty(), the value returned is the commitInterval parameter of the message flow.
      static java.lang.String MESSAGEFLOW_THIS_COORDINATEDTRANSACTION_PROPERTY
      If this constant is supplied to MessageFlowProxy.getRuntimeProperty(), the value returned is the coordinatedTransaction parameter of the message flow.
      static java.lang.String MESSAGEFLOW_THIS_LABEL_PROPERTY
      If this constant is supplied to MessageFlowProxy.getRuntimeProperty(), the value returned is the name of the message flow.
      static java.lang.String MESSAGEFLOW_THIS_MAXIMUMRATE_PROPERTY
      If this constant is supplied to MessageFlowProxy.getRuntimeProperty(), the value returned is the Maximum rate parameter of the message flow.
      static java.lang.String MESSAGEFLOW_THIS_NOTIFICATIONTHRESHOLD_PROPERTY
      If this constant is supplied to MessageFlowProxy.getRuntimeProperty(), the value returned is the Notification threshold parameter of the message flow.
      static java.lang.String MESSAGEFLOW_THIS_STATSARCHIVALON_ACTIVE
      If this constant is supplied as the value parameter to MessageFlowProxy.setRuntimeProperty() where the object name is AttributeConstants.MESSAGEFLOW_THIS_STATSSNAPPUBLICATIONON_PROPERTY, this tells the broker to activate archive statistics gathering for the message flow.
      static java.lang.String MESSAGEFLOW_THIS_STATSARCHIVALON_INACTIVE
      If this constant is supplied as the value parameter to MessageFlowProxy.setRuntimeProperty() where the object name is AttributeConstants.MESSAGEFLOW_THIS_STATSSNAPPUBLICATIONON_PROPERTY, this tells the broker to deactivate archive statistics gathering for the message flow.
      static java.lang.String MESSAGEFLOW_THIS_STATSARCHIVALON_PROPERTY
      If this constant is supplied as the object name parameter to MessageFlowProxy.setRuntimeProperty(), the associated value enables or disables the publication of archive statistics for the message flow.
      static java.lang.String MESSAGEFLOW_THIS_STATSARCHIVEACCOUNTINGORIGIN_PROPERTY
      If this constant is supplied as the object name parameter to MessageFlowProxy.setRuntimeProperty(), the associated value configures the archive accounting origin for the message flow.
      static java.lang.String MESSAGEFLOW_THIS_STATSARCHIVENODEDATALEVEL_ADVANCED
      If this constant is supplied as the value parameter to MessageFlowProxy.setRuntimeProperty() where the object name is AttributeConstants.MESSAGEFLOW_THIS_STATSARCHIVENODEDATALEVEL_PROPERTY, this tells the broker to configure the level of node-level archive statistics for the message flow to 'advanced'.
      static java.lang.String MESSAGEFLOW_THIS_STATSARCHIVENODEDATALEVEL_BASIC
      If this constant is supplied as the value parameter to MessageFlowProxy.setRuntimeProperty() where the object name is AttributeConstants.MESSAGEFLOW_THIS_STATSARCHIVENODEDATALEVEL_PROPERTY, this tells the broker to configure the level of node-level archive statistics for the message flow to 'basic'.
      static java.lang.String MESSAGEFLOW_THIS_STATSARCHIVENODEDATALEVEL_NONE
      If this constant is supplied as the value parameter to MessageFlowProxy.setRuntimeProperty() where the object name is AttributeConstants.MESSAGEFLOW_THIS_STATSARCHIVENODEDATALEVEL_PROPERTY, this tells the broker to configure the level of node-level archive statistics for the message flow to 'none'.
      static java.lang.String MESSAGEFLOW_THIS_STATSARCHIVENODEDATALEVEL_PROPERTY
      If this constant is supplied as the object name parameter to MessageFlowProxy.setRuntimeProperty(), the associated value configures the level of node-level archive statistics gathering for the message flow.
      static java.lang.String MESSAGEFLOW_THIS_STATSARCHIVEOUTPUTFORMAT_JSON
      If this constant is supplied as the value parameter to MessageFlowProxy.setRuntimeProperty() where the object name is AttributeConstants.MESSAGEFLOW_THIS_STATSSNAPOUTPUTFORMAT_PROPERTY, this tells the broker to publish JSON-formatted archive statistics messages on a predefined topic.
      static java.lang.String MESSAGEFLOW_THIS_STATSARCHIVEOUTPUTFORMAT_PROPERTY
      If this constant is supplied as the object name parameter to MessageFlowProxy.setRuntimeProperty(), the associated value configures the location of archive statistics output.
      static java.lang.String MESSAGEFLOW_THIS_STATSARCHIVEOUTPUTFORMAT_SMF
      If this constant is supplied as the value parameter to MessageFlowProxy.setRuntimeProperty() where the object name is AttributeConstants.MESSAGEFLOW_THIS_STATSSNAPOUTPUTFORMAT_PROPERTY, this tells the broker to publish archive statistics events as SMF records.
      static java.lang.String MESSAGEFLOW_THIS_STATSARCHIVEOUTPUTFORMAT_USERTRACE
      If this constant is supplied as the value parameter to MessageFlowProxy.setRuntimeProperty() where the object name is AttributeConstants.MESSAGEFLOW_THIS_STATSSNAPOUTPUTFORMAT_PROPERTY, this tells the broker to send archive statistics messages to user trace.
      static java.lang.String MESSAGEFLOW_THIS_STATSARCHIVEOUTPUTFORMAT_XML
      If this constant is supplied as the value parameter to MessageFlowProxy.setRuntimeProperty() where the object name is AttributeConstants.MESSAGEFLOW_THIS_STATSSNAPOUTPUTFORMAT_PROPERTY, this tells the broker to publish XML-formatted archive statistics messages on a predefined topic.
      static java.lang.String MESSAGEFLOW_THIS_STATSARCHIVERESET_PROPERTY
      If this constant is supplied as the object name parameter to MessageFlowProxy.setRuntimeProperty(), and the associated value is MESSAGEFLOW_THIS_STATSARCHIVERESET_YES, any archive of statistics will be reset for the message flow.
      static java.lang.String MESSAGEFLOW_THIS_STATSARCHIVERESET_YES
      If this constant is supplied as the value parameter to MessageFlowProxy.setRuntimeProperty() where the object name is AttributeConstants.MESSAGEFLOW_THIS_STATSARCHIVERESET_PROPERTY, this tells the broker to reset the statistics archive for the message flow.
      static java.lang.String MESSAGEFLOW_THIS_STATSARCHIVETHREADDATALEVEL_BASIC
      If this constant is supplied as the value parameter to MessageFlowProxy.setRuntimeProperty() where the object name is AttributeConstants.MESSAGEFLOW_THIS_STATSSNAPTHREADDATALEVEL_PROPERTY, this tells the broker to configure the level of thread-level archive statistics for the message flow to 'basic'.
      static java.lang.String MESSAGEFLOW_THIS_STATSARCHIVETHREADDATALEVEL_NONE
      If this constant is supplied as the value parameter to MessageFlowProxy.setRuntimeProperty() where the object name is AttributeConstants.MESSAGEFLOW_THIS_STATSSNAPTHREADDATALEVEL_PROPERTY, this tells the broker to configure the level of thread-level archive statistics for the message flow to 'none'.
      static java.lang.String MESSAGEFLOW_THIS_STATSARCHIVETHREADDATALEVEL_PROPERTY
      If this constant is supplied as the object name parameter to MessageFlowProxy.setRuntimeProperty(), the associated value configures the level of thread-level archive statistics gathering for the message flow.
      static java.lang.String MESSAGEFLOW_THIS_STATSSNAPACCOUNTINGORIGIN_PROPERTY
      If this constant is supplied as the object name parameter to MessageFlowProxy.setRuntimeProperty(), the associated value configures the snapshot accounting origin for the message flow.
      static java.lang.String MESSAGEFLOW_THIS_STATSSNAPNODEDATALEVEL_ADVANCED
      If this constant is supplied as the value parameter to MessageFlowProxy.setRuntimeProperty() where the object name is AttributeConstants.MESSAGEFLOW_THIS_STATSSNAPNODEDATALEVEL_PROPERTY, this tells the broker to configure the level of node-level snapshot statistics for the message flow to 'advanced'.
      static java.lang.String MESSAGEFLOW_THIS_STATSSNAPNODEDATALEVEL_BASIC
      If this constant is supplied as the value parameter to MessageFlowProxy.setRuntimeProperty() where the object name is AttributeConstants.MESSAGEFLOW_THIS_STATSSNAPNODEDATALEVEL_PROPERTY, this tells the broker to configure the level of node-level snapshot statistics for the message flow to 'basic'.
      static java.lang.String MESSAGEFLOW_THIS_STATSSNAPNODEDATALEVEL_NONE
      If this constant is supplied as the value parameter to MessageFlowProxy.setRuntimeProperty() where the object name is AttributeConstants.MESSAGEFLOW_THIS_STATSSNAPNODEDATALEVEL_PROPERTY, this tells the broker to configure the level of node-level snapshot statistics for the message flow to 'none'.
      static java.lang.String MESSAGEFLOW_THIS_STATSSNAPNODEDATALEVEL_PROPERTY
      If this constant is supplied as the object name parameter to MessageFlowProxy.setRuntimeProperty(), the associated value configures the level of node-level snapshot statistics gathering for the message flow.
      static java.lang.String MESSAGEFLOW_THIS_STATSSNAPOUTPUTFORMAT_JSON
      If this constant is supplied as the value parameter to MessageFlowProxy.setRuntimeProperty() where the object name is AttributeConstants.MESSAGEFLOW_THIS_STATSSNAPOUTPUTFORMAT_PROPERTY, this tells the broker to publish JSON-formatted snapshot statistics messages on a predefined topic.
      static java.lang.String MESSAGEFLOW_THIS_STATSSNAPOUTPUTFORMAT_PROPERTY
      If this constant is supplied as the object name parameter to MessageFlowProxy.setRuntimeProperty(), the associated value configures the location of snapshot statistics output.
      static java.lang.String MESSAGEFLOW_THIS_STATSSNAPOUTPUTFORMAT_SMF
      If this constant is supplied as the value parameter to MessageFlowProxy.setRuntimeProperty() where the object name is AttributeConstants.MESSAGEFLOW_THIS_STATSSNAPOUTPUTFORMAT_PROPERTY, this tells the broker to publish snapshot statistics events as SMF records.
      static java.lang.String MESSAGEFLOW_THIS_STATSSNAPOUTPUTFORMAT_USERTRACE
      If this constant is supplied as the value parameter to MessageFlowProxy.setRuntimeProperty() where the object name is AttributeConstants.MESSAGEFLOW_THIS_STATSSNAPOUTPUTFORMAT_PROPERTY, this tells the broker to send snapshot statistics messages to user trace.
      static java.lang.String MESSAGEFLOW_THIS_STATSSNAPOUTPUTFORMAT_XML
      If this constant is supplied as the value parameter to MessageFlowProxy.setRuntimeProperty() where the object name is AttributeConstants.MESSAGEFLOW_THIS_STATSSNAPOUTPUTFORMAT_PROPERTY, this tells the broker to publish XML-formatted snapshot statistics messages on a predefined topic.
      static java.lang.String MESSAGEFLOW_THIS_STATSSNAPPUBLICATIONON_ACTIVE
      If this constant is supplied as the value parameter to MessageFlowProxy.setRuntimeProperty() where the object name is AttributeConstants.MESSAGEFLOW_THIS_STATSSNAPPUBLICATIONON_PROPERTY, this tells the broker to activate snapshot statistics gathering for the message flow.
      static java.lang.String MESSAGEFLOW_THIS_STATSSNAPPUBLICATIONON_INACTIVE
      If this constant is supplied as the value parameter to MessageFlowProxy.setRuntimeProperty() where the object name is AttributeConstants.MESSAGEFLOW_THIS_STATSSNAPPUBLICATIONON_PROPERTY, this tells the broker to deactivate snapshot statistics gathering for the message flow.
      static java.lang.String MESSAGEFLOW_THIS_STATSSNAPPUBLICATIONON_PROPERTY
      If this constant is supplied as the object name parameter to MessageFlowProxy.setRuntimeProperty(), the associated value enables or disables the publication of snapshot statistics for the message flow.
      static java.lang.String MESSAGEFLOW_THIS_STATSSNAPTHREADDATALEVEL_BASIC
      If this constant is supplied as the value parameter to MessageFlowProxy.setRuntimeProperty() where the object name is AttributeConstants.MESSAGEFLOW_THIS_STATSSNAPTHREADDATALEVEL_PROPERTY, this tells the broker to configure the level of thread-level snapshot statistics for the message flow to 'basic'.
      static java.lang.String MESSAGEFLOW_THIS_STATSSNAPTHREADDATALEVEL_NONE
      If this constant is supplied as the value parameter to MessageFlowProxy.setRuntimeProperty() where the object name is AttributeConstants.MESSAGEFLOW_THIS_STATSSNAPTHREADDATALEVEL_PROPERTY, this tells the broker to configure the level of thread-level snapshot statistics for the message flow to 'none'.
      static java.lang.String MESSAGEFLOW_THIS_STATSSNAPTHREADDATALEVEL_PROPERTY
      If this constant is supplied as the object name parameter to MessageFlowProxy.setRuntimeProperty(), the associated value configures the level of thread-level snapshot statistics gathering for the message flow.
      static java.lang.String MESSAGEFLOW_THIS_TRACEFILTER_PROPERTY
      Deprecated. 
      This property is used in the trace hierarchy of an execution group and should not be used. The use of this constant is not supported as of WebSphere Message Broker V7.
      static java.lang.String MESSAGEFLOW_THIS_TRACELEVEL_PROPERTY
      If this constant is supplied to MessageFlowProxy.getRuntimeProperty(), the value returned is the traceLevel parameter of the message flow.
      static java.lang.String MESSAGEFLOW_THIS_USERTRACEFILTER_PROPERTY
      Deprecated. 
      This property is used in the trace hierarchy of an execution group and should not be used. The use of this constant is not supported as of WebSphere Message Broker V7.
      static java.lang.String MESSAGEFLOW_THIS_USERTRACELEVEL_PROPERTY
      If this constant is supplied to MessageFlowProxy.getRuntimeProperty(), the value returned is the userTraceLevel parameter of the message flow.
      static java.lang.String MESSAGEFLOW_THIS_UUID_PROPERTY
      If this constant is supplied to MessageFlowProxy.getRuntimeProperty(), the value returned is the unique identifier of the message flow.
      static java.lang.String MESSAGEFLOW_THIS_WLMPOLICY_PROPERTY
      If this constant is supplied to MessageFlowProxy.getRuntimeProperty(), the value returned is the WLM policy parameter of the message flow.
      static java.lang.String MESSAGEFLOW_USERDEFINED_PROPERTY_FOLDER
      Attributes key names that begin with this constant are all user-defined properties on the message flow, the values of which can be retrieved (minus this prefix) using MessageFlowProxy.getUserDefinedProperty().
      static java.lang.String MESSAGEFLOW_USERTRACE_DEBUG
      Deprecated. 
      Use TRACE_DEBUG instead.
      static java.lang.String MESSAGEFLOW_USERTRACE_NONE
      Deprecated. 
      Use TRACE_NONE instead.
      static java.lang.String MESSAGEFLOW_USERTRACE_NORMAL
      Deprecated. 
      Use TRACE_NORMAL instead.
      static java.lang.String MESSAGEFLOW_USERTRACE_PROPERTY
      Deprecated. 
      Use MESSAGEFLOW_THIS_USERTRACELEVEL_PROPERTY instead.
      static java.lang.String MODE_DISABLED
      If this is the value of a start mode related property (e.g.
      static java.lang.String MODE_ENABLED
      If this is the value of a start mode related property (e.g.
      static java.lang.String MODIFYTIME_TIMESTAMP_FORMAT
      The format used to describe the timestamp in attributes that describe the time an object was modified.
      static java.lang.String NAME_PROPERTY
      As an AdministeredObject attribute key name, the value of this property is the name of the object.
      static java.lang.String OBJECT_DEPLOYED_PROPERTY
      Deprecated. 
      This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
      static java.lang.String OBJECT_LASTUPDATEUSER_PROPERTY
      Deprecated. 
      The property that describes which user last changed an object is not used as of WebSphere Message Broker V7. Use the Administration Log (LogProxy) to discover which changes have been made by which user.
      static java.lang.String OBJECT_NAME_DELIMITER
      Separates a runtime property folder name from the key name.
      static java.lang.String OBJECT_POLICY_SET_BINDINGS_SERVICE
      The value of this constant forms the first part of any property name that affects the "PolicySetsBindings" object.
      static java.lang.String OBJECT_POLICY_SET_SERVICE
      The value of this constant forms the first part of any property name that affects the "PolicySets" object.
      static java.lang.String OBJECT_REPOSITORY_TIMESTAMP
      Deprecated. 
      This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
      static java.lang.String OBJECT_RUNSTATE_PROPERTY
      As an AdministeredObject attribute key name, the value of this property describes whether or not the object is running (or is configured to run if the parent object is started).
      static java.lang.String OBJECT_RUNSTATE_RUNNING
      If this is the value of OBJECT_RUNSTATE_PROPERTY, it means that the broker, message flow or execution group is running, or has been configured to run if the parent object is started.
      static java.lang.String OBJECT_RUNSTATE_STOPPED
      If this is the value of OBJECT_RUNSTATE_PROPERTY, it means that the broker, message flow or execution group is stopped, or has been configured to remain stopped if the parent object is started.
      static java.lang.String OBJECT_SECURITYMANAGER
      Do not use this constant on its own in the runtimeProperty methods.
      static java.lang.String OBJECT_SHARED_PROPERTY
      Deprecated. 
      This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
      static java.lang.String OBJECT_STOPMODE_PROPERTY 
      static java.lang.String OBJECT_STOPMODE_RESTARTEXECUTIONGROUP 
      static java.lang.String OPERATION_TYPE_PROPERTY
      For request reference properties, this key is always present and describes the type of operation that was requested.
      static java.lang.String OPERATIONMODE_ADAPTER
      Deprecated. 
      As of WMB V7, this property is not used.
      static java.lang.String OPERATIONMODE_ENTERPRISE
      Deprecated. 
      As of WMB V7, this property is not used.
      static java.lang.String OPERATIONMODE_STARTER
      Deprecated. 
      As of WMB V7, this property is not used.
      static java.lang.String OPERATIONMODE_TRIAL
      Deprecated. 
      As of WMB V7, this property is not used.
      static java.lang.String PARENT_TYPE_PROPERTY
      As an AdministeredObject attribute key name, the value of this property uniquely identifies the type of the current object's parent within the Configuration Manager's object hierarchy.
      static java.lang.String PARENT_UUID_PROPERTY
      As an AdministeredObject attribute key name, the value of this property uniquely identifies the parent of the current object within the Configuration Manager's object hierarchy.
      static java.lang.String REQUEST_CORRELID_PROPERTY
      For request reference properties, the value of this key on a request with an 'actionresponse' uniquely identifies the described request.
      static java.lang.String RESOURCE_MANAGER_RUNTIME_PROPERTY_FOLDER
      Attributes key names that begin with this constant are all runtime properties on the resource manager, the values of which can be retrieved (minus this prefix) using ResourceManagerProxy.getRuntimeProperty().
      static java.lang.String RESOURCETYPE_DATA_DELIMITER
      The string used to delimit the elements in the String representation of an resource type in the properties table of a BrokerProxy object.
      static java.lang.String RESOURCETYPE_PROPERTY_GROUP
      If a BrokerProxy's attribute key name or request reference property begins with the value of this constant, the attribute is related to the description of resource types.
      static java.lang.String RESTAPI_RUNTIME_PROPERTY_FOLDER
      Attributes key names that begin with this constant are all runtime properties on the application, the values of which can be retrieved (minus this prefix) using RestApiProxy.getRuntimeProperty().
      static java.lang.String SERVICE_CONTENT_PROPERTY 
      static java.lang.String SERVICE_NAME_PROPERTY 
      static java.lang.String SERVICE_NAMESPACE_PROPERTY 
      static java.lang.String SERVICEFEDERATIONITEM_DATA_DELIMITER
      The string used to delimit the elements in the String representation of service group proxy and service proxy items.
      static java.lang.String SERVICEFEDERATIONITEM_TIMESTAMP_FORMAT
      The format used to describe the timestamp in service group proxy and service proxy items e.g.
      static java.lang.String SERVICEGROUPPROXYITEM_PROPERTY_GROUP
      If a ServiceFederationManagerProxy's attribute key name or request reference property begins with the value of this constant, the attribute is related to the description of a service group proxy item.
      static java.lang.String SERVICEPROXYITEM_PROPERTY_GROUP
      If a ServiceFederationManagerProxy's attribute key name or request reference property begins with the value of this constant, the attribute is related to the description of a service proxy item.
      static java.lang.String SFM_GROUP_PROXY_PROPERTY_FOLDER
      Attribute key names that begin with this constant are all properties of a ServiceGroupProxyItem.
      static java.lang.String SFM_ITEM_ADMINSTATE_DISABLED
      If this is the value of a the SFM property with the constant name of AttributeConstants.SFM_ITEM_ADMINSTATE_PROPERTY, it means that SFM is disabled.
      static java.lang.String SFM_ITEM_ADMINSTATE_ENABLED
      If this is the value of a the SFM property with the constant name of AttributeConstants.SFM_ITEM_ADMINSTATE_PROPERTY, it means that SFM is enabled.
      static java.lang.String SFM_ITEM_ADMINSTATE_PROPERTY
      For request reference properties, if the operation type of the property is 'createchild' or 'modify', the value of this property refers to the 'adminState' property value string of the Service Federation "Service Group Proxy Item" or "Service Proxy Item" being created or modified.
      static java.lang.String SFM_ITEM_AUTHOR_PROPERTY
      For request reference properties, if the operation type of the property is 'createchild' or 'modify', the value of this property refers to the 'author' property value string of the Service Federation "Service Group Proxy Item" or "Service Proxy Item" being created or modified.
      static java.lang.String SFM_ITEM_SECURED_ASTARGET 
      static java.lang.String SFM_ITEM_SECURED_INSECURE 
      static java.lang.String SFM_ITEM_SECURED_PROPERTY
      For request reference properties, if the operation type of the property is 'createchild' or 'modify', the value of this property refers to the 'secured' property value string of the Service Federation "Service Group Proxy Item" or "Service Proxy Item" being created or modified.
      static java.lang.String SFM_ITEM_SECURED_SECURE
      Possible values of SFM_ITEM_SECURED_PROPERTY.
      static java.lang.String SFM_ITEM_SUMMARY_PROPERTY
      For request reference properties, if the operation type of the property is 'createchild' or 'modify', the value of this property refers to the 'summary' property value string of the Service Federation "Service Group Proxy Item" or "Service Proxy Item" being created or modified.
      static java.lang.String SFM_ITEM_TARGETURL_PROPERTY
      For request reference properties, if the operation type of the property is 'createchild' or 'modify', the value of this property refers to the 'targetURL' property value string of the Service Federation "Service Group Proxy Item" or "Service Proxy Item" being created or modified.
      static java.lang.String SFM_ITEM_TITLE_PROPERTY
      For request reference properties, if the operation type of the property is 'createchild' or 'modify', the value of this property refers to the 'title' property value string of the Service Federation "Service Group Proxy Item" or "Service Proxy Item" being created or modified.
      static java.lang.String SFM_ITEM_VALIDATION_PROPERTY
      For request reference properties, if the operation type of the property is 'createchild' or 'modify', the value of this property refers to the 'validation' property value string of the Service Federation "Service Group Proxy Item" or "Service Proxy Item" being created or modified.
      static java.lang.String SFM_ITEM_WSDLPORT_PROPERTY
      For request reference properties, if the operation type of the property is 'createchild' or 'modify', the value of this property refers to the 'wsdlPort' property value string of the Service Federation "Service Group Proxy Item" or "Service Proxy Item" being created or modified.
      static java.lang.String SFM_PROPERTY_FOLDER
      Attribute key names that begin with this constant are all properties of the service federation manager managed subcomponents.
      static java.lang.String SFM_PROXY_PROPERTY_FOLDER
      Attribute key names that begin with this constant are all properties of a ServiceProxyItem.
      static java.lang.String SFM_RUNTIME_PROPERTY_FOLDER
      Attributes key names that begin with this constant are all runtime properties on the service federation manager owned by an execution group, the values of which can be retrieved (minus this prefix) using ServiceFederationManagerProxy.getRuntimeProperty().
      static java.lang.String SHARED_LIBRARY_RUNTIME_PROPERTY_FOLDER
      Attributes key names that begin with this constant are all runtime properties on the library, the values of which can be retrieved (minus this prefix) using SharedLibraryProxy.getRuntimeProperty().
      static java.lang.String SHORT_DESCRIPTION_PROPERTY
      As an AdministeredObject attribute key name, the value of this property is the short description of the object.
      static java.lang.String STARTMODE_AUTOMATIC
      If this is the value of a start mode related property (e.g.
      static java.lang.String STARTMODE_MAINTAINED
      If this is the value of a start mode related property (e.g.
      static java.lang.String STARTMODE_MANUAL
      If this is the value of a start mode related property (e.g.
      static java.lang.String SUBCOMPONENT_PROPERTY_GROUP
      If an AdministeredObject's attribute key name or request reference property begins with the value of this constant, the attribute is related to the description of logical subcomponents owned by the object.
      static java.lang.String SUBSCRIPTION_PROPERTY_GROUP
      If an SubscriptionsProxy's attribute key name or request reference property begins with the value of this constant, the attribute is related to the set of matching subscriptions.
      static java.lang.String SYNCTIME_TIMESTAMP_FORMAT
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String TESTRECORD_COUNT
      This constant is used to specify the amount of recorded test data objects that should be retrieved.
      static java.lang.String THIS_BASEURL_PROPERTY
      If this constant is supplied to RestApiProxy, the value returned is the baseURL parameter of the REST API.
      static java.lang.String THIS_DEFINITIONSURL_PROPERTY
      If this constant is supplied to RestApiProxy, the value returned is the definitionsURL parameter of the REST API.
      static java.lang.String THIS_INJECTIONMODE_PROPERTY
      If this constant is supplied to ExecutionGroupProxy, the value returned is the injectionMode parameter of the message flow.
      static java.lang.String THIS_JAVAISOLATION_PROPERTY
      If this constant is supplied to ApplicationProxy or RestApiProxy, the value returned is the javaIsolation parameter of the application or REST API.
      static java.lang.String THIS_LOCALBASEURL_PROPERTY
      If this constant is supplied to RestApiProxy, the value returned is the localBaseURL parameter of the REST API.
      static java.lang.String THIS_LOCALDEFINITIONSURL_PROPERTY
      If this constant is supplied to RestApiProxy, the value returned is the localDefinitionsURL parameter of the REST API.
      static java.lang.String THIS_STARTMODE_PROPERTY
      If this constant is supplied to ApplicationProxy, RestApiProxy, or MessageFlowProxy.getRuntimeProperty(), the value returned is the startMode parameter of the message flow.
      static java.lang.String THIS_TESTRECORDMODE_PROPERTY
      If this constant is supplied to ExecutionGroupProxy, the value returned is the testRecordMode parameter of the message flow.
      static java.lang.String TIMETOWAITMS_PROPERTY
      For request reference properties, this key describes the maximum length of time that the IBM Integration API (CMP) application is waiting for the operation to complete.
      static java.lang.String TOPIC_DEFAULTPOLICY_PROPERTY
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String TOPIC_MULTICAST_ENABLE_INHERIT
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String TOPIC_MULTICAST_ENABLE_PROPERTY
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String TOPIC_MULTICAST_ENCRYPTED_PROPERTY
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String TOPIC_MULTICAST_GROUPADDRESS_IPV4IPV6DELIMITER
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String TOPIC_MULTICAST_GROUPADDRESS_PROPERTY
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String TOPIC_MULTICAST_PROPERTY_GROUP
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String TOPIC_MULTICAST_QOS_PROPERTY
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String TOPIC_NEWPOLICIES_PROPERTY
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String TOPIC_POLICIES_DELIMITER
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String TOPIC_PRINCIPAL_ALLOW
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String TOPIC_PRINCIPAL_DENY
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String TOPIC_PRINCIPAL_GROUP
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String TOPIC_PRINCIPAL_INHERIT
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String TOPIC_PRINCIPAL_NOTPERSISTENT
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String TOPIC_PRINCIPAL_PERSISTENT
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String TOPIC_PRINCIPAL_PUBLICGROUP
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String TOPIC_PRINCIPAL_USER
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String TOPIC_QOP_CHANNELINTEGRITY
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String TOPIC_QOP_ENCRYPTED
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String TOPIC_QOP_MESSAGEINTEGRITY
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String TOPIC_QOP_NONE
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String TOPIC_QOP_PROPERTY
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String TOPIC_REMOVEDPOLICIES_PROPERTY
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String TOPICROOT_GROUPS_PROPERTY
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String TOPICROOT_PRINCIPALSLIST_DELIMITER
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String TOPICROOT_PUBLICGROUPS_PROPERTY
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String TOPICROOT_USERS_PROPERTY
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static java.lang.String TRACE_DEBUG
      If this is the value of a trace related property (e.g.
      static java.lang.String TRACE_NONE
      If this is the value of a trace related property (e.g.
      static java.lang.String TRACE_NORMAL
      If this is the value of a trace related property (e.g.
      static java.lang.String TRUE
      Various attributes use this value to mean that the specified property exists or is enabled.
      static java.lang.String TYPE_PROPERTY
      As an AdministeredObject attribute key name, the value of this property is the type of the object.
      static java.lang.String UUID_CONFIGMANAGER
      Deprecated. 
      This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
      static java.lang.String UUID_DELIMITER
      The string used to separate the type parameter from the UUID parameter in the subcomponent properties.
      static java.lang.String UUID_LOG
      A constant containing the domain-unique identifier of the broker log.
      static java.lang.String UUID_PROPERTY
      As an AdministeredObject attribute key name, the value of this property uniquely identifies the object within the broker.
      static java.lang.String UUID_TOPICROOT
      Deprecated. 
      This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
      static java.lang.String UUID_TOPOLOGY
      Deprecated. 
      This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
      static java.lang.String VALUE_OFF
      A possible value for various properties that take boolean arguments.
      static java.lang.String VALUE_ON
      A possible value for various properties that take boolean arguments.
      static int VERSION_10
      As the return code from BrokerProxy.getAdministrationAPIVersion(), this states that the command level of the IBM Integration API (CMP) is v10.0.
      static int VERSION_2
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static int VERSION_5
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static int VERSION_6
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static int VERSION_6_1
      Deprecated. 
      This property is not used as of WebSphere Message Broker V7.
      static int VERSION_7
      As the return code from BrokerProxy.getAdministrationAPIVersion(), this states that the command level of the IBM Integration API (CMP) is v7.0.
      static int VERSION_8
      As the return code from BrokerProxy.getAdministrationAPIVersion(), this states that the command level of the IBM Integration API (CMP) is v8.0.
      static int VERSION_9
      As the return code from BrokerProxy.getAdministrationAPIVersion(), this states that the command level of the IBM Integration API (CMP) is v9.0.
      static java.lang.String WEBUSER_PASSWORDSET
      Whether a local password exists for a WebUserProxy object
      static java.lang.String WEBUSER_PROFILE
      The name of the profile subfolder of the WebUserProxy object
      static java.lang.String WEBUSER_ROLE
      The name of the role property of the WebUserProxy object
      static java.lang.String WEBUSER_VERSION
      The version of the WebUserProxy object
      static java.lang.String WINDOWS_DEFAULT_REGISTRY_PATH
      The root key of the Windows registry that is used to contain broker definitions.
      static java.lang.String WINDOWS_HKLM_PREFIX
      The Windows registry hive that is used to contain broker definitions.
    • Field Detail

      • ACL_ADD_PROPERTY

        static final java.lang.String ACL_ADD_PROPERTY
        Deprecated. This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • ACL_PERMISSION_DEPLOY

        static final java.lang.String ACL_PERMISSION_DEPLOY
        Deprecated. This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • ACL_PERMISSION_EDIT

        static final java.lang.String ACL_PERMISSION_EDIT
        Deprecated. This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • ACL_PERMISSION_FULLCONTROL

        static final java.lang.String ACL_PERMISSION_FULLCONTROL
        Deprecated. This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • ACL_PERMISSION_VIEW

        static final java.lang.String ACL_PERMISSION_VIEW
        Deprecated. This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • ACL_PRINCIPALTYPE_GROUP

        static final java.lang.String ACL_PRINCIPALTYPE_GROUP
        Deprecated. This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • ACL_PRINCIPALTYPE_USER

        static final java.lang.String ACL_PRINCIPALTYPE_USER
        Deprecated. This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • ACL_PROPERTY

        static final java.lang.String ACL_PROPERTY
        Deprecated. This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • ACL_REMOVE_PROPERTY

        static final java.lang.String ACL_REMOVE_PROPERTY
        Deprecated. This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • ACTIVITYLOG_SUPPORTED_PROPERTY

        static final java.lang.String ACTIVITYLOG_SUPPORTED_PROPERTY
        As an AdministeredObject attribute key name, the value of this property is equal to AttributeConstants.TRUE or AttributeConstants.FALSE indicating whether an activity log is supported or not.
        See Also:
        Constant Field Values
      • ACTIVITYLOGENTRY_DATA_DELIMITER

        static final java.lang.String ACTIVITYLOGENTRY_DATA_DELIMITER
        The string used to delimit the elements in the String representation of an activity log entry. Consider using ActivityLogEntry.getLogEntryFromString() instead of parsing activity log entry property strings manually.
        See Also:
        Constant Field Values
      • ACTIVITYLOGENTRY_PROPERTY_GROUP

        static final java.lang.String ACTIVITYLOGENTRY_PROPERTY_GROUP
        If an ActivityLogProxy's attribute key name or request reference property begins with the value of this constant, the attribute is related to the description of activity log entries.

        A key that is made up of this constant with an integer value appended has a value that describes a String representation of single activity log entry. The format of the String representation is not guaranteed, but is parseable using the method ActivityLogEntry.getLogEntryFromString().

        A key that is made up of this constant with the value of AttributeConstants.LAST_PROPERTY_IN_GROUP appended has a value that describes the total number of activity log entries owned by the user. In other words, if the value of

             o.getProperty(AttributeConstants.ACTIVITYLOGENTRY_PROPERTY_GROUP
             + AttributeConstants.LAST_PROPERTY_IN_GROUP)
         
        was 3, then
             o.getProperty(AttributeConstants.ACTIVITYLOGENTRY_PROPERTY_GROUP
             + 3)
         
        would return a valid string representation of a activity log entry but
             o.getProperty(AttributeConstants.ACTIVITYLOGENTRY_PROPERTY_GROUP
             + 4)
         
        would not.

        On its own, this property is not used as a property key name or request reference property.

        See Also:
        Constant Field Values
      • ACTIVITYLOGENTRY_TIMESTAMP_FORMAT

        static final java.lang.String ACTIVITYLOGENTRY_TIMESTAMP_FORMAT
        This constant describes the Date and Time pattern string that is used to encode the time values of ActivityLogEntry objects on the subcomponent fields of ActivityLogProxy objects. e.g. "2009-04-17 17:30:44 GMT"
        See Also:
        Constant Field Values
      • ADMINQUEUEENTRY_DATA_DELIMITER

        static final java.lang.String ADMINQUEUEENTRY_DATA_DELIMITER
        The string used to delimit the elements in the String representation of an admin queue entry. Consider using AdminQueueEntry.getAdminQueueEntryFromString() instead of parsing admin queue entry property strings manually.
        See Also:
        Constant Field Values
      • ADMINQUEUEENTRY_PROPERTY_GROUP

        static final java.lang.String ADMINQUEUEENTRY_PROPERTY_GROUP
        If a AdminQueueProxy's attribute key name or request reference property begins with the value of this constant, the attribute is related to the description of admin queue entries.

        A key that is made up of this constant with an integer value appended has a value that describes a String representation of single admin queue entry. The format of the String representation is not guaranteed, but is parseable using the method AdminQueueEntry.getAdminQueueEntryFromString().

        A key that is made up of this constant with the value of AttributeConstants.LAST_PROPERTY_IN_GROUP appended has a value that describes the total number of admin queue entries in the broker. In other words, if the value of

             o.getProperty(AttributeConstants.ADMINQUEUEENTRY_PROPERTY_GROUP
         + AttributeConstants.LAST_PROPERTY_IN_GROUP) 
        was 3, then
             o.getProperty(AttributeConstants.ADMINQUEUEENTRY_PROPERTY_GROUP
         + 3) 
        would return a valid string representation of an admin queue entry but
             o.getProperty(AttributeConstants.ADMINQUEUEENTRY_PROPERTY_GROUP
         + 4) 
        would not.

        On its own, this property is not used as a property key name or request reference property.

        See Also:
        Constant Field Values
      • ADMINQUEUEENTRY_TIMESTAMP_FORMAT

        static final java.lang.String ADMINQUEUEENTRY_TIMESTAMP_FORMAT
        This constant describes the Date and Time pattern string that is used to encode the time values of AdminQueueEntry objects on the subcomponent fields of AdminQueueProxy objects. e.g. "2009-04-17 17:30:44 GMT"
        See Also:
        Constant Field Values
      • APPLICATION_RUNTIME_PROPERTY_FOLDER

        static final java.lang.String APPLICATION_RUNTIME_PROPERTY_FOLDER
        Attributes key names that begin with this constant are all runtime properties on the application, the values of which can be retrieved (minus this prefix) using ApplicationProxy.getRuntimeProperty().
        See Also:
        Constant Field Values
      • RESTAPI_RUNTIME_PROPERTY_FOLDER

        static final java.lang.String RESTAPI_RUNTIME_PROPERTY_FOLDER
        Attributes key names that begin with this constant are all runtime properties on the application, the values of which can be retrieved (minus this prefix) using RestApiProxy.getRuntimeProperty().
        See Also:
        Constant Field Values
      • BARFILENAME_PROPERTY

        static final java.lang.String BARFILENAME_PROPERTY
        For request reference properties, the value of this key on a request with a 'deploy' operation type is the name of the broker archive file which was deployed. This property is not available if the file was deployed by supplying an InputStream argument to ExecutionGroupProxy.deploy() without a barFileLabel argument.

        This attribute is not used in AdministeredObject attribute key names.

        See Also:
        Constant Field Values
      • BROKER_AUTHPROTOCOLS_PROPERTY

        static final java.lang.String BROKER_AUTHPROTOCOLS_PROPERTY
        Deprecated. This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • BROKER_AUTODISCOVERYENABLED_PROPERTY

        static final java.lang.String BROKER_AUTODISCOVERYENABLED_PROPERTY
        Deprecated. This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • BROKER_CONFIGURABLESERVICE_PROPERTY_FOLDER

        static final java.lang.String BROKER_CONFIGURABLESERVICE_PROPERTY_FOLDER
        Attribute key names that begin with this constant are all configurable service properties, the values of which can be retrieved (minus this prefix) using BrokerProxy.getConfigurableServiceProperty().
        See Also:
        Constant Field Values
      • BROKER_DISCOVERYTYPE_PROPERTY

        static final java.lang.String BROKER_DISCOVERYTYPE_PROPERTY
        Deprecated. This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • BROKER_FORCESUBSCRIBE_PROPERTY

        static final java.lang.String BROKER_FORCESUBSCRIBE_PROPERTY
        Deprecated. This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • BROKER_HTTPCONNECTOR_ACCEPTCOUNT_PROPERTY

        static final java.lang.String BROKER_HTTPCONNECTOR_ACCEPTCOUNT_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the acceptCount parameter of the HTTP Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPCONNECTOR_ADDRESS_PROPERTY

        static final java.lang.String BROKER_HTTPCONNECTOR_ADDRESS_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the address parameter of the HTTP Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPCONNECTOR_ALLOWTRACE_PROPERTY

        @Deprecated
        static final java.lang.String BROKER_HTTPCONNECTOR_ALLOWTRACE_PROPERTY
        Deprecated. 
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the allowTrace parameter of the HTTP Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPCONNECTOR_BUFFERSIZE_PROPERTY

        @Deprecated
        static final java.lang.String BROKER_HTTPCONNECTOR_BUFFERSIZE_PROPERTY
        Deprecated. 
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the bufferSize parameter of the HTTP Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPCONNECTOR_COMPRESSABLEMIMETYPES_PROPERTY

        static final java.lang.String BROKER_HTTPCONNECTOR_COMPRESSABLEMIMETYPES_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the compressableMimeTypes parameter of the HTTP Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPCONNECTOR_COMPRESSION_PROPERTY

        static final java.lang.String BROKER_HTTPCONNECTOR_COMPRESSION_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the compression parameter of the HTTP Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPCONNECTOR_CONNECTIONLINGER_PROPERTY

        static final java.lang.String BROKER_HTTPCONNECTOR_CONNECTIONLINGER_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the connectionLinger parameter of the HTTP Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPCONNECTOR_CONNECTIONTIMEOUT_PROPERTY

        static final java.lang.String BROKER_HTTPCONNECTOR_CONNECTIONTIMEOUT_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the connectionTimeout parameter of the HTTP Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPCONNECTOR_ENABLELOOKUPS_PROPERTY

        static final java.lang.String BROKER_HTTPCONNECTOR_ENABLELOOKUPS_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the enableLookups parameter of the HTTP Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPCONNECTOR_ENABLEMQLISTENER_PROPERTY

        static final java.lang.String BROKER_HTTPCONNECTOR_ENABLEMQLISTENER_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the enableMQListener parameter of the HTTP Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPCONNECTOR_EXPLICITLYSETPORTNUMBER_PROPERTY

        static final java.lang.String BROKER_HTTPCONNECTOR_EXPLICITLYSETPORTNUMBER_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the explicitlySetPortNumber parameter of the HTTP Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPCONNECTOR_MAXHTTPHEADERSIZE_PROPERTY

        static final java.lang.String BROKER_HTTPCONNECTOR_MAXHTTPHEADERSIZE_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the maxHttpHeaderSize parameter of the HTTP Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPCONNECTOR_MAXKEEPALIVEREQUESTS_PROPERTY

        static final java.lang.String BROKER_HTTPCONNECTOR_MAXKEEPALIVEREQUESTS_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the maxKeepAliveRequests parameter of the HTTP Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPCONNECTOR_MAXPOSTSIZE_PROPERTY

        static final java.lang.String BROKER_HTTPCONNECTOR_MAXPOSTSIZE_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the maxPostSize parameter of the HTTP Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPCONNECTOR_MAXSPARETHREADS_PROPERTY

        @Deprecated
        static final java.lang.String BROKER_HTTPCONNECTOR_MAXSPARETHREADS_PROPERTY
        Deprecated. 
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the maxSpareThreads parameter of the HTTP Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPCONNECTOR_MAXTHREADS_PROPERTY

        static final java.lang.String BROKER_HTTPCONNECTOR_MAXTHREADS_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the maxThreads parameter of the HTTP Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPCONNECTOR_MINSPARETHREADS_PROPERTY

        static final java.lang.String BROKER_HTTPCONNECTOR_MINSPARETHREADS_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the minSpareThreads parameter of the HTTP Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPCONNECTOR_NOCOMPRESSIONUSERAGENTS_PROPERTY

        static final java.lang.String BROKER_HTTPCONNECTOR_NOCOMPRESSIONUSERAGENTS_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the noCompressionUserAgents parameter of the HTTP Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPCONNECTOR_PORT_PROPERTY

        static final java.lang.String BROKER_HTTPCONNECTOR_PORT_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the port parameter of the HTTP Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPCONNECTOR_REFRESHSSLVALUES_PROPERTY

        static final java.lang.String BROKER_HTTPCONNECTOR_REFRESHSSLVALUES_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the refreshSSLValues parameter of the HTTP Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPCONNECTOR_RESTRICTEDUSERAGENTS_PROPERTY

        static final java.lang.String BROKER_HTTPCONNECTOR_RESTRICTEDUSERAGENTS_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the restrictedUserAgents parameter of the HTTP Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPCONNECTOR_SOCKETBUFFER_PROPERTY

        static final java.lang.String BROKER_HTTPCONNECTOR_SOCKETBUFFER_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the socketBuffer parameter of the HTTP Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPCONNECTOR_TCPNODELAY_PROPERTY

        static final java.lang.String BROKER_HTTPCONNECTOR_TCPNODELAY_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the tcpNoDelay parameter of the HTTP Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPCONNECTOR_URIENCODING_PROPERTY

        static final java.lang.String BROKER_HTTPCONNECTOR_URIENCODING_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the URIEncoding parameter of the HTTP Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPCONNECTOR_UUID_PROPERTY

        static final java.lang.String BROKER_HTTPCONNECTOR_UUID_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the unique identifier of the HTTP Connector. This is an internal value that should not be set.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPLISTENER_ENABLESSLCONNECTOR_PROPERTY

        static final java.lang.String BROKER_HTTPLISTENER_ENABLESSLCONNECTOR_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the enableSSLConnector parameter of the HTTP listener.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPLISTENER_LISTENERPORT_PROPERTY

        static final java.lang.String BROKER_HTTPLISTENER_LISTENERPORT_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the listenerPort parameter of the HTTP listener.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_MQTTSERVER_PORT_PROPERTY

        static final java.lang.String BROKER_MQTTSERVER_PORT_PROPERTY
        If this constant is supplied to BrokerProxy.getProperty(), the value returned is a string containing the MQTT port used by this broker.
        See Also:
        Constant Field Values
      • BROKER_HTTPLISTENER_PROPERTY_FOLDER

        static final java.lang.String BROKER_HTTPLISTENER_PROPERTY_FOLDER
        Attribute key names that begin with this constant are all general HTTP listener properties (encompassing the HTTP listener, HTTP connector and HTTPS connector), the values of which can be retrieved (minus this prefix) using BrokerProxy.getHTTPListenerProperty().
        See Also:
        Constant Field Values
      • BROKER_HTTPLISTENER_THREADPOOLSIZE_PROPERTY

        static final java.lang.String BROKER_HTTPLISTENER_THREADPOOLSIZE_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the threadPoolSize parameter of the HTTP listener.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPLISTENER_TRACELEVEL_PROPERTY

        static final java.lang.String BROKER_HTTPLISTENER_TRACELEVEL_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the traceLevel parameter of the HTTP listener.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPLISTENER_TRACEOVERRIDELEVEL_PROPERTY

        static final java.lang.String BROKER_HTTPLISTENER_TRACEOVERRIDELEVEL_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the traceOverrideLevel parameter of the HTTP listener.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPLISTENER_TRACEOVERRIDESIZE_PROPERTY

        static final java.lang.String BROKER_HTTPLISTENER_TRACEOVERRIDESIZE_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the traceOverrideSize parameter of the HTTP listener (in bytes).

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPLISTENER_TRACESIZE_PROPERTY

        static final java.lang.String BROKER_HTTPLISTENER_TRACESIZE_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the traceSize parameter of the HTTP listener (in bytes).

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPLISTENER_STARTLISTENER_PROPERTY

        static final java.lang.String BROKER_HTTPLISTENER_STARTLISTENER_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the startListener parameter of the HTTP listener.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPSCONNECTOR_ACCEPTCOUNT_PROPERTY

        static final java.lang.String BROKER_HTTPSCONNECTOR_ACCEPTCOUNT_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the acceptCount parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPSCONNECTOR_ADDRESS_PROPERTY

        static final java.lang.String BROKER_HTTPSCONNECTOR_ADDRESS_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the address parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPSCONNECTOR_ALGORITHM_PROPERTY

        static final java.lang.String BROKER_HTTPSCONNECTOR_ALGORITHM_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the algorithm parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPSCONNECTOR_ALLOWTRACE_PROPERTY

        @Deprecated
        static final java.lang.String BROKER_HTTPSCONNECTOR_ALLOWTRACE_PROPERTY
        Deprecated. 
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the allowTrace parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPSCONNECTOR_BUFFERSIZE_PROPERTY

        @Deprecated
        static final java.lang.String BROKER_HTTPSCONNECTOR_BUFFERSIZE_PROPERTY
        Deprecated. 
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the bufferSize parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPSCONNECTOR_CIPHERS_PROPERTY

        static final java.lang.String BROKER_HTTPSCONNECTOR_CIPHERS_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the ciphers parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPSCONNECTOR_CLIENTAUTH_PROPERTY

        static final java.lang.String BROKER_HTTPSCONNECTOR_CLIENTAUTH_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the clientAuth parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPSCONNECTOR_COMPRESSABLEMIMETYPES_PROPERTY

        static final java.lang.String BROKER_HTTPSCONNECTOR_COMPRESSABLEMIMETYPES_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the compressableMimeTypes parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPSCONNECTOR_COMPRESSION_PROPERTY

        static final java.lang.String BROKER_HTTPSCONNECTOR_COMPRESSION_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the compression parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPSCONNECTOR_CONNECTIONLINGER_PROPERTY

        static final java.lang.String BROKER_HTTPSCONNECTOR_CONNECTIONLINGER_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the connectionLinger parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPSCONNECTOR_CONNECTIONTIMEOUT_PROPERTY

        static final java.lang.String BROKER_HTTPSCONNECTOR_CONNECTIONTIMEOUT_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the connectionTimeout parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPSCONNECTOR_ENABLELOOKUPS_PROPERTY

        static final java.lang.String BROKER_HTTPSCONNECTOR_ENABLELOOKUPS_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the enableLookups parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPSCONNECTOR_ENABLEMQLISTENER_PROPERTY

        static final java.lang.String BROKER_HTTPSCONNECTOR_ENABLEMQLISTENER_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the enableMQListener parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPSCONNECTOR_EXPLICITLYSETPORTNUMBER_PROPERTY

        static final java.lang.String BROKER_HTTPSCONNECTOR_EXPLICITLYSETPORTNUMBER_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the explicitlySetPortNumber parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPSCONNECTOR_KEYALIAS_PROPERTY

        static final java.lang.String BROKER_HTTPSCONNECTOR_KEYALIAS_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the keyAlias parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPSCONNECTOR_KEYPASS_PROPERTY

        static final java.lang.String BROKER_HTTPSCONNECTOR_KEYPASS_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the keypass parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPSCONNECTOR_KEYSTOREFILE_PROPERTY

        static final java.lang.String BROKER_HTTPSCONNECTOR_KEYSTOREFILE_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the keystoreFile parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPSCONNECTOR_KEYSTOREPASS_PROPERTY

        static final java.lang.String BROKER_HTTPSCONNECTOR_KEYSTOREPASS_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the keystorePass parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPSCONNECTOR_KEYSTORETYPE_PROPERTY

        static final java.lang.String BROKER_HTTPSCONNECTOR_KEYSTORETYPE_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the keystoreType parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPSCONNECTOR_MAXHTTPHEADERSIZE_PROPERTY

        static final java.lang.String BROKER_HTTPSCONNECTOR_MAXHTTPHEADERSIZE_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the maxHttpHeaderSize parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPSCONNECTOR_MAXKEEPALIVEREQUESTS_PROPERTY

        static final java.lang.String BROKER_HTTPSCONNECTOR_MAXKEEPALIVEREQUESTS_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the maxKeepAliveRequests parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPSCONNECTOR_MAXPOSTSIZE_PROPERTY

        static final java.lang.String BROKER_HTTPSCONNECTOR_MAXPOSTSIZE_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the maxPostSize parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPSCONNECTOR_MAXSPARETHREADS_PROPERTY

        @Deprecated
        static final java.lang.String BROKER_HTTPSCONNECTOR_MAXSPARETHREADS_PROPERTY
        Deprecated. 
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the maxSpareThreads parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPSCONNECTOR_MAXTHREADS_PROPERTY

        static final java.lang.String BROKER_HTTPSCONNECTOR_MAXTHREADS_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the maxThreads parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPSCONNECTOR_MINSPARETHREADS_PROPERTY

        static final java.lang.String BROKER_HTTPSCONNECTOR_MINSPARETHREADS_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the minSpareThreads parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPSCONNECTOR_NOCOMPRESSIONUSERAGENTS_PROPERTY

        static final java.lang.String BROKER_HTTPSCONNECTOR_NOCOMPRESSIONUSERAGENTS_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the noCompressionUserAgents parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPSCONNECTOR_PORT_PROPERTY

        static final java.lang.String BROKER_HTTPSCONNECTOR_PORT_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the port parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPSCONNECTOR_REFRESHSSLVALUES_PROPERTY

        static final java.lang.String BROKER_HTTPSCONNECTOR_REFRESHSSLVALUES_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the refreshSSLValues parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPSCONNECTOR_RESTRICTEDUSERAGENTS_PROPERTY

        static final java.lang.String BROKER_HTTPSCONNECTOR_RESTRICTEDUSERAGENTS_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the restrictedUserAgents parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPSCONNECTOR_SOCKETBUFFER_PROPERTY

        static final java.lang.String BROKER_HTTPSCONNECTOR_SOCKETBUFFER_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the socketBuffer parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPSCONNECTOR_SSLPROTOCOL_PROPERTY

        static final java.lang.String BROKER_HTTPSCONNECTOR_SSLPROTOCOL_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the sslProtocol parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPSCONNECTOR_TCPNODELAY_PROPERTY

        static final java.lang.String BROKER_HTTPSCONNECTOR_TCPNODELAY_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the tcpNoDelay parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPSCONNECTOR_URIENCODING_PROPERTY

        static final java.lang.String BROKER_HTTPSCONNECTOR_URIENCODING_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the URIEncoding parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_HTTPSCONNECTOR_UUID_PROPERTY

        static final java.lang.String BROKER_HTTPSCONNECTOR_UUID_PROPERTY
        If this constant is supplied to BrokerProxy.getHTTPListenerProperty(), the value returned is the unique identifier of the HTTPS Connector. This is an internal value that should not be set.

        If this constant is appended to AttributeConstants.BROKER_HTTPLISTENER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_INTERBROKERHOST_PROPERTY

        static final java.lang.String BROKER_INTERBROKERHOST_PROPERTY
        Deprecated. This property is not used as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • BROKER_INTERBROKERPORT_PROPERTY

        static final java.lang.String BROKER_INTERBROKERPORT_PROPERTY
        Deprecated. This property is not used as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • BROKER_ISYSQOP_PROPERTY

        static final java.lang.String BROKER_ISYSQOP_PROPERTY
        Deprecated. This property is not used as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • BROKER_LASTBRPROPSSYNCTIME_PROPERTY

        static final java.lang.String BROKER_LASTBRPROPSSYNCTIME_PROPERTY
        Deprecated. This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • BROKER_LASTCONFIGURABLESERVICESYNCTIME_PROPERTY

        static final java.lang.String BROKER_LASTCONFIGURABLESERVICESYNCTIME_PROPERTY
        Deprecated. This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • BROKER_LASTFLOWSSYNCTIME_PROPERTY

        static final java.lang.String BROKER_LASTFLOWSSYNCTIME_PROPERTY
        Deprecated. This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • BROKER_LASTHTTPSYNCTIME_PROPERTY

        static final java.lang.String BROKER_LASTHTTPSYNCTIME_PROPERTY
        Deprecated. This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • BROKER_LASTRTPROPSSYNCTIME_PROPERTY

        static final java.lang.String BROKER_LASTRTPROPSSYNCTIME_PROPERTY
        Deprecated. This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • BROKER_LASTSCPROPSSYNCTIME_PROPERTY

        static final java.lang.String BROKER_LASTSCPROPSSYNCTIME_PROPERTY
        Deprecated. This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • BROKER_LONGVERSION_PROPERTY

        static final java.lang.String BROKER_LONGVERSION_PROPERTY
        As a BrokerProxy's attribute key name, the value of this property is the version of the broker, as expressed as a String.

        It is not possible to set this property using the IBM Integration API (CMP), and so this property will not appear in request reference messages.

        See Also:
        Constant Field Values
      • BROKER_MULTICAST_PROPERTY_GROUP

        static final java.lang.String BROKER_MULTICAST_PROPERTY_GROUP
        Deprecated. This property is not used as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • BROKER_MULTICAST_ADDRESSRANGE_IPV4IPV6DELIMITER

        static final java.lang.String BROKER_MULTICAST_ADDRESSRANGE_IPV4IPV6DELIMITER
        Deprecated. This property is not used as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • BROKER_MULTICAST_ADDRESSRANGE_MINMAXDELIMITER

        static final java.lang.String BROKER_MULTICAST_ADDRESSRANGE_MINMAXDELIMITER
        Deprecated. This property is not used as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • BROKER_MULTICAST_ADDRESSRANGE_PROPERTY

        static final java.lang.String BROKER_MULTICAST_ADDRESSRANGE_PROPERTY
        Deprecated. This property is not used as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • BROKER_MULTICAST_BACKOFFTIME_PROPERTY

        static final java.lang.String BROKER_MULTICAST_BACKOFFTIME_PROPERTY
        Deprecated. This property is not used as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • BROKER_MULTICAST_DATAPORT_PROPERTY

        static final java.lang.String BROKER_MULTICAST_DATAPORT_PROPERTY
        Deprecated. This property is not used as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • BROKER_MULTICAST_ENABLE_PROPERTY

        static final java.lang.String BROKER_MULTICAST_ENABLE_PROPERTY
        Deprecated. This property is not used as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • BROKER_MULTICAST_HBTIMEOUT_PROPERTY

        static final java.lang.String BROKER_MULTICAST_HBTIMEOUT_PROPERTY
        Deprecated. This property is not used as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • BROKER_MULTICAST_HISTORYCLEANINGTIME_PROPERTY

        static final java.lang.String BROKER_MULTICAST_HISTORYCLEANINGTIME_PROPERTY
        Deprecated. This property is not used as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • BROKER_MULTICAST_INTERFACE_IPV4IPV6DELIMITER

        static final java.lang.String BROKER_MULTICAST_INTERFACE_IPV4IPV6DELIMITER
        Deprecated. This property is not used as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • BROKER_MULTICAST_INTERFACE_PROPERTY

        static final java.lang.String BROKER_MULTICAST_INTERFACE_PROPERTY
        Deprecated. This property is not used as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • BROKER_MULTICAST_LIMITTRANSRATE_DISABLED

        static final java.lang.String BROKER_MULTICAST_LIMITTRANSRATE_DISABLED
        Deprecated. This property is not used as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • BROKER_MULTICAST_LIMITTRANSRATE_DYNAMIC

        static final java.lang.String BROKER_MULTICAST_LIMITTRANSRATE_DYNAMIC
        Deprecated. This property is not used as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • BROKER_MULTICAST_LIMITTRANSRATE_PROPERTY

        static final java.lang.String BROKER_MULTICAST_LIMITTRANSRATE_PROPERTY
        Deprecated. This property is not used as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • BROKER_MULTICAST_LIMITTRANSRATE_STATIC

        static final java.lang.String BROKER_MULTICAST_LIMITTRANSRATE_STATIC
        Deprecated. This property is not used as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • BROKER_MULTICAST_MAXKEYAGE_PROPERTY

        static final java.lang.String BROKER_MULTICAST_MAXKEYAGE_PROPERTY
        Deprecated. This property is not used as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • BROKER_MULTICAST_MAXMEMORYALLOWEDKBYTES_PROPERTY

        static final java.lang.String BROKER_MULTICAST_MAXMEMORYALLOWEDKBYTES_PROPERTY
        Deprecated. This property is not used as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • BROKER_MULTICAST_MINIMALHISTORYSIZE_PROPERTY

        static final java.lang.String BROKER_MULTICAST_MINIMALHISTORYSIZE_PROPERTY
        Deprecated. This property is not used as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • BROKER_MULTICAST_NACKACCUMULATIONTIME_PROPERTY

        static final java.lang.String BROKER_MULTICAST_NACKACCUMULATIONTIME_PROPERTY
        Deprecated. This property is not used as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • BROKER_MULTICAST_NACKCHECKPERIOD_PROPERTY

        static final java.lang.String BROKER_MULTICAST_NACKCHECKPERIOD_PROPERTY
        Deprecated. This property is not used as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • BROKER_MULTICAST_OVERLAPPINGTOPIC_PROPERTY

        static final java.lang.String BROKER_MULTICAST_OVERLAPPINGTOPIC_PROPERTY
        Deprecated. This property is not used as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • BROKER_MULTICAST_PACKETBUFFERS_PROPERTY

        static final java.lang.String BROKER_MULTICAST_PACKETBUFFERS_PROPERTY
        Deprecated. This property is not used as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • BROKER_MULTICAST_PACKETSIZE_PROPERTY

        static final java.lang.String BROKER_MULTICAST_PACKETSIZE_PROPERTY
        Deprecated. This property is not used as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • BROKER_MULTICAST_PROTOCOLTYPE_PGMIP

        static final java.lang.String BROKER_MULTICAST_PROTOCOLTYPE_PGMIP
        Deprecated. This property is not used as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • BROKER_MULTICAST_PROTOCOLTYPE_PROPERTY

        static final java.lang.String BROKER_MULTICAST_PROTOCOLTYPE_PROPERTY
        Deprecated. This property is not used as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • BROKER_MULTICAST_PROTOCOLTYPE_PTL

        static final java.lang.String BROKER_MULTICAST_PROTOCOLTYPE_PTL
        Deprecated. This property is not used as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • BROKER_MULTICAST_PROTOCOLTYPE_UDPENCAPSULATEDPGM

        static final java.lang.String BROKER_MULTICAST_PROTOCOLTYPE_UDPENCAPSULATEDPGM
        Deprecated. This property is not used as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • BROKER_MULTICAST_QOS_PROPERTY

        static final java.lang.String BROKER_MULTICAST_QOS_PROPERTY
        Deprecated. This property is not used as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • BROKER_MULTICAST_SECURITY_PROPERTY

        static final java.lang.String BROKER_MULTICAST_SECURITY_PROPERTY
        Deprecated. This property is not used as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • BROKER_MULTICAST_SOCKETBUFFERSIZE_PROPERTY

        static final java.lang.String BROKER_MULTICAST_SOCKETBUFFERSIZE_PROPERTY
        Deprecated. This property is not used as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • BROKER_MULTICAST_TRANSRATELIMITKBP_PROPERTY

        static final java.lang.String BROKER_MULTICAST_TRANSRATELIMITKBP_PROPERTY
        Deprecated. This property is not used as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • BROKER_MULTICAST_TTL_PROPERTY

        static final java.lang.String BROKER_MULTICAST_TTL_PROPERTY
        Deprecated. This property is not used as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • BROKER_NEWUUID_PROPERTY

        static final java.lang.String BROKER_NEWUUID_PROPERTY
        Deprecated. This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • BROKER_NODEPLOYMENT_PROPERTY

        static final java.lang.String BROKER_NODEPLOYMENT_PROPERTY
        Deprecated. This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • BROKER_OSARCH_PROPERTY

        static final java.lang.String BROKER_OSARCH_PROPERTY
        As a BrokerProxy's attribute key name, the value of this property is the OS architecture of the broker, as expressed as a String.

        It is not possible to set this property using the IBM Integration API (CMP), and so this property will not appear in request reference messages.

        See Also:
        Constant Field Values
      • BROKER_OSNAME_PROPERTY

        static final java.lang.String BROKER_OSNAME_PROPERTY
        As a BrokerProxy's attribute key name, the value of this property is the OS name of the broker, as expressed as a String.

        It is not possible to set this property using the IBM Integration API (CMP), and so this property will not appear in request reference messages.

        See Also:
        Constant Field Values
      • BROKER_OSVERSION_PROPERTY

        static final java.lang.String BROKER_OSVERSION_PROPERTY
        As a BrokerProxy's attribute key name, the value of this property is the OS version of the broker, as expressed as a String.

        It is not possible to set this property using the IBM Integration API (CMP), and so this property will not appear in request reference messages.

        See Also:
        Constant Field Values
      • BROKER_QMGR_PROPERTY

        static final java.lang.String BROKER_QMGR_PROPERTY
        As a BrokerProxy's attribute key name, the value of this property is the queue manager to which the broker is associated.

        As of WebSphere Message Broker V7, it is not possible to set the broker's queue manager using the IBM Integration API (CMP), and so this property will not appear in request reference properties.

        See Also:
        Constant Field Values
      • BROKER_REGISTRY_ADMINAGENTPID_PROPERTY

        static final java.lang.String BROKER_REGISTRY_ADMINAGENTPID_PROPERTY
        If this constant is supplied to BrokerProxy.getRegistryProperty(), the value returned is the process identifier of the broker's controlling process (bipbroker).

        If this constant is appended to AttributeConstants.BROKER_REGISTRY_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_REGISTRY_ADMINSECURITY_ACTIVE

        static final java.lang.String BROKER_REGISTRY_ADMINSECURITY_ACTIVE
        If this constant is the value of the registry property with the name AttributeConstants.BROKER_REGISTRY_ADMINSECURITY_PROPERTY, it means that administrative security has been enabled on the broker.
        See Also:
        Constant Field Values
      • BROKER_REGISTRY_ADMINSECURITY_INACTIVE

        static final java.lang.String BROKER_REGISTRY_ADMINSECURITY_INACTIVE
        If this constant is the value of the registry property with the name AttributeConstants.BROKER_REGISTRY_ADMINSECURITY_PROPERTY, it means that administrative security has been disabled on the broker.
        See Also:
        Constant Field Values
      • BROKER_REGISTRY_ADMINSECURITY_PROPERTY

        static final java.lang.String BROKER_REGISTRY_ADMINSECURITY_PROPERTY
        If this constant is supplied to BrokerProxy.getRegistryProperty(), the value returned is an indication of whether administrative security has been permanently enabled on the broker. A value of AttributeConstants.BROKER_REGISTRY_ADMINSECURITY_ACTIVE indicates that security has been enabled.

        If this constant is appended to AttributeConstants.BROKER_REGISTRY_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_REGISTRY_BROKERKEYSTOREFILE_PROPERTY

        static final java.lang.String BROKER_REGISTRY_BROKERKEYSTOREFILE_PROPERTY
        If this constant is supplied to BrokerProxy.getRegistryProperty(), the value returned is the broker keystore file of the broker.

        If this constant is appended to AttributeConstants.BROKER_REGISTRY_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_REGISTRY_BROKERKEYSTOREPASS_PROPERTY

        static final java.lang.String BROKER_REGISTRY_BROKERKEYSTOREPASS_PROPERTY
        If this constant is supplied to BrokerProxy.getRegistryProperty(), the value returned is the brokerKeystorePass setting of the broker. This is an internal value that should not be set.

        If this constant is appended to AttributeConstants.BROKER_REGISTRY_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_REGISTRY_BROKERKEYSTORETYPE_PROPERTY

        static final java.lang.String BROKER_REGISTRY_BROKERKEYSTORETYPE_PROPERTY
        If this constant is supplied to BrokerProxy.getRegistryProperty(), the value returned is the brokerKeystoreType setting of the broker.

        If this constant is appended to AttributeConstants.BROKER_REGISTRY_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_REGISTRY_BROKERTRUSTSTOREFILE_PROPERTY

        static final java.lang.String BROKER_REGISTRY_BROKERTRUSTSTOREFILE_PROPERTY
        If this constant is supplied to BrokerProxy.getRegistryProperty(), the value returned is the broker truststore file of the broker.

        If this constant is appended to AttributeConstants.BROKER_REGISTRY_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_REGISTRY_BROKERTRUSTSTOREPASS_PROPERTY

        static final java.lang.String BROKER_REGISTRY_BROKERTRUSTSTOREPASS_PROPERTY
        If this constant is supplied to BrokerProxy.getRegistryProperty(), the value returned is the brokerTruststorePass setting of the broker. This is an internal value that should not be set.

        If this constant is appended to AttributeConstants.BROKER_REGISTRY_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_REGISTRY_BROKERTRUSTSTORETYPE_PROPERTY

        static final java.lang.String BROKER_REGISTRY_BROKERTRUSTSTORETYPE_PROPERTY
        If this constant is supplied to BrokerProxy.getRegistryProperty(), the value returned is the brokerTruststoreType setting of the broker.

        If this constant is appended to AttributeConstants.BROKER_REGISTRY_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_REGISTRY_CONFIGURATIONDELAYTIMEOUT_PROPERTY

        static final java.lang.String BROKER_REGISTRY_CONFIGURATIONDELAYTIMEOUT_PROPERTY
        If this constant is supplied to BrokerProxy.getRegistryProperty(), the value returned is the Configuration Delay Timeout setting of the broker (in seconds).

        If this constant is appended to AttributeConstants.BROKER_REGISTRY_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_REGISTRY_CONFIGURATIONTIMEOUT_PROPERTY

        static final java.lang.String BROKER_REGISTRY_CONFIGURATIONTIMEOUT_PROPERTY
        If this constant is supplied to BrokerProxy.getRegistryProperty(), the value returned is the Configuration Timeout setting of the broker (in seconds).

        If this constant is appended to AttributeConstants.BROKER_REGISTRY_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_REGISTRY_DATASOURCEUSERID_PROPERTY

        static final java.lang.String BROKER_REGISTRY_DATASOURCEUSERID_PROPERTY
        If this constant is supplied to BrokerProxy.getRegistryProperty(), the value returned is the default datasource userid of the broker. For new brokers, this property is not used.

        If this constant is appended to AttributeConstants.BROKER_REGISTRY_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_REGISTRY_FADLEVEL_PROPERTY

        static final java.lang.String BROKER_REGISTRY_FADLEVEL_PROPERTY
        If this constant is supplied to BrokerProxy.getRegistryProperty(), the value returned is the formats and data level of the broker.

        If this constant is appended to AttributeConstants.BROKER_REGISTRY_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_REGISTRY_HTTPCONNECTORPORTRANGE_PROPERTY

        static final java.lang.String BROKER_REGISTRY_HTTPCONNECTORPORTRANGE_PROPERTY
        If this constant is supplied to BrokerProxy.getRegistryProperty(), the value returned is the HTTP Connector port range of the broker.

        If this constant is appended to AttributeConstants.BROKER_REGISTRY_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_REGISTRY_HTTPSCONNECTORPORTRANGE_PROPERTY

        static final java.lang.String BROKER_REGISTRY_HTTPSCONNECTORPORTRANGE_PROPERTY
        If this constant is supplied to BrokerProxy.getRegistryProperty(), the value returned is the HTTPS Connector port range of the broker.

        If this constant is appended to AttributeConstants.BROKER_REGISTRY_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_REGISTRY_MIGRATIONNEEDED_PROPERTY

        static final java.lang.String BROKER_REGISTRY_MIGRATIONNEEDED_PROPERTY
        If this constant is supplied to BrokerProxy.getRegistryProperty(), the value returned is the "Migration Needed" setting of the broker. For new brokers, this property is not used.

        If this constant is appended to AttributeConstants.BROKER_REGISTRY_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_REGISTRY_OPERATIONMODE_PROPERTY

        static final java.lang.String BROKER_REGISTRY_OPERATIONMODE_PROPERTY
        If this constant is supplied to BrokerProxy.getRegistryProperty(), the value returned is the operation mode of the broker.

        If this constant is appended to AttributeConstants.BROKER_REGISTRY_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_REGISTRY_MODEEXTENSIONS_PROPERTY

        static final java.lang.String BROKER_REGISTRY_MODEEXTENSIONS_PROPERTY
        If this constant is supplied to BrokerProxy.getRegistryProperty(), the value returned is the mode extensions of the broker.

        If this constant is appended to AttributeConstants.BROKER_REGISTRY_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_REGISTRY_PROPERTY_FOLDER

        static final java.lang.String BROKER_REGISTRY_PROPERTY_FOLDER
        Attributes key names that begin with this constant are all registry properties, the values of which can be retrieved (minus this prefix) using BrokerProxy.getRegistryProperty().
        See Also:
        Constant Field Values
      • BROKER_REGISTRY_QUEUEMANAGERNAME_PROPERTY

        static final java.lang.String BROKER_REGISTRY_QUEUEMANAGERNAME_PROPERTY
        If this constant is supplied to BrokerProxy.getRegistryProperty(), the value returned is the queue manager name of the broker.

        If this constant is appended to AttributeConstants.BROKER_REGISTRY_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_REGISTRY_STATISTICSMAJORINTERVAL_PROPERTY

        static final java.lang.String BROKER_REGISTRY_STATISTICSMAJORINTERVAL_PROPERTY
        If this constant is supplied to BrokerProxy.getRegistryProperty(), the value returned is the statistics major interval value of the broker (in seconds).

        If this constant is appended to AttributeConstants.BROKER_REGISTRY_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_REGISTRY_UUID_PROPERTY

        static final java.lang.String BROKER_REGISTRY_UUID_PROPERTY
        If this constant is supplied to BrokerProxy.getRegistryProperty(), the value returned is the internal identifier of the broker registry. This is an internal value that should not be set.

        If this constant is appended to AttributeConstants.BROKER_REGISTRY_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_REGISTRY_WEBADMIN_SERVER_ENABLED

        static final java.lang.String BROKER_REGISTRY_WEBADMIN_SERVER_ENABLED
        If this constant is supplied to BrokerProxy.getRegistryProperty(), the value returned is the Web Admin enabled state.

        this constant is a valid standard attribute key name accessible through getProperties() and setProperties(Properties props) AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_REGISTRY_WEBADMIN_SERVER_ENABLESSL

        static final java.lang.String BROKER_REGISTRY_WEBADMIN_SERVER_ENABLESSL
        If this constant is supplied to BrokerProxy.getRegistryProperty(), the value returned is the Web Admin SSL enabled state.

        this constant is a valid standard attribute key name accessible through getProperties() and setProperties(Properties props) AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_REGISTRY_WEBADMIN_HTTPCONNECTOR_PORT

        static final java.lang.String BROKER_REGISTRY_WEBADMIN_HTTPCONNECTOR_PORT
        If this constant is supplied to BrokerProxy.getRegistryProperty(), the value returned is the Web Admin HTTP Connector port.

        this constant is a valid standard attribute key name accessible through getProperties() and setProperties(Properties props) AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_REGISTRY_WEBADMIN_HTTPSCONNECTOR_PORT

        static final java.lang.String BROKER_REGISTRY_WEBADMIN_HTTPSCONNECTOR_PORT
        If this constant is supplied to BrokerProxy.getRegistryProperty(), the value returned is the Web Admin HTTPS Connector port.

        this constant is a valid standard attribute key name accessible through getProperties() and setProperties(Properties props) AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_REGISTRY_DATA_CAPTURE_POLICY_URI

        static final java.lang.String BROKER_REGISTRY_DATA_CAPTURE_POLICY_URI
        If this constant is supplied to BrokerProxy.getRegistryProperty(), the value returned is the DataCapture policy attached to this broker.

        this constant is a valid standard attribute key name accessible through getProperties() and setProperties(Properties props) AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_SECURITYCACHE_CACHESWEEPINTERVAL_PROPERTY

        static final java.lang.String BROKER_SECURITYCACHE_CACHESWEEPINTERVAL_PROPERTY
        If this constant is supplied to BrokerProxy.getSecurityCacheProperty(), the value returned is the cache sweep interval of the security cache (in seconds).

        If this constant is appended to AttributeConstants.BROKER_SECURITYCACHE_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_SECURITYCACHE_CACHETIMEOUT_PROPERTY

        static final java.lang.String BROKER_SECURITYCACHE_CACHETIMEOUT_PROPERTY
        If this constant is supplied to BrokerProxy.getSecurityCacheProperty(), the value returned is the cache timeout value of the security cache (in seconds).

        If this constant is appended to AttributeConstants.BROKER_SECURITYCACHE_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_SECURITYCACHE

        static final java.lang.String BROKER_SECURITYCACHE
        Attribute used to identify the property group in the REST API
        See Also:
        Constant Field Values
      • BROKER_SECURITYCACHE_PROPERTY_FOLDER

        static final java.lang.String BROKER_SECURITYCACHE_PROPERTY_FOLDER
        Attributes key names that begin with this constant are all security cache properties, the values of which can be retrieved (minus this prefix) using BrokerProxy.getSecurityCacheProperty().
        See Also:
        Constant Field Values
      • BROKER_SECURITYCACHE_UUID_PROPERTY

        static final java.lang.String BROKER_SECURITYCACHE_UUID_PROPERTY
        If this constant is supplied to BrokerProxy.getSecurityCacheProperty(), the value returned is the unique identifier of the security cache. This is an internal value that should not be set.

        If this constant is appended to AttributeConstants.BROKER_SECURITYCACHE_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_SECURITYMANAGER_INVALIDATESECURITYCACHEENTRYLIST_PROPERTY

        static final java.lang.String BROKER_SECURITYMANAGER_INVALIDATESECURITYCACHEENTRYLIST_PROPERTY
        If a modify request containing this property is sent to the broker, it asks the broker to remove the list of userids contained as the value of this property from the security cache. The list is colon separated.
        See Also:
        Constant Field Values
      • BROKER_SSLCONNECTORENABLED_PROPERTY

        static final java.lang.String BROKER_SSLCONNECTORENABLED_PROPERTY
        Deprecated. This field is not used as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • BROKER_SSLKEYRINGFILE_PROPERTY

        static final java.lang.String BROKER_SSLKEYRINGFILE_PROPERTY
        Deprecated. This field is not used as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • BROKER_SSLPASSWORDFILE_PROPERTY

        static final java.lang.String BROKER_SSLPASSWORDFILE_PROPERTY
        Deprecated. This field is not used as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • BROKER_SYSQOP_PROPERTY

        static final java.lang.String BROKER_SYSQOP_PROPERTY
        Deprecated. This property is not used as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • BROKER_TEMPTOPICQOP_PROPERTY

        static final java.lang.String BROKER_TEMPTOPICQOP_PROPERTY
        Deprecated. This property is not used as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • BROKER_VERSION_PROPERTY

        static final java.lang.String BROKER_VERSION_PROPERTY
        As a BrokerProxy's attribute key name, the value of this property is the version of the broker, as expressed as an integer.

        It is not possible to set this property using the IBM Integration API (CMP), and so this property will not appear in request reference messages.

        See Also:
        Constant Field Values
      • BROKER_CACHEMANAGER

        static final java.lang.String BROKER_CACHEMANAGER
        Attribute used to identify the property group in the REST API
        See Also:
        Constant Field Values
      • BROKER_CACHEMANAGER_PROPERTY_FOLDER

        static final java.lang.String BROKER_CACHEMANAGER_PROPERTY_FOLDER
        Attribute key names that begin with this constant are all general CacheManager properties, the values of which can be retrieved (minus this prefix) using BrokerProxy.getCacheManagerProperty().
        See Also:
        Constant Field Values
      • BROKER_CACHEMANAGER_POLICY_PROPERTY

        static final java.lang.String BROKER_CACHEMANAGER_POLICY_PROPERTY
        If this constant is supplied to BrokerProxy.getCacheManagerProperty(), the value returned is the policy parameter of the CacheManager.

        If this constant is appended to AttributeConstants.BROKER_CACHEMANAGER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_CACHEMANAGER_PORTRANGE_PROPERTY

        static final java.lang.String BROKER_CACHEMANAGER_PORTRANGE_PROPERTY
        If this constant is supplied to BrokerProxy.getCacheManagerProperty(), the value returned is the portRange parameter of the CacheManager.

        If this constant is appended to AttributeConstants.BROKER_CACHEMANAGER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_CACHEMANAGER_LISTENERHOST_PROPERTY

        static final java.lang.String BROKER_CACHEMANAGER_LISTENERHOST_PROPERTY
        If this constant is supplied to BrokerProxy.getCacheManagerProperty(), the value returned is the listenerHost parameter of the CacheManager.

        If this constant is appended to AttributeConstants.BROKER_CACHEMANAGER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • BROKER_CACHEMANAGER_SHUTDOWNMODE_PROPERTY

        static final java.lang.String BROKER_CACHEMANAGER_SHUTDOWNMODE_PROPERTY
        If this constant is supplied to BrokerProxy.getCacheManagerProperty(), the value returned is the shutdownMode parameter of the CacheManager.

        If this constant is appended to AttributeConstants.BROKER_CACHEMANAGER_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • CHILD_CSTYPE_PROPERTY

        static final java.lang.String CHILD_CSTYPE_PROPERTY
        For request reference properties, if the operation type of the property is 'createchild' or 'deletechild', the value of this property refers to the type of the Configurable Service being created or deleted. (See the description for OPERATION_TYPE_PROPERTY for information on how to determine the operation type of a request.)

        This attribute is not used in AdministeredObject attribute key names.

        See Also:
        Constant Field Values
      • CHILD_POLICYTYPE_PROPERTY

        static final java.lang.String CHILD_POLICYTYPE_PROPERTY
        See Also:
        Constant Field Values
      • CHILD_POLICYCONTENT_PROPERTY

        static final java.lang.String CHILD_POLICYCONTENT_PROPERTY
        See Also:
        Constant Field Values
      • CHILD_POLICYACTION_PROPERTY

        static final java.lang.String CHILD_POLICYACTION_PROPERTY
        See Also:
        Constant Field Values
      • CHILD_SERVICE_CONTENT_PROPERTY

        static final java.lang.String CHILD_SERVICE_CONTENT_PROPERTY
        See Also:
        Constant Field Values
      • SERVICE_CONTENT_PROPERTY

        static final java.lang.String SERVICE_CONTENT_PROPERTY
        See Also:
        Constant Field Values
      • SERVICE_NAME_PROPERTY

        static final java.lang.String SERVICE_NAME_PROPERTY
        See Also:
        Constant Field Values
      • SERVICE_NAMESPACE_PROPERTY

        static final java.lang.String SERVICE_NAMESPACE_PROPERTY
        See Also:
        Constant Field Values
      • CHILD_FORCEDELETE_PROPERTY

        static final java.lang.String CHILD_FORCEDELETE_PROPERTY
        Deprecated. This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • CHILD_GROUPUUID_PROPERTY

        static final java.lang.String CHILD_GROUPUUID_PROPERTY
        For request reference properties, if the operation type of the property is 'createchild', 'deletechild' or 'modify' the value of this property refers to the UUID of the parent ServiceGroupProxyItem in which the being created, deleted or modified (See the description for OPERATION_TYPE_PROPERTY for information on how to determine the operation type of a request.)

        This attribute is not used in AdministeredObject attribute key names.

        See Also:
        Constant Field Values
      • CHILD_NAME_PROPERTY

        static final java.lang.String CHILD_NAME_PROPERTY
        For request reference properties, if the operation type of the property is 'createchild' or 'deletechild', the value of this property refers to the name of the object being created or deleted. (See the description for OPERATION_TYPE_PROPERTY for information on how to determine the operation type of a request.)

        This attribute is not used in AdministeredObject attribute key names.

        See Also:
        Constant Field Values
      • CHILD_TYPE_PROPERTY

        static final java.lang.String CHILD_TYPE_PROPERTY
        For request reference properties, if the operation type of the request is 'createchild' or 'deletechild', the value of this property refers to the type of the object being created or deleted. (See the description for OPERATION_TYPE_PROPERTY for information on how to determine the operation type of a request.) If the String value of this property is 'v', it can be parsed as follows:
             ConfigurationObjectType c = ConfigurationObjectType.getConfigurationObjectType(v);
             if (c == ConfigurationObjectType.executiongroup) {
                 // etc.
             }
         

        This attribute is not used in AdministeredObject attribute key names.

        See Also:
        Constant Field Values
      • CHILD_UUID_PROPERTY

        static final java.lang.String CHILD_UUID_PROPERTY
        For request reference properties, if the operation type of the request is 'createchild' or 'deletechild', the value of this property refers to the unique identifier of the object being created or deleted. (See the description for OPERATION_TYPE_PROPERTY for information on how to determine the operation type of a request.)

        This attribute is not used in AdministeredObject attribute key names.

        See Also:
        Constant Field Values
      • COLLECTIVE_NEWBROKERS_PROPERTY

        static final java.lang.String COLLECTIVE_NEWBROKERS_PROPERTY
        Deprecated. This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • COLLECTIVE_REMOVEDBROKERS_PROPERTY

        static final java.lang.String COLLECTIVE_REMOVEDBROKERS_PROPERTY
        Deprecated. This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • COMPLETIONCODE_CANCELLED

        static final java.lang.String COMPLETIONCODE_CANCELLED
        String representation of CompletionCodeType instance 'cancelled'.
        See Also:
        Constant Field Values
      • COMPLETIONCODE_FAILURE

        static final java.lang.String COMPLETIONCODE_FAILURE
        String representation of CompletionCodeType instance 'failure'.
        See Also:
        Constant Field Values
      • COMPLETIONCODE_INITIATED

        static final java.lang.String COMPLETIONCODE_INITIATED
        String representation of CompletionCodeType instance 'initiated'.
        See Also:
        Constant Field Values
      • COMPLETIONCODE_NOTREQUIRED

        static final java.lang.String COMPLETIONCODE_NOTREQUIRED
        Deprecated. This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • COMPLETIONCODE_PENDING

        static final java.lang.String COMPLETIONCODE_PENDING
        String representation of CompletionCodeType instance 'pending'.
        See Also:
        Constant Field Values
      • COMPLETIONCODE_SUBMITTED

        static final java.lang.String COMPLETIONCODE_SUBMITTED
        String representation of CompletionCodeType instance 'submitted'.
        See Also:
        Constant Field Values
      • COMPLETIONCODE_SUCCESS

        static final java.lang.String COMPLETIONCODE_SUCCESS
        String representation of CompletionCodeType instance 'success'.
        See Also:
        Constant Field Values
      • COMPLETIONCODE_SUCCESSSOFAR

        static final java.lang.String COMPLETIONCODE_SUCCESSSOFAR
        Deprecated. This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • COMPLETIONCODE_TIMEDOUT

        static final java.lang.String COMPLETIONCODE_TIMEDOUT
        String representation of CompletionCodeType instance 'timedOut'.
        See Also:
        Constant Field Values
      • COMPLETIONCODE_UNKNOWN

        static final java.lang.String COMPLETIONCODE_UNKNOWN
        String representation of CompletionCodeType instance 'unknown'.
        See Also:
        Constant Field Values
      • CONFIGMGR_AUTODISCOVERYINTERVALMINS_PROPERTY

        static final java.lang.String CONFIGMGR_AUTODISCOVERYINTERVALMINS_PROPERTY
        Deprecated. This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • CONFIGMGR_FULLVERSION_PROPERTY

        static final java.lang.String CONFIGMGR_FULLVERSION_PROPERTY
        Deprecated. This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • CONFIGMGR_INCOMPATIBLEVERSION_PROPERTY

        static final java.lang.String CONFIGMGR_INCOMPATIBLEVERSION_PROPERTY
        Deprecated. This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • CONFIGMGR_OSARCH_PROPERTY

        static final java.lang.String CONFIGMGR_OSARCH_PROPERTY
        Deprecated. This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • CONFIGMGR_OSNAME_PROPERTY

        static final java.lang.String CONFIGMGR_OSNAME_PROPERTY
        Deprecated. This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • CONFIGMGR_OSVERSION_PROPERTY

        static final java.lang.String CONFIGMGR_OSVERSION_PROPERTY
        Deprecated. This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • CONFIGMGR_TRACE_DEBUG

        static final java.lang.String CONFIGMGR_TRACE_DEBUG
        Deprecated. This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • CONFIGMGR_TRACE_NONE

        static final java.lang.String CONFIGMGR_TRACE_NONE
        Deprecated. This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • CONFIGMGR_TRACE_NORMAL

        static final java.lang.String CONFIGMGR_TRACE_NORMAL
        Deprecated. This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • CONFIGMGR_TRACE_PROPERTY

        static final java.lang.String CONFIGMGR_TRACE_PROPERTY
        Deprecated. This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • CONFIGMGR_VERSION_PROPERTY

        static final java.lang.String CONFIGMGR_VERSION_PROPERTY
        Deprecated. This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • CONFIGURATION_OBJECT_TYPE_PROPERTY

        static final java.lang.String CONFIGURATION_OBJECT_TYPE_PROPERTY
        For request reference properties, this key is always present and describes the type of the object that was manipulated. Where the operation type of the request is 'createchild' or 'deletechild', the value of this property refers to the type of the parent object. (See the description for OPERATION_TYPE_PROPERTY for information on how to determine the operation type of a request.) If the String value of this property is 'v', it can be parsed as follows:
             ConfigurationObjectType c = ConfigurationObjectType.getConfigurationObjectType(v);
             if (c == ConfigurationObjectType.executiongroup) {
                 // etc.
             }
         

        This attribute is not used in AdministeredObject attribute key names.

        See Also:
        Constant Field Values
      • DATA_INJECTION_APPLICATION_LABEL

        static final java.lang.String DATA_INJECTION_APPLICATION_LABEL
        The name of the filter property passed to ExecutionGroupProxy.injectTestData() when an application is specified.
        See Also:
        Constant Field Values
      • DATA_INJECTION_LIBRARY_LABEL

        static final java.lang.String DATA_INJECTION_LIBRARY_LABEL
        The name of the filter property passed to ExecutionGroupProxy.injectTestData() when a library is specified.
        See Also:
        Constant Field Values
      • DATA_INJECTION_MESSAGEFLOW_LABEL

        static final java.lang.String DATA_INJECTION_MESSAGEFLOW_LABEL
        The name of the filter property passed to ExecutionGroupProxy.injectTestData() when a message flow is specified.
        See Also:
        Constant Field Values
      • DATA_INJECTION_NODE_UUID

        static final java.lang.String DATA_INJECTION_NODE_UUID
        The name of the filter property passed to ExecutionGroupProxy.injectTestData() when a target node is specified.
        See Also:
        Constant Field Values
      • DATA_INJECTION_MESSAGE_SECTION

        static final java.lang.String DATA_INJECTION_MESSAGE_SECTION
        The name of the filter property passed to ExecutionGroupProxy.injectTestData() when the message section of data is specified.
        See Also:
        Constant Field Values
      • DATA_INJECTION_ENVIRONMENT_SECTION

        static final java.lang.String DATA_INJECTION_ENVIRONMENT_SECTION
        The name of the filter property passed to ExecutionGroupProxy.injectTestData() when the environment section of data is specified.
        See Also:
        Constant Field Values
      • DATA_INJECTION_LOCALENVIRONMENT_SECTION

        static final java.lang.String DATA_INJECTION_LOCALENVIRONMENT_SECTION
        The name of the filter property passed to ExecutionGroupProxy.injectTestData() when the local environment section of data is specified.
        See Also:
        Constant Field Values
      • DATA_INJECTION_EXCEPTIONLIST_SECTION

        static final java.lang.String DATA_INJECTION_EXCEPTIONLIST_SECTION
        The name of the filter property passed to ExecutionGroupProxy.injectTestData() when the exception list section of data is specified.
        See Also:
        Constant Field Values
      • DATA_INJECTION_WAIT_TIME

        static final java.lang.String DATA_INJECTION_WAIT_TIME
        The name of the filter property passed to ExecutionGroupProxy.injectTestData() when a wait time is specified.
        See Also:
        Constant Field Values
      • DEBUG_COMMSMESSAGE_IO

        static final boolean DEBUG_COMMSMESSAGE_IO
        If and only if this is set to true, all comms between the broker and IBM Integration API (CMP) will be sent to System.out. Note: The value of this constant is dynamically calculated from the Java system property "DEBUG_COMMSMESSAGE_IO" - if it is set to anything, the value of this constant is true. Otherwise it is false.
      • DEFAULT_CORRELID

        static final int DEFAULT_CORRELID
        The default value for the correlation id field, used internally when submitting a set of requests with the ConfigManagerProxy.sendUpdates() method.
        See Also:
        Constant Field Values
      • DEPENDENCY_PROPERTY_GROUP

        static final java.lang.String DEPENDENCY_PROPERTY_GROUP
        If an ExecutionGroupProxy's attribute key name or request reference property begins with the value of this constant, the attribute is related to the description of logical subcomponents owned by the object.

        A key that is made up of this constant with an integer value appended has a value that describes a String representation of single message flow dependency of the current object. The format of the String representation is not guaranteed.

        A key that is made up of this constant with the value of AttributeConstants.LAST_PROPERTY_IN_GROUP appended has a value that describes the total number of dependencies owned by the object. In other words, if the value of

             o.getProperty(AttributeConstants.DEPENDENCY_PROPERTY_GROUP + AttributeConstants.LAST_PROPERTY_IN_GROUP)
         
        was 3, then
             o.getProperty(AttributeConstants.DEPENDENCY_PROPERTY_GROUP + 3)
         
        would return a valid string representation of a dependency but
             o.getProperty(AttributeConstants.DEPENDENCY_PROPERTY_GROUP + 4)
         
        would not.

        On its own, this property is not used as a property key name or request reference property.

        See Also:
        Constant Field Values
      • DEPLOYEDOBJECT_DEPLOYTIME_PROPERTY

        static final java.lang.String DEPLOYEDOBJECT_DEPLOYTIME_PROPERTY
        As a deployed objects attribute key name, the value of this property is the time that the object was deployed. The value of the property is parseable using the DEPLOYTIME_TIMESTAMP_FORMAT template, although it is recommended to use the DeployedObject.getDeployTime() method to do this.

        For request reference properties this key name is not used.

        See Also:
        Constant Field Values
      • DEPLOYEDOBJECT_KEYWORDS_PROPERTY

        static final java.lang.String DEPLOYEDOBJECT_KEYWORDS_PROPERTY
        As a deployed objects attribute key name, the value of this property is the encoded keywords that were found in the deployed object at deploy time.

        For request reference properties this key name is not used; the version can only be set at deployment time.

        See Also:
        Constant Field Values
      • DEPLOYEDOBJECT_MODIFYTIME_PROPERTY

        static final java.lang.String DEPLOYEDOBJECT_MODIFYTIME_PROPERTY
        As a deployed objects attribute key name, the value of this property is the modification time of the deployed object (set inside the BAR). The value of the property is parseable using the MODIFYTIME_TIMESTAMP_FORMAT template, although it is recommended to use the DeployedObject.getModifyTime() method to do this.

        For request reference properties this key name is not used.

        See Also:
        Constant Field Values
      • DEPLOYID_PROPERTY

        static final java.lang.String DEPLOYID_PROPERTY
        Deprecated. This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • DEPLOYRESULT_NO_DEPLOYMENT

        static final long DEPLOYRESULT_NO_DEPLOYMENT
        Deprecated. This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • DEPLOYRESULT_SUPPRESSION

        static final long DEPLOYRESULT_SUPPRESSION
        If this is the value supplied as the 'maxWaitTimeMs' parameter to a deploy() method, the DeployResult object will not be calculated and the deploy() method will return null.
        See Also:
        Constant Field Values
      • DEPLOYRESULT_WAIT_INDEFINITELY

        static final long DEPLOYRESULT_WAIT_INDEFINITELY
        If this is the value supplied as the 'maxWaitTimeMs' parameter to a deploy() method, the IBM Integration API (CMP) will wait indefinitely for all broker responses to be returned.
        See Also:
        Constant Field Values
      • DEPLOYTIME_TIMESTAMP_FORMAT

        static final java.lang.String DEPLOYTIME_TIMESTAMP_FORMAT
        The format used to describe the timestamp in attributes that describe the time an object was deployed.
        See Also:
        DeployedObject.getDeployTime(), Constant Field Values
      • DEPLOYTYPE_CANCEL

        static final java.lang.String DEPLOYTYPE_CANCEL
        Deprecated. This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • DEPLOYTYPE_COMPLETE

        static final java.lang.String DEPLOYTYPE_COMPLETE
        If this is the value of DEPLOYTYPE_PROPERTY, it means that the deployment should be complete; that is, any information that was currently deployed is to be cleared before the new information is deployed.
        See Also:
        Constant Field Values
      • DEPLOYTYPE_DELETEALLEGS

        static final java.lang.String DEPLOYTYPE_DELETEALLEGS
        Deprecated. This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • DEPLOYTYPE_DELTA

        static final java.lang.String DEPLOYTYPE_DELTA
        If this is the value of DEPLOYTYPE_PROPERTY, it means that the deployment was sent as delta to what was already deployed.
        See Also:
        Constant Field Values
      • DEPLOYTYPE_PROPERTY

        static final java.lang.String DEPLOYTYPE_PROPERTY
        For request reference properties, the value of this key on a request with a 'deploy' operation type is the type of deploy that was actioned. The value of an attribute with this key is one of:
        • AttributeConstants.DEPLOYTYPE_DELTA (The execution group will continue to run existing artefacts, although objects of the same name will be overwritten.)
        • AttributeConstants.DEPLOYTYPE_COMPLETE (The execution group is cleared before deployment was attempted.)

        This attribute is not used in AdministeredObject attribute key names.

        See Also:
        Constant Field Values
      • DEPLOYTYPE_SYNC

        static final java.lang.String DEPLOYTYPE_SYNC
        Deprecated. This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • DOMAIN_USER_DELIMITER

        static final java.lang.String DOMAIN_USER_DELIMITER
        Deprecated. This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • EG_CONTENTBASEDFILTERING

        static final java.lang.String EG_CONTENTBASEDFILTERING
        Attribute used to identify the property group in the REST API
        See Also:
        Constant Field Values
      • EG_CONTENTBASEDFILTERING_CBFENABLED_PROPERTY

        static final java.lang.String EG_CONTENTBASEDFILTERING_CBFENABLED_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the cbfEnabled property of the ContentBasedFiltering resource in the execution group.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_CONTENTBASEDFILTERING_EVALUATIONTHREADS_PROPERTY

        static final java.lang.String EG_CONTENTBASEDFILTERING_EVALUATIONTHREADS_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the evaluationThreads property of the ContentBasedFiltering resource in the execution group.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_CONTENTBASEDFILTERING_VALIDATIONTHREADS_PROPERTY

        static final java.lang.String EG_CONTENTBASEDFILTERING_VALIDATIONTHREADS_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the validationThreads property of the ContentBasedFiltering resource in the execution group.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_JVMMANAGER

        static final java.lang.String EG_JVMMANAGER
        Attribute used to identify the property group in the REST API
        See Also:
        Constant Field Values
      • EG_COMIBMJVMMANAGER_JVMDEBUGPORT_PROPERTY

        static final java.lang.String EG_COMIBMJVMMANAGER_JVMDEBUGPORT_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the configured value of the JVM Debug port for an execution group.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_COMIBMJVMMANAGER_JVMDEBUGPORTACTIVEVALUE_PROPERTY

        static final java.lang.String EG_COMIBMJVMMANAGER_JVMDEBUGPORTACTIVEVALUE_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the active value of the JVM Debug port for an execution group. If the value is 0, the debug port is not currently active for this execution group.

        This property cannot be set. Use the EG_COMIBMJVMMANAGER_JVMDEBUGPORT_PROPERTY constant to configure the debug port.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_COMIBMJVMMANAGER_JVMDISABLECLASSGC_PROPERTY

        static final java.lang.String EG_COMIBMJVMMANAGER_JVMDISABLECLASSGC_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the jvmDisableClassGC property of the execution group's JVM.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_COMIBMJVMMANAGER_JVMMAXHEAPSIZE_PROPERTY

        static final java.lang.String EG_COMIBMJVMMANAGER_JVMMAXHEAPSIZE_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the jvmMaxHeapSize property of the execution group's JVM.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_COMIBMJVMMANAGER_JVMMINHEAPSIZE_PROPERTY

        static final java.lang.String EG_COMIBMJVMMANAGER_JVMMINHEAPSIZE_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the jvmMinHeapSize property of the execution group's JVM.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_COMIBMJVMMANAGER_JVMNATIVESTACKSIZE_PROPERTY

        static final java.lang.String EG_COMIBMJVMMANAGER_JVMNATIVESTACKSIZE_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the jvmNativeStackSize property of the execution group's JVM.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_COMIBMJVMMANAGER_JVMSYSTEM_PROPERTY

        static final java.lang.String EG_COMIBMJVMMANAGER_JVMSYSTEM_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the jvmSystemProperty property of the execution group's JVM.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_COMIBMJVMMANAGER_JVMVERBOSEOPTION_PROPERTY

        static final java.lang.String EG_COMIBMJVMMANAGER_JVMVERBOSEOPTION_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the jvmVerboseOption property of the execution group's JVM.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_COMIBMJVMMANAGER_KEYSTOREFILE_PROPERTY

        static final java.lang.String EG_COMIBMJVMMANAGER_KEYSTOREFILE_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the keystoreFile property of the execution group's JVM.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_COMIBMJVMMANAGER_KEYSTOREPASS_PROPERTY

        static final java.lang.String EG_COMIBMJVMMANAGER_KEYSTOREPASS_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the keystorePass property of the execution group's JVM.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_COMIBMJVMMANAGER_KEYSTORETYPE_PROPERTY

        static final java.lang.String EG_COMIBMJVMMANAGER_KEYSTORETYPE_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the keystoreType property of the execution group's JVM.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_COMIBMJVMMANAGER_TRACEFILTER_PROPERTY

        static final java.lang.String EG_COMIBMJVMMANAGER_TRACEFILTER_PROPERTY
        Deprecated. This property is used in the trace hierarchy of an execution group and should not be used. The use of this constant is not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • EG_COMIBMJVMMANAGER_TRACELEVEL_PROPERTY

        static final java.lang.String EG_COMIBMJVMMANAGER_TRACELEVEL_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the traceLevel property of the execution group's JVM.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_COMIBMJVMMANAGER_TRUSTSTOREFILE_PROPERTY

        static final java.lang.String EG_COMIBMJVMMANAGER_TRUSTSTOREFILE_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the truststoreFile property of the execution group's JVM.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_COMIBMJVMMANAGER_TRUSTSTOREPASS_PROPERTY

        static final java.lang.String EG_COMIBMJVMMANAGER_TRUSTSTOREPASS_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the truststorePass property of the execution group's JVM.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_COMIBMJVMMANAGER_TRUSTSTORETYPE_PROPERTY

        static final java.lang.String EG_COMIBMJVMMANAGER_TRUSTSTORETYPE_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the truststoreType property of the execution group's JVM.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_COMIBMJVMMANAGER_USERTRACEFILTER_PROPERTY

        static final java.lang.String EG_COMIBMJVMMANAGER_USERTRACEFILTER_PROPERTY
        Deprecated. This property is used in the trace hierarchy of an execution group and should not be used. The use of this constant is not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • EG_COMIBMJVMMANAGER_USERTRACELEVEL_PROPERTY

        static final java.lang.String EG_COMIBMJVMMANAGER_USERTRACELEVEL_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the userTraceLevel property of the execution group's JVM.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_DATACAPTUREMANAGER

        static final java.lang.String EG_DATACAPTUREMANAGER
        Attribute used to identify the property group in the REST API
        See Also:
        Constant Field Values
      • EG_SIEBELMANAGER

        static final java.lang.String EG_SIEBELMANAGER
        Attribute used to identify the property group in the REST API
        See Also:
        Constant Field Values
      • EG_COMIBMSIEBELMANAGER_EISPROVIDERS_NAME_PROPERTY

        static final java.lang.String EG_COMIBMSIEBELMANAGER_EISPROVIDERS_NAME_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the EISProviders property of the execution group's Siebel Manager.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_FTEAGENT

        static final java.lang.String EG_FTEAGENT
        Attribute used to identify the property group in the REST API
        See Also:
        Constant Field Values
      • EG_FTEAGENT_AGENTNAME_PROPERTY

        static final java.lang.String EG_FTEAGENT_AGENTNAME_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the agentName property of the execution group's FTE Agent.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_FTEAGENT_COORDINATION_QUEUE_MANAGER_NAME_PROPERTY

        static final java.lang.String EG_FTEAGENT_COORDINATION_QUEUE_MANAGER_NAME_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the coordinationQMgr property of the execution group's FTE Agent.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPCONNECTOR_ACCEPTCOUNT_PROPERTY

        static final java.lang.String EG_HTTPCONNECTOR_ACCEPTCOUNT_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the acceptCount parameter of the HTTP Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPCONNECTOR_ADDRESS_PROPERTY

        static final java.lang.String EG_HTTPCONNECTOR_ADDRESS_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the address parameter of the HTTP Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPCONNECTOR_ALLOWTRACE_PROPERTY

        @Deprecated
        static final java.lang.String EG_HTTPCONNECTOR_ALLOWTRACE_PROPERTY
        Deprecated. 
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the allowTrace parameter of the HTTP Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPCONNECTOR_BUFFERSIZE_PROPERTY

        @Deprecated
        static final java.lang.String EG_HTTPCONNECTOR_BUFFERSIZE_PROPERTY
        Deprecated. 
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the bufferSize parameter of the HTTP Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPCONNECTOR_COMPRESSABLEMIMETYPES_PROPERTY

        static final java.lang.String EG_HTTPCONNECTOR_COMPRESSABLEMIMETYPES_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the compressableMimeTypes parameter of the HTTP Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPCONNECTOR_COMPRESSION_PROPERTY

        static final java.lang.String EG_HTTPCONNECTOR_COMPRESSION_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the compression parameter of the HTTP Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPCONNECTOR_CONNECTIONLINGER_PROPERTY

        static final java.lang.String EG_HTTPCONNECTOR_CONNECTIONLINGER_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the connectionLinger parameter of the HTTP Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPCONNECTOR_CONNECTIONTIMEOUT_PROPERTY

        static final java.lang.String EG_HTTPCONNECTOR_CONNECTIONTIMEOUT_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the connectionTimeout parameter of the HTTP Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPCONNECTOR_ENABLELOOKUPS_PROPERTY

        static final java.lang.String EG_HTTPCONNECTOR_ENABLELOOKUPS_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the enableLookups parameter of the HTTP Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPCONNECTOR_ENABLEMQLISTENER_PROPERTY

        static final java.lang.String EG_HTTPCONNECTOR_ENABLEMQLISTENER_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the enableMQListener parameter of the HTTP Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPCONNECTOR_EXPLICITLYSETPORTNUMBER_PROPERTY

        static final java.lang.String EG_HTTPCONNECTOR_EXPLICITLYSETPORTNUMBER_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the explicitlySetPortNumber parameter of the HTTP Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPCONNECTOR_MAXHTTPHEADERSIZE_PROPERTY

        static final java.lang.String EG_HTTPCONNECTOR_MAXHTTPHEADERSIZE_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the maxHttpHeaderSize parameter of the HTTP Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPCONNECTOR_MAXKEEPALIVEREQUESTS_PROPERTY

        static final java.lang.String EG_HTTPCONNECTOR_MAXKEEPALIVEREQUESTS_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the maxKeepAliveRequests parameter of the HTTP Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPCONNECTOR_MAXPOSTSIZE_PROPERTY

        static final java.lang.String EG_HTTPCONNECTOR_MAXPOSTSIZE_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the maxPostSize parameter of the HTTP Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPCONNECTOR_MAXSPARETHREADS_PROPERTY

        @Deprecated
        static final java.lang.String EG_HTTPCONNECTOR_MAXSPARETHREADS_PROPERTY
        Deprecated. 
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the maxSpareThreads parameter of the HTTP Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPCONNECTOR_MAXTHREADS_PROPERTY

        static final java.lang.String EG_HTTPCONNECTOR_MAXTHREADS_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the maxThreads parameter of the HTTP Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPCONNECTOR_MINSPARETHREADS_PROPERTY

        static final java.lang.String EG_HTTPCONNECTOR_MINSPARETHREADS_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the minSpareThreads parameter of the HTTP Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPCONNECTOR_NOCOMPRESSIONUSERAGENTS_PROPERTY

        static final java.lang.String EG_HTTPCONNECTOR_NOCOMPRESSIONUSERAGENTS_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the noCompressionUserAgents parameter of the HTTP Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPCONNECTOR_PORT_PROPERTY

        static final java.lang.String EG_HTTPCONNECTOR_PORT_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the port parameter of the HTTP Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPCONNECTOR_REFRESHSSLVALUES_PROPERTY

        static final java.lang.String EG_HTTPCONNECTOR_REFRESHSSLVALUES_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the refreshSSLValues parameter of the HTTP Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPCONNECTOR_RESTRICTEDUSERAGENTS_PROPERTY

        static final java.lang.String EG_HTTPCONNECTOR_RESTRICTEDUSERAGENTS_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the restrictedUserAgents parameter of the HTTP Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPCONNECTOR_SOCKETBUFFER_PROPERTY

        static final java.lang.String EG_HTTPCONNECTOR_SOCKETBUFFER_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the socketBuffer parameter of the HTTP Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPCONNECTOR_TCPNODELAY_PROPERTY

        static final java.lang.String EG_HTTPCONNECTOR_TCPNODELAY_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the tcpNoDelay parameter of the HTTP Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPCONNECTOR_TRACEFILTER_PROPERTY

        static final java.lang.String EG_HTTPCONNECTOR_TRACEFILTER_PROPERTY
        Deprecated. This property is used in the trace hierarchy of an execution group and should not be used. The use of this constant is not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • EG_HTTPCONNECTOR_TRACELEVEL_PROPERTY

        static final java.lang.String EG_HTTPCONNECTOR_TRACELEVEL_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the traceLevel parameter of the HTTP Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPCONNECTOR_URIENCODING_PROPERTY

        static final java.lang.String EG_HTTPCONNECTOR_URIENCODING_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the URIEncoding parameter of the HTTP Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPCONNECTOR_USERTRACEFILTER_PROPERTY

        static final java.lang.String EG_HTTPCONNECTOR_USERTRACEFILTER_PROPERTY
        Deprecated. This property is used in the trace hierarchy of an execution group and should not be used. The use of this constant is not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • EG_HTTPCONNECTOR_USERTRACELEVEL_PROPERTY

        static final java.lang.String EG_HTTPCONNECTOR_USERTRACELEVEL_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the userTraceLevel parameter of the HTTP Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPSCONNECTOR_ACCEPTCOUNT_PROPERTY

        static final java.lang.String EG_HTTPSCONNECTOR_ACCEPTCOUNT_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the acceptCount parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPSCONNECTOR_ADDRESS_PROPERTY

        static final java.lang.String EG_HTTPSCONNECTOR_ADDRESS_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the address parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPSCONNECTOR_ALGORITHM_PROPERTY

        static final java.lang.String EG_HTTPSCONNECTOR_ALGORITHM_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the algorithm parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPSCONNECTOR_ALLOWTRACE_PROPERTY

        @Deprecated
        static final java.lang.String EG_HTTPSCONNECTOR_ALLOWTRACE_PROPERTY
        Deprecated. 
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the allowTrace parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPSCONNECTOR_BUFFERSIZE_PROPERTY

        @Deprecated
        static final java.lang.String EG_HTTPSCONNECTOR_BUFFERSIZE_PROPERTY
        Deprecated. 
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the bufferSize parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPSCONNECTOR_CIPHERS_PROPERTY

        static final java.lang.String EG_HTTPSCONNECTOR_CIPHERS_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the ciphers parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPSCONNECTOR_CLIENTAUTH_PROPERTY

        static final java.lang.String EG_HTTPSCONNECTOR_CLIENTAUTH_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the clientAuth parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPSCONNECTOR_COMPRESSABLEMIMETYPES_PROPERTY

        static final java.lang.String EG_HTTPSCONNECTOR_COMPRESSABLEMIMETYPES_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the compressableMimeTypes parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPSCONNECTOR_COMPRESSION_PROPERTY

        static final java.lang.String EG_HTTPSCONNECTOR_COMPRESSION_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the compression parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPSCONNECTOR_CONNECTIONLINGER_PROPERTY

        static final java.lang.String EG_HTTPSCONNECTOR_CONNECTIONLINGER_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the connectionLinger parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPSCONNECTOR_CONNECTIONTIMEOUT_PROPERTY

        static final java.lang.String EG_HTTPSCONNECTOR_CONNECTIONTIMEOUT_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the connectionTimeout parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPSCONNECTOR_ENABLELOOKUPS_PROPERTY

        static final java.lang.String EG_HTTPSCONNECTOR_ENABLELOOKUPS_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the enableLookups parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPSCONNECTOR_ENABLEMQLISTENER_PROPERTY

        static final java.lang.String EG_HTTPSCONNECTOR_ENABLEMQLISTENER_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the enableMQListener parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPSCONNECTOR_EXPLICITLYSETPORTNUMBER_PROPERTY

        static final java.lang.String EG_HTTPSCONNECTOR_EXPLICITLYSETPORTNUMBER_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the explicitlySetPortNumber parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPSCONNECTOR_KEYALIAS_PROPERTY

        static final java.lang.String EG_HTTPSCONNECTOR_KEYALIAS_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the keyAlias parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPSCONNECTOR_KEYPASS_PROPERTY

        static final java.lang.String EG_HTTPSCONNECTOR_KEYPASS_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the keypass parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPSCONNECTOR_KEYSTOREFILE_PROPERTY

        static final java.lang.String EG_HTTPSCONNECTOR_KEYSTOREFILE_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the keystoreFile parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPSCONNECTOR_KEYSTOREPASS_PROPERTY

        static final java.lang.String EG_HTTPSCONNECTOR_KEYSTOREPASS_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the keystorePass parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPSCONNECTOR_KEYSTORETYPE_PROPERTY

        static final java.lang.String EG_HTTPSCONNECTOR_KEYSTORETYPE_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the keystoreType parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPSCONNECTOR_MAXHTTPHEADERSIZE_PROPERTY

        static final java.lang.String EG_HTTPSCONNECTOR_MAXHTTPHEADERSIZE_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the maxHttpHeaderSize parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPSCONNECTOR_MAXKEEPALIVEREQUESTS_PROPERTY

        static final java.lang.String EG_HTTPSCONNECTOR_MAXKEEPALIVEREQUESTS_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the maxKeepAliveRequests parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPSCONNECTOR_MAXPOSTSIZE_PROPERTY

        static final java.lang.String EG_HTTPSCONNECTOR_MAXPOSTSIZE_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the maxPostSize parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPSCONNECTOR_MAXSPARETHREADS_PROPERTY

        @Deprecated
        static final java.lang.String EG_HTTPSCONNECTOR_MAXSPARETHREADS_PROPERTY
        Deprecated. 
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the maxSpareThreads parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPSCONNECTOR_MAXTHREADS_PROPERTY

        static final java.lang.String EG_HTTPSCONNECTOR_MAXTHREADS_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the maxThreads parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPSCONNECTOR_MINSPARETHREADS_PROPERTY

        static final java.lang.String EG_HTTPSCONNECTOR_MINSPARETHREADS_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the minSpareThreads parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPSCONNECTOR_NOCOMPRESSIONUSERAGENTS_PROPERTY

        static final java.lang.String EG_HTTPSCONNECTOR_NOCOMPRESSIONUSERAGENTS_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the noCompressionUserAgents parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPSCONNECTOR_PORT_PROPERTY

        static final java.lang.String EG_HTTPSCONNECTOR_PORT_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the port parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPSCONNECTOR_REFRESHSSLVALUES_PROPERTY

        static final java.lang.String EG_HTTPSCONNECTOR_REFRESHSSLVALUES_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the refreshSSLValues parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPSCONNECTOR_RESTRICTEDUSERAGENTS_PROPERTY

        static final java.lang.String EG_HTTPSCONNECTOR_RESTRICTEDUSERAGENTS_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the restrictedUserAgents parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPSCONNECTOR_SOCKETBUFFER_PROPERTY

        static final java.lang.String EG_HTTPSCONNECTOR_SOCKETBUFFER_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the socketBuffer parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPSCONNECTOR_SSLPROTOCOL_PROPERTY

        static final java.lang.String EG_HTTPSCONNECTOR_SSLPROTOCOL_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the sslProtocol parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPSCONNECTOR_TCPNODELAY_PROPERTY

        static final java.lang.String EG_HTTPSCONNECTOR_TCPNODELAY_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the tcpNoDelay parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPSCONNECTOR_TRACEFILTER_PROPERTY

        static final java.lang.String EG_HTTPSCONNECTOR_TRACEFILTER_PROPERTY
        Deprecated. This property is used in the trace hierarchy of an execution group and should not be used. The use of this constant is not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • EG_HTTPSCONNECTOR_TRACELEVEL_PROPERTY

        static final java.lang.String EG_HTTPSCONNECTOR_TRACELEVEL_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the traceLevel parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPSCONNECTOR_URIENCODING_PROPERTY

        static final java.lang.String EG_HTTPSCONNECTOR_URIENCODING_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the URIEncoding parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_HTTPSCONNECTOR_USERTRACEFILTER_PROPERTY

        static final java.lang.String EG_HTTPSCONNECTOR_USERTRACEFILTER_PROPERTY
        Deprecated. This property is used in the trace hierarchy of an execution group and should not be used. The use of this constant is not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • EG_HTTPSCONNECTOR_USERTRACELEVEL_PROPERTY

        static final java.lang.String EG_HTTPSCONNECTOR_USERTRACELEVEL_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the userTraceLevel parameter of the HTTPS Connector.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_PROCESSOR_ARCHITECTURE_32BIT

        static final int EG_PROCESSOR_ARCHITECTURE_32BIT
        Deprecated. This value is not used as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • EG_PROCESSOR_ARCHITECTURE_64BIT

        static final int EG_PROCESSOR_ARCHITECTURE_64BIT
        Deprecated. This value is not used as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • EG_PROCESSOR_ARCHITECTURE_DEFAULT

        static final int EG_PROCESSOR_ARCHITECTURE_DEFAULT
        Deprecated. This value is not used as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • EG_PROCESSOR_ARCHITECTURE_PROPERTY

        static final java.lang.String EG_PROCESSOR_ARCHITECTURE_PROPERTY
        Deprecated. This property is not used as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • EG_RESOURCETYPE_STATSPUBLICATIONON_ACTIVE

        static final java.lang.String EG_RESOURCETYPE_STATSPUBLICATIONON_ACTIVE
        If this constant is the value of an execution group runtime property with a name that ends with AttributeConstants.EG_RESOURCETYPE_STATSPUBLICATIONON_PROPERTY_SUFFIX, statistics gathering has been enabled for the resource type that precedes it.
        See Also:
        Constant Field Values
      • EG_RESOURCETYPE_STATSPUBLICATIONON_INACTIVE

        static final java.lang.String EG_RESOURCETYPE_STATSPUBLICATIONON_INACTIVE
        If this constant is the value of an execution group runtime property with a name that ends with AttributeConstants.EG_RESOURCETYPE_STATSPUBLICATIONON_PROPERTY_SUFFIX, statistics gathering has been disabled for the resource type that precedes it.
        See Also:
        Constant Field Values
      • EG_RESOURCETYPE_STATSPUBLICATIONON_PROPERTY_SUFFIX

        static final java.lang.String EG_RESOURCETYPE_STATSPUBLICATIONON_PROPERTY_SUFFIX
        If this constant is appended to the internal name of a resource type and supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned describes whether statistics gathering is active for that resource type. A returned value of AttributeConstants.EG_RESOURCETYPE_STATSPUBLICATIONON_ACTIVE means that statistics gathering is active and AttributeConstants.EG_RESOURCETYPE_STATSPUBLICATIONON_INACTIVE means that statistics gathering is inactive.

        However, using this method to determine whether statistics gathering is active is not recommended, as it requires the application to use resource type names that are internal to the broker. User applications should instead use ExecutionGroupProxy.getResourceStatisticsEnabled(), as this provides the same information through externally documented resource type names.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_RUNTIME_PROPERTY_FOLDER

        static final java.lang.String EG_RUNTIME_PROPERTY_FOLDER
        Attributes key names that begin with this constant are all runtime properties on the execution group, the values of which can be retrieved (minus this prefix) using ExecutionGroupProxy.getRuntimeProperty().
        See Also:
        Constant Field Values
      • EG_THIS_ACTIVEUSEREXITLIST_PROPERTY

        static final java.lang.String EG_THIS_ACTIVEUSEREXITLIST_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the activeUserExitList parameter of the execution group.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_THIS_CONSOLEMODE_PROPERTY

        static final java.lang.String EG_THIS_CONSOLEMODE_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the consoleMode parameter of the execution group.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_THIS_INACTIVEUSEREXITLIST_PROPERTY

        static final java.lang.String EG_THIS_INACTIVEUSEREXITLIST_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the inactiveUserExitList parameter of the execution group.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_THIS_LABEL_PROPERTY

        static final java.lang.String EG_THIS_LABEL_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the name of the execution group.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_THIS_PROCESSID_PROPERTY

        static final java.lang.String EG_THIS_PROCESSID_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the processID of the execution group. If the execution group is not running, the processID is 0.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_THIS_PROCESSORARCHITECTURE_PROPERTY

        static final java.lang.String EG_THIS_PROCESSORARCHITECTURE_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the processor architecture of the execution group. This property is no longer used.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_THIS_TRACEFILTER_PROPERTY

        static final java.lang.String EG_THIS_TRACEFILTER_PROPERTY
        Deprecated. This property is used in the trace hierarchy of an execution group and should not be used. The use of this constant is not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • EG_THIS_TRACELEVEL_PROPERTY

        static final java.lang.String EG_THIS_TRACELEVEL_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the traceLevel parameter of the execution group.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_THIS_TRACENODELEVEL_PROPERTY

        static final java.lang.String EG_THIS_TRACENODELEVEL_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the traceNodeLevel parameter of the execution group.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_THIS_UNNAMEDTRACELEVEL_PROPERTY

        static final java.lang.String EG_THIS_UNNAMEDTRACELEVEL_PROPERTY
        Deprecated. This property is not used as of WebSphere Message Broker V8.
        See Also:
        Constant Field Values
      • EG_THIS_UNNAMEDUSERTRACELEVEL_PROPERTY

        static final java.lang.String EG_THIS_UNNAMEDUSERTRACELEVEL_PROPERTY
        Deprecated. This property is not used as of WebSphere Message Broker V8.
        See Also:
        Constant Field Values
      • EG_THIS_USERTRACEFILTER_PROPERTY

        static final java.lang.String EG_THIS_USERTRACEFILTER_PROPERTY
        Deprecated. This property is used in the trace hierarchy of an execution group and should not be used. The use of this constant is not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • EG_THIS_USERTRACELEVEL_PROPERTY

        static final java.lang.String EG_THIS_USERTRACELEVEL_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the userTraceLevel parameter of the execution group.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_THIS_HTTPNODESUSEEMBEDDEDLISTENER_PROPERTY

        static final java.lang.String EG_THIS_HTTPNODESUSEEMBEDDEDLISTENER_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the httpNodesUseEmbeddedListener parameter of the execution group.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_THIS_SOAPNODESUSEEMBEDDEDLISTENER_PROPERTY

        static final java.lang.String EG_THIS_SOAPNODESUSEEMBEDDEDLISTENER_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the soapNodesUseEmbeddedListener parameter of the execution group.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_THIS_DATACAPTUREPOLICYURIFORRECORDING_PROPERTY

        static final java.lang.String EG_THIS_DATACAPTUREPOLICYURIFORRECORDING_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the value of the integration server's `dataCapturePolicyUriForRecording` property. If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.
        See Also:
        Constant Field Values
      • EG_THIS_DATACAPTUREPOLICYURIFORVIEWING_PROPERTY

        static final java.lang.String EG_THIS_DATACAPTUREPOLICYURIFORVIEWING_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the value of the integration server's `dataCapturePolicyUriForViewing` property. If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.
        See Also:
        Constant Field Values
      • EG_CACHEMANAGER

        static final java.lang.String EG_CACHEMANAGER
        Attribute used to identify the property group in the REST API
        See Also:
        Constant Field Values
      • EG_CACHEMANAGER_ENABLECATALOGSERVICE_PROPERTY

        static final java.lang.String EG_CACHEMANAGER_ENABLECATALOGSERVICE_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the enableCatalogService property of the ComIbmCacheManager resource in the execution group.

        This property is for advanced global cache configuration, and can only be set if BROKER_CACHEMANAGER_POLICY_PROPERTY is set to "none".

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_CACHEMANAGER_ENABLECONTAINERSERVICE_PROPERTY

        static final java.lang.String EG_CACHEMANAGER_ENABLECONTAINERSERVICE_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the enableContainerService property of the ComIbmCacheManager resource in the execution group.

        This property is for advanced global cache configuration, and can only be set if BROKER_CACHEMANAGER_POLICY_PROPERTY is set to "none".

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_CACHEMANAGER_LISTENERPORT_PROPERTY

        static final java.lang.String EG_CACHEMANAGER_LISTENERPORT_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the listenerPort property of the ComIbmCacheManager resource in the execution group.

        This property is for advanced global cache configuration, and can only be set if BROKER_CACHEMANAGER_POLICY_PROPERTY is set to "none".

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_CACHEMANAGER_HAMANAGERPORT_PROPERTY

        static final java.lang.String EG_CACHEMANAGER_HAMANAGERPORT_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the haManagerPort property of the ComIbmCacheManager resource in the execution group.

        This property is for advanced global cache configuration, and can only be set if BROKER_CACHEMANAGER_POLICY_PROPERTY is set to "none".

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_CACHEMANAGER_ENABLEJMX_PROPERTY

        static final java.lang.String EG_CACHEMANAGER_ENABLEJMX_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the enableJMX property of the ComIbmCacheManager resource in the execution group.

        This property is for advanced global cache configuration, and can only be set if BROKER_CACHEMANAGER_POLICY_PROPERTY is set to "none".

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_CACHEMANAGER_JMXSERVICEPORT_PROPERTY

        static final java.lang.String EG_CACHEMANAGER_JMXSERVICEPORT_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the jmxServicePort property of the ComIbmCacheManager resource in the execution group.

        This property is for advanced global cache configuration, and can only be set if BROKER_CACHEMANAGER_POLICY_PROPERTY is set to "none".

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_CACHEMANAGER_CONNECTIONENDPOINTS_PROPERTY

        static final java.lang.String EG_CACHEMANAGER_CONNECTIONENDPOINTS_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the connectionEndPoints property of the ComIbmCacheManager resource in the execution group.

        This property is for advanced global cache configuration, and can only be set if BROKER_CACHEMANAGER_POLICY_PROPERTY is set to "none".

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_CACHEMANAGER_CATALOGCLUSTERENDPOINTS_PROPERTY

        static final java.lang.String EG_CACHEMANAGER_CATALOGCLUSTERENDPOINTS_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the catalogClusterEndPoints property of the ComIbmCacheManager resource in the execution group.

        This property is for advanced global cache configuration, and can only be set if BROKER_CACHEMANAGER_POLICY_PROPERTY is set to "none".

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_CACHEMANAGER_DOMAINNAME_PROPERTY

        static final java.lang.String EG_CACHEMANAGER_DOMAINNAME_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the domainName property of the ComIbmCacheManager resource in the execution group.

        This property is for advanced global cache configuration, and can only be set if BROKER_CACHEMANAGER_POLICY_PROPERTY is set to "none".

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_CACHEMANAGER_LISTENERHOST_PROPERTY

        static final java.lang.String EG_CACHEMANAGER_LISTENERHOST_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the listenerHost property of the ComIbmCacheManager resource in the execution group.

        This property is for advanced global cache configuration, and can only be set if BROKER_CACHEMANAGER_POLICY_PROPERTY is set to "none".

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_CACHEMANAGER_CLIENTSDEFAULTTOSSL_PROPERTY

        static final java.lang.String EG_CACHEMANAGER_CLIENTSDEFAULTTOSSL_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the clientsDefaultToSSL property of the ComIbmCacheManager resource in the execution group.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_CACHEMANAGER_SSLPROTOCOL_PROPERTY

        static final java.lang.String EG_CACHEMANAGER_SSLPROTOCOL_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the sslProtocol property of the ComIbmCacheManager resource in the execution group.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • EG_CACHEMANAGER_SSLALIAS_PROPERTY

        static final java.lang.String EG_CACHEMANAGER_SSLALIAS_PROPERTY
        If this constant is supplied to ExecutionGroupProxy.getRuntimeProperty(), the value returned is the sslAlias property of the ComIbmCacheManager resource in the execution group.

        If this constant is appended to AttributeConstants.EG_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • FALSE

        static final java.lang.String FALSE
        This value can be used to represent something that is not TRUE. Callers should not check if an attribute equals this one; instead they should check that the property does not equal AttributeConstants.TRUE.
        See Also:
        Constant Field Values
      • LAST_ELEMENT_IN_BATCH_PROPERTY

        static final java.lang.String LAST_ELEMENT_IN_BATCH_PROPERTY
        For request reference properties, the presence of this key, only if its value is AttributeConstants.TRUE, states that this notification will be the last one to be published for the current batch of requests. Batches are controlled by the BrokerProxy instance using the beginUpdates(), clearUpdates() and sendUpdates() methods.

        This attribute is not used in AdministeredObject attribute key names.

        See Also:
        Constant Field Values
      • LAST_PROPERTY_IN_GROUP

        static final java.lang.String LAST_PROPERTY_IN_GROUP
        When found at the end of an attribute key name or request reference property, this constant signifies that the value of the attribute is the number of elements in the attribute group of the text before this key. For example,
             o.getProperty(AttributeConstants.SUBCOMPONENT_PROPERTY_GROUP + AttributeConstants.LAST_PROPERTY_IN_GROUP)
         
        returns the number of subcomponents of the current object.
        See Also:
        Constant Field Values
      • LIBRARY_RUNTIME_PROPERTY_FOLDER

        static final java.lang.String LIBRARY_RUNTIME_PROPERTY_FOLDER
        Attributes key names that begin with this constant are all runtime properties on the library, the values of which can be retrieved (minus this prefix) using LibraryProxy.getRuntimeProperty().
        See Also:
        Constant Field Values
      • SHARED_LIBRARY_RUNTIME_PROPERTY_FOLDER

        static final java.lang.String SHARED_LIBRARY_RUNTIME_PROPERTY_FOLDER
        Attributes key names that begin with this constant are all runtime properties on the library, the values of which can be retrieved (minus this prefix) using SharedLibraryProxy.getRuntimeProperty().
        See Also:
        Constant Field Values
      • LOGENTRY_DATA_DELIMITER

        static final java.lang.String LOGENTRY_DATA_DELIMITER
        The string used to delimit the elements in the String representation of a log entry. Consider using LogEntry.getLogEntryFromString() instead of parsing log entry property strings manually.
        See Also:
        Constant Field Values
      • LOGENTRY_LOGSOURCE_ADMINISTRATION_REQUEST

        static final java.lang.String LOGENTRY_LOGSOURCE_ADMINISTRATION_REQUEST
        When returned by the LogEntry getSource() method this constant signifies that the LogEntry represents an Administration request that has been received by the broker.
        See Also:
        Constant Field Values
      • LOGENTRY_LOGSOURCE_ADMINISTRATION_RESPONSE

        static final java.lang.String LOGENTRY_LOGSOURCE_ADMINISTRATION_RESPONSE
        When returned by the LogEntry getSource() method this constant signifies that the LogEntry represents a response to an Administration request that has been processed by the broker.
        See Also:
        Constant Field Values
      • LOGENTRY_LOGSOURCE_ADMINISTRATION_RESULT

        static final java.lang.String LOGENTRY_LOGSOURCE_ADMINISTRATION_RESULT
        When returned by the LogEntry getSource() method this constant signifies that the LogEntry represents the result of an Administration request that has been processed by the broker.
        See Also:
        Constant Field Values
      • LOGENTRY_LOGSOURCE_CHANGE_NOTIFICATION

        static final java.lang.String LOGENTRY_LOGSOURCE_CHANGE_NOTIFICATION
        When returned by the LogEntry getSource() method this constant signifies that the LogEntry represents a change that has occurred in the broker configuration.
        See Also:
        Constant Field Values
      • LOGENTRY_LOGSOURCE_RUNTIME_RESPONSE

        static final java.lang.String LOGENTRY_LOGSOURCE_RUNTIME_RESPONSE
        When returned by the LogEntry getSource() method this constant signifies that the LogEntry represents a response from the runtime components when processing an Administration request.
        See Also:
        Constant Field Values
      • LOGENTRY_PROPERTY_GROUP

        static final java.lang.String LOGENTRY_PROPERTY_GROUP
        If a LogProxy's attribute key name or request reference property begins with the value of this constant, the attribute is related to the description of log entries.

        A key that is made up of this constant with an integer value appended has a value that describes a String representation of single log entry. The format of the String representation is not guaranteed, but is parseable using the method LogEntry.getLogEntryFromString().

        A key that is made up of this constant with the value of AttributeConstants.LAST_PROPERTY_IN_GROUP appended has a value that describes the total number of log entries owned by the user. In other words, if the value of

             o.getProperty(AttributeConstants.LOGENTRY_PROPERTY_GROUP + AttributeConstants.LAST_PROPERTY_IN_GROUP)
         
        was 3, then
             o.getProperty(AttributeConstants.LOGENTRY_PROPERTY_GROUP + 3)
         
        would return a valid string representation of a log entry but
             o.getProperty(AttributeConstants.LOGENTRY_PROPERTY_GROUP + 4)
         
        would not.

        On its own, this property is not used as a property key name or request reference property.

        See Also:
        Constant Field Values
      • LOGENTRY_TIMESTAMP_FORMAT

        static final java.lang.String LOGENTRY_TIMESTAMP_FORMAT
        This constant describes the Date and Time pattern string that is used to encode the time values of LogEntry objects on the subcomponent fields of LogProxy objects. e.g. "2009-04-17 17:30:44 GMT"
        See Also:
        Constant Field Values
      • LONG_DESCRIPTION_PROPERTY

        static final java.lang.String LONG_DESCRIPTION_PROPERTY
        As an AdministeredObject attribute key name, the value of this property is the long description of the object.

        For request reference properties, the presence of this key on a request with a 'modify' operation type states that a request to change the long description of the object was processed. (See the description for OPERATION_TYPE_PROPERTY for information on how to determine the operation type of a request.)

        See Also:
        Constant Field Values
      • DEPLOYED_AS_SOURCE_PROPERTY

        static final java.lang.String DEPLOYED_AS_SOURCE_PROPERTY
        Boolean which tracks whether flow was deployed as source (.cmf) or not (.msgflow)

        This is always true for deployable subflows.

        See Also:
        Constant Field Values
      • DATACAPTURE_STORE

        static final java.lang.String DATACAPTURE_STORE
        The Data Capture Store to use for a DataCapture Proxy
        See Also:
        Constant Field Values
      • DATACAPTURE_NUMBEROFENTRIESPERPAGE

        static final java.lang.String DATACAPTURE_NUMBEROFENTRIESPERPAGE
        The number of results to return or -1 for everything (Default is 30)
        See Also:
        Constant Field Values
      • DATACAPTURE_PAGENUMBER

        static final java.lang.String DATACAPTURE_PAGENUMBER
        The page number of results to return when there are more than DATACAPTURE_NUMBEROFENTRIESPERPAGE
        See Also:
        Constant Field Values
      • DATACAPTURE_SORTBY

        static final java.lang.String DATACAPTURE_SORTBY
        The DataCapture property used to sort on when retrieving messages from a DataCapture Proxy query
        See Also:
        Constant Field Values
      • DATACAPTURE_SORTBY_ORDER

        static final java.lang.String DATACAPTURE_SORTBY_ORDER
        The DataCapture property to indicate which sort direction to use in the DataCapture Proxy query Set this too DATACAPTURE_SORTBY_ORDER_ASC or DATACAPTURE_SORTBY_ORDER_DESC
        See Also:
        Constant Field Values
      • DATACAPTURE_BUSINESS_TRANSACTIONS

        @Deprecated
        static final java.lang.String DATACAPTURE_BUSINESS_TRANSACTIONS
        Deprecated. multiple business transactions cannot be queried, name is confusing!
        The DataCapture property to indicate that we are querying the list of business transactions rather than the normal DataCapture data. Setting any value with this property will enable the behaviour
        See Also:
        Constant Field Values
      • DATACAPTURE_QUERY_BUSINESS_TRANSACTIONS

        static final java.lang.String DATACAPTURE_QUERY_BUSINESS_TRANSACTIONS
        The DataCapture property to indicate that we are querying the list of business transactions rather than the normal DataCapture data. Setting any value with this property will enable the behaviour
        See Also:
        Constant Field Values
      • DATACAPTURE_BUSINESS_TRANSACTION

        static final java.lang.String DATACAPTURE_BUSINESS_TRANSACTION
        The DataCapture property to indicate that we are querying the list of business transactions or recorded events for the specified business transaction, which should be the business transaction URI.
        See Also:
        Constant Field Values
      • DATACAPTURE_SORTBY_ORDER_ASC

        static final java.lang.String DATACAPTURE_SORTBY_ORDER_ASC
        The DataCapture property to indicate which sort direction to use in the DataCapture Proxy query
        See Also:
        Constant Field Values
      • DATACAPTURE_SORTBY_ORDER_DESC

        static final java.lang.String DATACAPTURE_SORTBY_ORDER_DESC
        The DataCapture property to indicate which sort direction to use in the DataCapture Proxy query
        See Also:
        Constant Field Values
      • DATACAPTURE_PAYLOAD

        static final java.lang.String DATACAPTURE_PAYLOAD
        Instructs the Data Capture Proxy to return the payload of the Data Capture Entry specified by unique message key on the provided Data Capture Entry. Set to DATACAPTURE_PAYLOAD_BITSTREAM or DATACAPTURE_PAYLOAD_EXCEPTIONLIST
        See Also:
        Constant Field Values
      • DATACAPTURE_PAYLOAD_EXCEPTIONLIST

        static final java.lang.String DATACAPTURE_PAYLOAD_EXCEPTIONLIST
        Instructs the Data Capture Proxy to return the exception list of the Data Capture Entry specified by unique message key on the provided Data Capture Entry. Set the AttributeConstant.DATACAPTURE_PAYLOAD property to this value to retrieve the exception list.
        See Also:
        Constant Field Values
      • DATACAPTURE_PAYLOAD_BITSTREAM

        static final java.lang.String DATACAPTURE_PAYLOAD_BITSTREAM
        Instructs the Data Capture Proxy to return the exception list of the Data Capture Entry specified by unique message key on the provided Data Capture Entry. Set the AttributeConstant.DATACAPTURE_PAYLOAD property to this value to retrieve the bitream.
        See Also:
        Constant Field Values
      • DATACAPTURE_REPLAY

        static final java.lang.String DATACAPTURE_REPLAY
        Instructs the Data Capture Proxy to replay the Data Capture Entry specified by unique message key (DATACAPTURE_PROPERTY_WMBMSGKEY) to the destination specified. Set to DataDestination on the broker to replay the payload.
        See Also:
        Constant Field Values
      • DATACAPTURE_PROPERTY_WMBMSGKEY

        static final java.lang.String DATACAPTURE_PROPERTY_WMBMSGKEY
        Used to provide the Data Capture Proxy with the Message Key of the Message we wish to Replay
        See Also:
        Constant Field Values
      • DATACAPTURE_TOTALRESULTS

        static final java.lang.String DATACAPTURE_TOTALRESULTS
        Holds the number of results returned on the DataCapture Proxy
        See Also:
        Constant Field Values
      • DATACAPTUREENTRY

        static final java.lang.String DATACAPTUREENTRY
        The DataCapture Entry root property to specify as a filter when retrieving messages from a DataCapture Proxy query
        See Also:
        Constant Field Values
      • DATACAPTURE_EVENT_TIMESTAMP_FROM

        static final java.lang.String DATACAPTURE_EVENT_TIMESTAMP_FROM
        The DataCapture property to use to restrict the results returned by timestamp when retrieving messages from a DataCapture Proxy query
        See Also:
        Constant Field Values
      • BUSINESSTRANSACTION_START_TIMESTAMP_FROM

        static final java.lang.String BUSINESSTRANSACTION_START_TIMESTAMP_FROM
        The BusinessTransaction/DataCapture property to use to restrict the results returned by timestamp when retrieving messages from a DataCapture Proxy query against Business Transactions. Set oldest start timestamp
        See Also:
        Constant Field Values
      • BUSINESSTRANSACTION_START_TIMESTAMP_TO

        static final java.lang.String BUSINESSTRANSACTION_START_TIMESTAMP_TO
        The BusinessTransaction/DataCapture property to use to restrict the results returned by timestamp when retrieving messages from a DataCapture Proxy query against Business Transactions. Set newest start timestamp
        See Also:
        Constant Field Values
      • BUSINESSTRANSACTION_LAST_TIMESTAMP_FROM

        static final java.lang.String BUSINESSTRANSACTION_LAST_TIMESTAMP_FROM
        The BusinessTransaction/DataCapture property to use to restrict the results returned by timestamp when retrieving messages from a DataCapture Proxy query against Business Transactions. Set oldest end timestamp
        See Also:
        Constant Field Values
      • BUSINESSTRANSACTION_LAST_TIMESTAMP_TO

        static final java.lang.String BUSINESSTRANSACTION_LAST_TIMESTAMP_TO
        The BusinessTransaction/DataCapture property to use to restrict the results returned by timestamp when retrieving messages from a DataCapture Proxy query against Business Transactions. Set newest end timestamp
        See Also:
        Constant Field Values
      • DATACAPTURE_EVENT_TIMESTAMP_TO

        static final java.lang.String DATACAPTURE_EVENT_TIMESTAMP_TO
        The DataCapture property to use to restrict the results returned by timestamp when retrieving messages from a DataCapture Proxy query
        See Also:
        Constant Field Values
      • DATACAPTUREENTRY_PROPERTY_GROUP

        static final java.lang.String DATACAPTUREENTRY_PROPERTY_GROUP
        If a DataCapture's attribute key name or request reference property begins with the value of this constant, the attribute is related to the description of Data Capture entries.

        A key that is made up of this constant with an integer value appended has a value that describes a String representation of single data capture entry. The format of the String representation is not guaranteed, but is parseable using the method DataCaptureEntry.getDataCaptureEntryFromXML().

        A key that is made up of this constant with the value of AttributeConstants.LAST_PROPERTY_IN_GROUP appended has a value that describes the total number of message entries owned by the user. In other words, if the value of

             o.getProperty(AttributeConstants.DATACAPTUREENTRY_PROPERTY_GROUP
             + AttributeConstants.LAST_PROPERTY_IN_GROUP)
         
        was 3, then
             o.getProperty(AttributeConstants.DATACAPTUREENTRY_PROPERTY_GROUP
             + 3)
         
        would return a valid string representation of a DataCapture entry but
             o.getProperty(AttributeConstants.DATACAPTUREENTRY_PROPERTY_GROUP
             + 4)
         
        would not.

        On its own, this property is not used as a property key name or request reference property.

        See Also:
        Constant Field Values
      • MESSAGEFLOW_ADDITIONALINSTANCES_PROPERTY

        static final java.lang.String MESSAGEFLOW_ADDITIONALINSTANCES_PROPERTY
        Deprecated. The value of the additional instances field should instead be determined by the value of the MESSAGEFLOW_THIS_ADDITIONALINSTANCES_PROPERTY runtime property. Use MessageFlowProxy.getAdditionalInstances() to return its value.
        As a MessageFlowProxy's attribute key name, the value of this property describes the 'additional instances' property of the message flow.

        For request reference properties this key name is not used.

        See Also:
        Constant Field Values
      • MESSAGEFLOW_COMMITCOUNT_PROPERTY

        static final java.lang.String MESSAGEFLOW_COMMITCOUNT_PROPERTY
        Deprecated. The value of the commit count field should instead be determined by the value of the MESSAGEFLOW_THIS_COMMITCOUNT_PROPERTY runtime property. Use MessageFlowProxy.getCommitCount() to return its value.
        As a MessageFlowProxy's attribute key name, the value of this property describes the 'commit count' property of the message flow.

        For request reference properties this key name is not used.

        See Also:
        Constant Field Values
      • MESSAGEFLOW_COMMITINTERVAL_PROPERTY

        static final java.lang.String MESSAGEFLOW_COMMITINTERVAL_PROPERTY
        Deprecated. The value of the commit interval field should instead be determined by the value of the MESSAGEFLOW_THIS_COMMITINTERVAL_PROPERTY runtime property. Use MessageFlowProxy.getCommitInterval() to return its value.
        As a MessageFlowProxy's attribute key name, the value of this property describes the 'commit interval' property of the message flow.

        For request reference properties this key name is not used.

        See Also:
        Constant Field Values
      • MESSAGEFLOW_COORDINATEDTRANSACTION_PROPERTY

        static final java.lang.String MESSAGEFLOW_COORDINATEDTRANSACTION_PROPERTY
        Deprecated. The value of the coordinated transaction field should instead be determined by the value of the MESSAGEFLOW_THIS_COORDINATEDTRANSACTION_PROPERTY runtime property. Use MessageFlowProxy.getCoordinatedTransaction() to return its value.
        As a MessageFlowProxy's attribute key name, the value of this property describes the 'co-ordinated transaction' property of the message flow. The value of an attribute with this key is one of:
        • AttributeConstants.TRUE (transaction is co-ordinated)
        • AttributeConstants.FALSE (transaction is not co-ordinated)

        For request reference properties this key name is not used.

        See Also:
        Constant Field Values
      • MESSAGEFLOW_DEPLOYTIME_PROPERTY

        static final java.lang.String MESSAGEFLOW_DEPLOYTIME_PROPERTY
        As a MessageFlowProxy's attribute key name, the value of this property is the time that the message flow was deployed. The value of the property is parseable using the DEPLOYTIME_TIMESTAMP_FORMAT template, although it is recommended to use the DeployedObject.getDeployTime() method to do this.

        For request reference properties this key name is not used.

        See Also:
        Constant Field Values
      • MESSAGEFLOW_KEYWORDS_PROPERTY

        static final java.lang.String MESSAGEFLOW_KEYWORDS_PROPERTY
        As a MessageFlowProxy's attribute key name, the value of this property is the encoded keywords that were found in the cmf file at deploy time.

        For request reference properties this key name is not used; the version can only be set at deployment time.

        See Also:
        Constant Field Values
      • MESSAGEFLOW_MODIFYTIME_PROPERTY

        static final java.lang.String MESSAGEFLOW_MODIFYTIME_PROPERTY
        As a MessageFlowProxy's attribute key name, the value of this property is the modification time of the deployed cmf (set inside the BAR). The value of the property is parseable using the MODIFYTIME_TIMESTAMP_FORMAT template, although it is recommended to use the DeployedObject.getModifyTime() method to do this.

        For request reference properties this key name is not used.

        See Also:
        Constant Field Values
      • MESSAGEFLOW_NODECONNECTIONS_PROPERTY_GROUP

        static final java.lang.String MESSAGEFLOW_NODECONNECTIONS_PROPERTY_GROUP
        The prefix for all properties that describe the connections between nodes that describe the logic of a message flow. If a MessageFlowProxy's attribute key name or request reference property begins with the value of this constant, the attribute is related to the description of a node connection.

        A key that is made up of this constant with an integer value appended has a value that describes a String representation of single node. The format of the String representation is not guaranteed, but is parseable using the method MessageFlowProxy.getNodeConnectionFromString().

        A key that is made up of this constant with the value of AttributeConstants.LAST_PROPERTY_IN_GROUP appended has a value that describes the total number of node connections in the message flow.

        On its own, this property is not used as a property key name or request reference property.

        See Also:
        Constant Field Values
      • MESSAGEFLOW_NODES_PROPERTY_GROUP

        static final java.lang.String MESSAGEFLOW_NODES_PROPERTY_GROUP
        The prefix for all properties that describe the node set in use by a message flow. If a MessageFlowProxy's attribute key name or request reference property begins with the value of this constant, the attribute is related to the description of a node.

        A key that is made up of this constant with an integer value appended has a value that describes a String representation of single node. The format of the String representation is not guaranteed, but is parseable using the method MessageFlowProxy.getNodeFromString().

        A key that is made up of this constant with the value of AttributeConstants.LAST_PROPERTY_IN_GROUP appended has a value that describes the total number of nodes in the message flow.

        On its own, this property is not used as a property key name or request reference property.

        See Also:
        Constant Field Values
      • MESSAGEFLOW_NODETYPES_DELIMITER

        static final java.lang.String MESSAGEFLOW_NODETYPES_DELIMITER
        The String used to delimit a list of node types on the MESSAGEFLOW_NODETYPES_PROPERTY property.
        See Also:
        Constant Field Values
      • MESSAGEFLOW_NODETYPES_PROPERTY

        static final java.lang.String MESSAGEFLOW_NODETYPES_PROPERTY
        As a MessageFlowProxy's attribute key name, the value of this property is the list of internal node type names that are in use by the message flow. The list is separated by the string defined by MESSAGEFLOW_NODETYPES_DELIMITER.

        For request reference properties this key name is not used.

        See Also:
        Constant Field Values
      • MESSAGEFLOW_POLICYSET_DELIMITER

        static final java.lang.String MESSAGEFLOW_POLICYSET_DELIMITER
        The String used to delimit a list of PolicySet or PolicySetBinding names on either the MESSAGEFLOW_POLICYSETBINDINGNAMES_PROPERTY or MESSAGEFLOW_POLICYSETNAMES_PROPERTY properties.
        See Also:
        Constant Field Values
      • MESSAGEFLOW_POLICYSETBINDINGSNAMES_PROPERTY

        static final java.lang.String MESSAGEFLOW_POLICYSETBINDINGSNAMES_PROPERTY
        As a MessageFlowProxy's attribute key name, the value of this property is the list of PolicySetBinding names associated with this message flow. This includes any PolicySetBinding names associated with either a SOAPInput, SOAPRequest or SOAPAsyncRequest node within the flow. The list is separated by the string defined by MESSAGEFLOW_POLICYSET_DELIMITER.

        For request reference properties this key name is not used.

        See Also:
        Constant Field Values
      • MESSAGEFLOW_POLICYSETNAMES_PROPERTY

        static final java.lang.String MESSAGEFLOW_POLICYSETNAMES_PROPERTY
        As a MessageFlowProxy's attribute key name, the value of this property is the list of PolicySet names associated with this message flow. This includes any PolicySet names associated with either a SOAPInput, SOAPRequest or SOAPAsyncRequest node within the flow. The list is separated by the string defined by MESSAGEFLOW_POLICYSET_DELIMITER.

        For request reference properties this key name is not used.

        See Also:
        Constant Field Values
      • MESSAGEFLOW_QMGRQUEUE_DELIMITER

        static final java.lang.String MESSAGEFLOW_QMGRQUEUE_DELIMITER
        The String that separates the queue manager from the queue in the value of MESSAGEFLOW_QUEUENAMES_PROPERTY.
        See Also:
        Constant Field Values
      • MESSAGEFLOW_QUEUENAMES_DELIMITER

        static final java.lang.String MESSAGEFLOW_QUEUENAMES_DELIMITER
        The String used to delimit a list of queue managers/queues on the MESSAGEFLOW_QUEUENAMES_PROPERTY property.
        See Also:
        Constant Field Values
      • MESSAGEFLOW_QUEUENAMES_PROPERTY

        static final java.lang.String MESSAGEFLOW_QUEUENAMES_PROPERTY
        As a MessageFlowProxy's attribute key name, the value of this property is the list of queues (or qmgr/queue tuples) that are in use by the message flow. The list is separated by the string defined by MESSAGEFLOW_QUEUENAMES_DELIMITER. If the queue manager on which the queue is defined is described in the message flow's properties, then the String that separates the queue manager from the queue is defined by MESSAGEFLOW_QMGRQUEUE_DELIMITER.

        For request reference properties this key name is not used.

        See Also:
        Constant Field Values
      • MESSAGEFLOW_RUNTIME_PROPERTY_FOLDER

        static final java.lang.String MESSAGEFLOW_RUNTIME_PROPERTY_FOLDER
        Attributes key names that begin with this constant are all runtime properties on the message flow, the values of which can be retrieved (minus this prefix) using MessageFlowProxy.getRuntimeProperty().
        See Also:
        Constant Field Values
      • MESSAGEFLOW_THIS_ADDITIONALINSTANCES_PROPERTY

        static final java.lang.String MESSAGEFLOW_THIS_ADDITIONALINSTANCES_PROPERTY
        If this constant is supplied to MessageFlowProxy.getRuntimeProperty(), the value returned is the additionalInstances parameter of the message flow.

        If this constant is appended to AttributeConstants.MESSAGEFLOW_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • MESSAGEFLOW_THIS_NOTIFICATIONTHRESHOLD_PROPERTY

        static final java.lang.String MESSAGEFLOW_THIS_NOTIFICATIONTHRESHOLD_PROPERTY
        If this constant is supplied to MessageFlowProxy.getRuntimeProperty(), the value returned is the Notification threshold parameter of the message flow.

        If this constant is appended to AttributeConstants.MESSAGEFLOW_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • MESSAGEFLOW_THIS_MAXIMUMRATE_PROPERTY

        static final java.lang.String MESSAGEFLOW_THIS_MAXIMUMRATE_PROPERTY
        If this constant is supplied to MessageFlowProxy.getRuntimeProperty(), the value returned is the Maximum rate parameter of the message flow.

        If this constant is appended to AttributeConstants.MESSAGEFLOW_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • MESSAGEFLOW_THIS_WLMPOLICY_PROPERTY

        static final java.lang.String MESSAGEFLOW_THIS_WLMPOLICY_PROPERTY
        If this constant is supplied to MessageFlowProxy.getRuntimeProperty(), the value returned is the WLM policy parameter of the message flow.

        If this constant is appended to AttributeConstants.MESSAGEFLOW_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • MESSAGEFLOW_THIS_COMMITCOUNT_PROPERTY

        static final java.lang.String MESSAGEFLOW_THIS_COMMITCOUNT_PROPERTY
        If this constant is supplied to MessageFlowProxy.getRuntimeProperty(), the value returned is the commitCount parameter of the message flow.

        If this constant is appended to AttributeConstants.MESSAGEFLOW_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • MESSAGEFLOW_THIS_COMMITINTERVAL_PROPERTY

        static final java.lang.String MESSAGEFLOW_THIS_COMMITINTERVAL_PROPERTY
        If this constant is supplied to MessageFlowProxy.getRuntimeProperty(), the value returned is the commitInterval parameter of the message flow.

        If this constant is appended to AttributeConstants.MESSAGEFLOW_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • MESSAGEFLOW_THIS_COORDINATEDTRANSACTION_PROPERTY

        static final java.lang.String MESSAGEFLOW_THIS_COORDINATEDTRANSACTION_PROPERTY
        If this constant is supplied to MessageFlowProxy.getRuntimeProperty(), the value returned is the coordinatedTransaction parameter of the message flow.

        If this constant is appended to AttributeConstants.MESSAGEFLOW_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • MESSAGEFLOW_THIS_LABEL_PROPERTY

        static final java.lang.String MESSAGEFLOW_THIS_LABEL_PROPERTY
        If this constant is supplied to MessageFlowProxy.getRuntimeProperty(), the value returned is the name of the message flow.

        If this constant is appended to AttributeConstants.MESSAGEFLOW_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • MESSAGEFLOW_THIS_STATSARCHIVALON_ACTIVE

        static final java.lang.String MESSAGEFLOW_THIS_STATSARCHIVALON_ACTIVE
        If this constant is supplied as the value parameter to MessageFlowProxy.setRuntimeProperty() where the object name is AttributeConstants.MESSAGEFLOW_THIS_STATSSNAPPUBLICATIONON_PROPERTY, this tells the broker to activate archive statistics gathering for the message flow.
        See Also:
        Constant Field Values
      • MESSAGEFLOW_THIS_STATSARCHIVALON_INACTIVE

        static final java.lang.String MESSAGEFLOW_THIS_STATSARCHIVALON_INACTIVE
        If this constant is supplied as the value parameter to MessageFlowProxy.setRuntimeProperty() where the object name is AttributeConstants.MESSAGEFLOW_THIS_STATSSNAPPUBLICATIONON_PROPERTY, this tells the broker to deactivate archive statistics gathering for the message flow.
        See Also:
        Constant Field Values
      • MESSAGEFLOW_THIS_STATSARCHIVALON_PROPERTY

        static final java.lang.String MESSAGEFLOW_THIS_STATSARCHIVALON_PROPERTY
        If this constant is supplied as the object name parameter to MessageFlowProxy.setRuntimeProperty(), the associated value enables or disables the publication of archive statistics for the message flow. Possible values are AttributeConstants.MESSAGEFLOW_THIS_STATSARCHIVALON_ACTIVE and AttributeConstants.MESSAGEFLOW_THIS_STATSARCHIVALON_INACTIVE.

        If this constant is appended to AttributeConstants.MESSAGEFLOW_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • MESSAGEFLOW_THIS_STATSARCHIVEACCOUNTINGORIGIN_PROPERTY

        static final java.lang.String MESSAGEFLOW_THIS_STATSARCHIVEACCOUNTINGORIGIN_PROPERTY
        If this constant is supplied as the object name parameter to MessageFlowProxy.setRuntimeProperty(), the associated value configures the archive accounting origin for the message flow.

        If this constant is appended to AttributeConstants.MESSAGEFLOW_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • MESSAGEFLOW_THIS_STATSARCHIVENODEDATALEVEL_ADVANCED

        static final java.lang.String MESSAGEFLOW_THIS_STATSARCHIVENODEDATALEVEL_ADVANCED
        If this constant is supplied as the value parameter to MessageFlowProxy.setRuntimeProperty() where the object name is AttributeConstants.MESSAGEFLOW_THIS_STATSARCHIVENODEDATALEVEL_PROPERTY, this tells the broker to configure the level of node-level archive statistics for the message flow to 'advanced'.
        See Also:
        Constant Field Values
      • MESSAGEFLOW_THIS_STATSARCHIVENODEDATALEVEL_BASIC

        static final java.lang.String MESSAGEFLOW_THIS_STATSARCHIVENODEDATALEVEL_BASIC
        If this constant is supplied as the value parameter to MessageFlowProxy.setRuntimeProperty() where the object name is AttributeConstants.MESSAGEFLOW_THIS_STATSARCHIVENODEDATALEVEL_PROPERTY, this tells the broker to configure the level of node-level archive statistics for the message flow to 'basic'.
        See Also:
        Constant Field Values
      • MESSAGEFLOW_THIS_STATSARCHIVENODEDATALEVEL_NONE

        static final java.lang.String MESSAGEFLOW_THIS_STATSARCHIVENODEDATALEVEL_NONE
        If this constant is supplied as the value parameter to MessageFlowProxy.setRuntimeProperty() where the object name is AttributeConstants.MESSAGEFLOW_THIS_STATSARCHIVENODEDATALEVEL_PROPERTY, this tells the broker to configure the level of node-level archive statistics for the message flow to 'none'.
        See Also:
        Constant Field Values
      • MESSAGEFLOW_THIS_STATSARCHIVENODEDATALEVEL_PROPERTY

        static final java.lang.String MESSAGEFLOW_THIS_STATSARCHIVENODEDATALEVEL_PROPERTY
        If this constant is supplied as the object name parameter to MessageFlowProxy.setRuntimeProperty(), the associated value configures the level of node-level archive statistics gathering for the message flow. Possible values are AttributeConstants.MESSAGEFLOW_THIS_STATSARCHIVENODEDATALEVEL_NONE, AttributeConstants.MESSAGEFLOW_THIS_STATSARCHIVENODEDATALEVEL_BASIC and AttributeConstants.MESSAGEFLOW_THIS_STATSARCHIVENODEDATALEVEL_ADVANCED.

        If this constant is appended to AttributeConstants.MESSAGEFLOW_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • MESSAGEFLOW_THIS_STATSARCHIVEOUTPUTFORMAT_PROPERTY

        static final java.lang.String MESSAGEFLOW_THIS_STATSARCHIVEOUTPUTFORMAT_PROPERTY
        If this constant is supplied as the object name parameter to MessageFlowProxy.setRuntimeProperty(), the associated value configures the location of archive statistics output. Possible values are AttributeConstants.MESSAGEFLOW_THIS_STATSARCHIVEOUTPUTFORMAT_XML, AttributeConstants.MESSAGEFLOW_THIS_STATSARCHIVEOUTPUTFORMAT_SMF and AttributeConstants.MESSAGEFLOW_THIS_STATSARCHIVEOUTPUTFORMAT_USERTRACE.

        If this constant is appended to AttributeConstants.MESSAGEFLOW_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • MESSAGEFLOW_THIS_STATSARCHIVEOUTPUTFORMAT_SMF

        static final java.lang.String MESSAGEFLOW_THIS_STATSARCHIVEOUTPUTFORMAT_SMF
        If this constant is supplied as the value parameter to MessageFlowProxy.setRuntimeProperty() where the object name is AttributeConstants.MESSAGEFLOW_THIS_STATSSNAPOUTPUTFORMAT_PROPERTY, this tells the broker to publish archive statistics events as SMF records. This is only possible where the broker is running on z/OS.
        See Also:
        Constant Field Values
      • MESSAGEFLOW_THIS_STATSARCHIVEOUTPUTFORMAT_USERTRACE

        static final java.lang.String MESSAGEFLOW_THIS_STATSARCHIVEOUTPUTFORMAT_USERTRACE
        If this constant is supplied as the value parameter to MessageFlowProxy.setRuntimeProperty() where the object name is AttributeConstants.MESSAGEFLOW_THIS_STATSSNAPOUTPUTFORMAT_PROPERTY, this tells the broker to send archive statistics messages to user trace.
        See Also:
        Constant Field Values
      • MESSAGEFLOW_THIS_STATSARCHIVEOUTPUTFORMAT_XML

        static final java.lang.String MESSAGEFLOW_THIS_STATSARCHIVEOUTPUTFORMAT_XML
        If this constant is supplied as the value parameter to MessageFlowProxy.setRuntimeProperty() where the object name is AttributeConstants.MESSAGEFLOW_THIS_STATSSNAPOUTPUTFORMAT_PROPERTY, this tells the broker to publish XML-formatted archive statistics messages on a predefined topic.
        See Also:
        Constant Field Values
      • MESSAGEFLOW_THIS_STATSARCHIVEOUTPUTFORMAT_JSON

        static final java.lang.String MESSAGEFLOW_THIS_STATSARCHIVEOUTPUTFORMAT_JSON
        If this constant is supplied as the value parameter to MessageFlowProxy.setRuntimeProperty() where the object name is AttributeConstants.MESSAGEFLOW_THIS_STATSSNAPOUTPUTFORMAT_PROPERTY, this tells the broker to publish JSON-formatted archive statistics messages on a predefined topic.
        See Also:
        Constant Field Values
      • MESSAGEFLOW_THIS_STATSARCHIVERESET_PROPERTY

        static final java.lang.String MESSAGEFLOW_THIS_STATSARCHIVERESET_PROPERTY
        If this constant is supplied as the object name parameter to MessageFlowProxy.setRuntimeProperty(), and the associated value is MESSAGEFLOW_THIS_STATSARCHIVERESET_YES, any archive of statistics will be reset for the message flow.

        If this constant is appended to AttributeConstants.MESSAGEFLOW_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • MESSAGEFLOW_THIS_STATSARCHIVERESET_YES

        static final java.lang.String MESSAGEFLOW_THIS_STATSARCHIVERESET_YES
        If this constant is supplied as the value parameter to MessageFlowProxy.setRuntimeProperty() where the object name is AttributeConstants.MESSAGEFLOW_THIS_STATSARCHIVERESET_PROPERTY, this tells the broker to reset the statistics archive for the message flow.
        See Also:
        Constant Field Values
      • MESSAGEFLOW_THIS_STATSARCHIVETHREADDATALEVEL_BASIC

        static final java.lang.String MESSAGEFLOW_THIS_STATSARCHIVETHREADDATALEVEL_BASIC
        If this constant is supplied as the value parameter to MessageFlowProxy.setRuntimeProperty() where the object name is AttributeConstants.MESSAGEFLOW_THIS_STATSSNAPTHREADDATALEVEL_PROPERTY, this tells the broker to configure the level of thread-level archive statistics for the message flow to 'basic'.
        See Also:
        Constant Field Values
      • MESSAGEFLOW_THIS_STATSARCHIVETHREADDATALEVEL_NONE

        static final java.lang.String MESSAGEFLOW_THIS_STATSARCHIVETHREADDATALEVEL_NONE
        If this constant is supplied as the value parameter to MessageFlowProxy.setRuntimeProperty() where the object name is AttributeConstants.MESSAGEFLOW_THIS_STATSSNAPTHREADDATALEVEL_PROPERTY, this tells the broker to configure the level of thread-level archive statistics for the message flow to 'none'.
        See Also:
        Constant Field Values
      • MESSAGEFLOW_THIS_STATSARCHIVETHREADDATALEVEL_PROPERTY

        static final java.lang.String MESSAGEFLOW_THIS_STATSARCHIVETHREADDATALEVEL_PROPERTY
        If this constant is supplied as the object name parameter to MessageFlowProxy.setRuntimeProperty(), the associated value configures the level of thread-level archive statistics gathering for the message flow. Possible values are AttributeConstants.MESSAGEFLOW_THIS_STATSSNAPTHREADDATALEVEL_NONE and AttributeConstants.MESSAGEFLOW_THIS_STATSSNAPTHREADDATALEVEL_BASIC.

        If this constant is appended to AttributeConstants.MESSAGEFLOW_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • MESSAGEFLOW_THIS_STATSSNAPACCOUNTINGORIGIN_PROPERTY

        static final java.lang.String MESSAGEFLOW_THIS_STATSSNAPACCOUNTINGORIGIN_PROPERTY
        If this constant is supplied as the object name parameter to MessageFlowProxy.setRuntimeProperty(), the associated value configures the snapshot accounting origin for the message flow.

        If this constant is appended to AttributeConstants.MESSAGEFLOW_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • MESSAGEFLOW_THIS_STATSSNAPNODEDATALEVEL_ADVANCED

        static final java.lang.String MESSAGEFLOW_THIS_STATSSNAPNODEDATALEVEL_ADVANCED
        If this constant is supplied as the value parameter to MessageFlowProxy.setRuntimeProperty() where the object name is AttributeConstants.MESSAGEFLOW_THIS_STATSSNAPNODEDATALEVEL_PROPERTY, this tells the broker to configure the level of node-level snapshot statistics for the message flow to 'advanced'.
        See Also:
        Constant Field Values
      • MESSAGEFLOW_THIS_STATSSNAPNODEDATALEVEL_BASIC

        static final java.lang.String MESSAGEFLOW_THIS_STATSSNAPNODEDATALEVEL_BASIC
        If this constant is supplied as the value parameter to MessageFlowProxy.setRuntimeProperty() where the object name is AttributeConstants.MESSAGEFLOW_THIS_STATSSNAPNODEDATALEVEL_PROPERTY, this tells the broker to configure the level of node-level snapshot statistics for the message flow to 'basic'.
        See Also:
        Constant Field Values
      • MESSAGEFLOW_THIS_STATSSNAPNODEDATALEVEL_NONE

        static final java.lang.String MESSAGEFLOW_THIS_STATSSNAPNODEDATALEVEL_NONE
        If this constant is supplied as the value parameter to MessageFlowProxy.setRuntimeProperty() where the object name is AttributeConstants.MESSAGEFLOW_THIS_STATSSNAPNODEDATALEVEL_PROPERTY, this tells the broker to configure the level of node-level snapshot statistics for the message flow to 'none'.
        See Also:
        Constant Field Values
      • MESSAGEFLOW_THIS_STATSSNAPNODEDATALEVEL_PROPERTY

        static final java.lang.String MESSAGEFLOW_THIS_STATSSNAPNODEDATALEVEL_PROPERTY
        If this constant is supplied as the object name parameter to MessageFlowProxy.setRuntimeProperty(), the associated value configures the level of node-level snapshot statistics gathering for the message flow. Possible values are AttributeConstants.MESSAGEFLOW_THIS_STATSSNAPNODEDATALEVEL_NONE, AttributeConstants.MESSAGEFLOW_THIS_STATSSNAPNODEDATALEVEL_BASIC and AttributeConstants.MESSAGEFLOW_THIS_STATSSNAPNODEDATALEVEL_ADVANCED.

        If this constant is appended to AttributeConstants.MESSAGEFLOW_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • MESSAGEFLOW_THIS_STATSSNAPOUTPUTFORMAT_PROPERTY

        static final java.lang.String MESSAGEFLOW_THIS_STATSSNAPOUTPUTFORMAT_PROPERTY
        If this constant is supplied as the object name parameter to MessageFlowProxy.setRuntimeProperty(), the associated value configures the location of snapshot statistics output. Possible values are AttributeConstants.MESSAGEFLOW_THIS_STATSSNAPOUTPUTFORMAT_XML, AttributeConstants.MESSAGEFLOW_THIS_STATSSNAPOUTPUTFORMAT_SMF and AttributeConstants.MESSAGEFLOW_THIS_STATSSNAPOUTPUTFORMAT_USERTRACE.

        If this constant is appended to AttributeConstants.MESSAGEFLOW_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • MESSAGEFLOW_THIS_STATSSNAPOUTPUTFORMAT_SMF

        static final java.lang.String MESSAGEFLOW_THIS_STATSSNAPOUTPUTFORMAT_SMF
        If this constant is supplied as the value parameter to MessageFlowProxy.setRuntimeProperty() where the object name is AttributeConstants.MESSAGEFLOW_THIS_STATSSNAPOUTPUTFORMAT_PROPERTY, this tells the broker to publish snapshot statistics events as SMF records. This is only possible where the broker is running on z/OS.
        See Also:
        Constant Field Values
      • MESSAGEFLOW_THIS_STATSSNAPOUTPUTFORMAT_USERTRACE

        static final java.lang.String MESSAGEFLOW_THIS_STATSSNAPOUTPUTFORMAT_USERTRACE
        If this constant is supplied as the value parameter to MessageFlowProxy.setRuntimeProperty() where the object name is AttributeConstants.MESSAGEFLOW_THIS_STATSSNAPOUTPUTFORMAT_PROPERTY, this tells the broker to send snapshot statistics messages to user trace.
        See Also:
        Constant Field Values
      • MESSAGEFLOW_THIS_STATSSNAPOUTPUTFORMAT_XML

        static final java.lang.String MESSAGEFLOW_THIS_STATSSNAPOUTPUTFORMAT_XML
        If this constant is supplied as the value parameter to MessageFlowProxy.setRuntimeProperty() where the object name is AttributeConstants.MESSAGEFLOW_THIS_STATSSNAPOUTPUTFORMAT_PROPERTY, this tells the broker to publish XML-formatted snapshot statistics messages on a predefined topic.
        See Also:
        Constant Field Values
      • MESSAGEFLOW_THIS_STATSSNAPOUTPUTFORMAT_JSON

        static final java.lang.String MESSAGEFLOW_THIS_STATSSNAPOUTPUTFORMAT_JSON
        If this constant is supplied as the value parameter to MessageFlowProxy.setRuntimeProperty() where the object name is AttributeConstants.MESSAGEFLOW_THIS_STATSSNAPOUTPUTFORMAT_PROPERTY, this tells the broker to publish JSON-formatted snapshot statistics messages on a predefined topic.
        See Also:
        Constant Field Values
      • MESSAGEFLOW_THIS_STATSSNAPPUBLICATIONON_ACTIVE

        static final java.lang.String MESSAGEFLOW_THIS_STATSSNAPPUBLICATIONON_ACTIVE
        If this constant is supplied as the value parameter to MessageFlowProxy.setRuntimeProperty() where the object name is AttributeConstants.MESSAGEFLOW_THIS_STATSSNAPPUBLICATIONON_PROPERTY, this tells the broker to activate snapshot statistics gathering for the message flow.
        See Also:
        Constant Field Values
      • MESSAGEFLOW_THIS_STATSSNAPPUBLICATIONON_INACTIVE

        static final java.lang.String MESSAGEFLOW_THIS_STATSSNAPPUBLICATIONON_INACTIVE
        If this constant is supplied as the value parameter to MessageFlowProxy.setRuntimeProperty() where the object name is AttributeConstants.MESSAGEFLOW_THIS_STATSSNAPPUBLICATIONON_PROPERTY, this tells the broker to deactivate snapshot statistics gathering for the message flow.
        See Also:
        Constant Field Values
      • MESSAGEFLOW_THIS_STATSSNAPPUBLICATIONON_PROPERTY

        static final java.lang.String MESSAGEFLOW_THIS_STATSSNAPPUBLICATIONON_PROPERTY
        If this constant is supplied as the object name parameter to MessageFlowProxy.setRuntimeProperty(), the associated value enables or disables the publication of snapshot statistics for the message flow. Possible values are AttributeConstants.MESSAGEFLOW_THIS_STATSSNAPPUBLICATIONON_ACTIVE and AttributeConstants.MESSAGEFLOW_THIS_STATSSNAPPUBLICATIONON_INACTIVE.

        If this constant is appended to AttributeConstants.MESSAGEFLOW_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • MESSAGEFLOW_THIS_STATSSNAPTHREADDATALEVEL_BASIC

        static final java.lang.String MESSAGEFLOW_THIS_STATSSNAPTHREADDATALEVEL_BASIC
        If this constant is supplied as the value parameter to MessageFlowProxy.setRuntimeProperty() where the object name is AttributeConstants.MESSAGEFLOW_THIS_STATSSNAPTHREADDATALEVEL_PROPERTY, this tells the broker to configure the level of thread-level snapshot statistics for the message flow to 'basic'.
        See Also:
        Constant Field Values
      • MESSAGEFLOW_THIS_STATSSNAPTHREADDATALEVEL_NONE

        static final java.lang.String MESSAGEFLOW_THIS_STATSSNAPTHREADDATALEVEL_NONE
        If this constant is supplied as the value parameter to MessageFlowProxy.setRuntimeProperty() where the object name is AttributeConstants.MESSAGEFLOW_THIS_STATSSNAPTHREADDATALEVEL_PROPERTY, this tells the broker to configure the level of thread-level snapshot statistics for the message flow to 'none'.
        See Also:
        Constant Field Values
      • THIS_STARTMODE_PROPERTY

        static final java.lang.String THIS_STARTMODE_PROPERTY
        If this constant is supplied to ApplicationProxy, RestApiProxy, or MessageFlowProxy.getRuntimeProperty(), the value returned is the startMode parameter of the message flow.

        If this constant is appended to AttributeConstants.APPLICATION_RUNTIME_PROPERTY_FOLDER or AttributeConstants.MESSAGEFLOW_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • THIS_TESTRECORDMODE_PROPERTY

        static final java.lang.String THIS_TESTRECORDMODE_PROPERTY
        If this constant is supplied to ExecutionGroupProxy, the value returned is the testRecordMode parameter of the message flow.
        See Also:
        Constant Field Values
      • THIS_INJECTIONMODE_PROPERTY

        static final java.lang.String THIS_INJECTIONMODE_PROPERTY
        If this constant is supplied to ExecutionGroupProxy, the value returned is the injectionMode parameter of the message flow.
        See Also:
        Constant Field Values
      • THIS_JAVAISOLATION_PROPERTY

        static final java.lang.String THIS_JAVAISOLATION_PROPERTY
        If this constant is supplied to ApplicationProxy or RestApiProxy, the value returned is the javaIsolation parameter of the application or REST API.
        See Also:
        Constant Field Values
      • THIS_LOCALBASEURL_PROPERTY

        static final java.lang.String THIS_LOCALBASEURL_PROPERTY
        If this constant is supplied to RestApiProxy, the value returned is the localBaseURL parameter of the REST API.
        See Also:
        Constant Field Values
      • THIS_BASEURL_PROPERTY

        static final java.lang.String THIS_BASEURL_PROPERTY
        If this constant is supplied to RestApiProxy, the value returned is the baseURL parameter of the REST API.
        See Also:
        Constant Field Values
      • THIS_LOCALDEFINITIONSURL_PROPERTY

        static final java.lang.String THIS_LOCALDEFINITIONSURL_PROPERTY
        If this constant is supplied to RestApiProxy, the value returned is the localDefinitionsURL parameter of the REST API.
        See Also:
        Constant Field Values
      • THIS_DEFINITIONSURL_PROPERTY

        static final java.lang.String THIS_DEFINITIONSURL_PROPERTY
        If this constant is supplied to RestApiProxy, the value returned is the definitionsURL parameter of the REST API.
        See Also:
        Constant Field Values
      • MESSAGEFLOW_THIS_STATSSNAPTHREADDATALEVEL_PROPERTY

        static final java.lang.String MESSAGEFLOW_THIS_STATSSNAPTHREADDATALEVEL_PROPERTY
        If this constant is supplied as the object name parameter to MessageFlowProxy.setRuntimeProperty(), the associated value configures the level of thread-level snapshot statistics gathering for the message flow. Possible values are AttributeConstants.MESSAGEFLOW_THIS_STATSSNAPTHREADDATALEVEL_NONE and AttributeConstants.MESSAGEFLOW_THIS_STATSSNAPTHREADDATALEVEL_BASIC.

        If this constant is appended to AttributeConstants.MESSAGEFLOW_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • MESSAGEFLOW_THIS_TRACEFILTER_PROPERTY

        static final java.lang.String MESSAGEFLOW_THIS_TRACEFILTER_PROPERTY
        Deprecated. This property is used in the trace hierarchy of an execution group and should not be used. The use of this constant is not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • MESSAGEFLOW_THIS_TRACELEVEL_PROPERTY

        static final java.lang.String MESSAGEFLOW_THIS_TRACELEVEL_PROPERTY
        If this constant is supplied to MessageFlowProxy.getRuntimeProperty(), the value returned is the traceLevel parameter of the message flow.

        If this constant is appended to AttributeConstants.MESSAGEFLOW_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • MESSAGEFLOW_THIS_USERTRACEFILTER_PROPERTY

        static final java.lang.String MESSAGEFLOW_THIS_USERTRACEFILTER_PROPERTY
        Deprecated. This property is used in the trace hierarchy of an execution group and should not be used. The use of this constant is not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • MESSAGEFLOW_THIS_USERTRACELEVEL_PROPERTY

        static final java.lang.String MESSAGEFLOW_THIS_USERTRACELEVEL_PROPERTY
        If this constant is supplied to MessageFlowProxy.getRuntimeProperty(), the value returned is the userTraceLevel parameter of the message flow.

        If this constant is appended to AttributeConstants.MESSAGEFLOW_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • MESSAGEFLOW_THIS_UUID_PROPERTY

        static final java.lang.String MESSAGEFLOW_THIS_UUID_PROPERTY
        If this constant is supplied to MessageFlowProxy.getRuntimeProperty(), the value returned is the unique identifier of the message flow. The value of this parameter should not be set.

        If this constant is appended to AttributeConstants.MESSAGEFLOW_RUNTIME_PROPERTY_FOLDER + AttributeConstants.OBJECT_NAME_DELIMITER, the resulting constant is a valid standard attribute key name accessible through getProperties() and AdministeredObjectListener.processModify() notifications.

        See Also:
        Constant Field Values
      • MESSAGEFLOW_USERDEFINED_PROPERTY_FOLDER

        static final java.lang.String MESSAGEFLOW_USERDEFINED_PROPERTY_FOLDER
        Attributes key names that begin with this constant are all user-defined properties on the message flow, the values of which can be retrieved (minus this prefix) using MessageFlowProxy.getUserDefinedProperty().
        See Also:
        Constant Field Values
      • MESSAGEFLOW_USERTRACE_DEBUG

        static final java.lang.String MESSAGEFLOW_USERTRACE_DEBUG
        Deprecated. Use TRACE_DEBUG instead.
        See Also:
        Constant Field Values
      • MESSAGEFLOW_USERTRACE_NONE

        static final java.lang.String MESSAGEFLOW_USERTRACE_NONE
        Deprecated. Use TRACE_NONE instead.
        See Also:
        Constant Field Values
      • MESSAGEFLOW_USERTRACE_NORMAL

        static final java.lang.String MESSAGEFLOW_USERTRACE_NORMAL
        Deprecated. Use TRACE_NORMAL instead.
        See Also:
        Constant Field Values
      • MESSAGEFLOW_USERTRACE_PROPERTY

        static final java.lang.String MESSAGEFLOW_USERTRACE_PROPERTY
        Deprecated. Use MESSAGEFLOW_THIS_USERTRACELEVEL_PROPERTY instead.
        See Also:
        Constant Field Values
      • NAME_PROPERTY

        static final java.lang.String NAME_PROPERTY
        As an AdministeredObject attribute key name, the value of this property is the name of the object.

        For request reference properties, the presence of this key on a request with a 'modify' operation type states that a request to change the name of the object was processed. (See the description for OPERATION_TYPE_PROPERTY for information on how to determine the operation type of a request.)

        See Also:
        Constant Field Values
      • OBJECT_DEPLOYED_PROPERTY

        static final java.lang.String OBJECT_DEPLOYED_PROPERTY
        Deprecated. This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • OBJECT_LASTUPDATEUSER_PROPERTY

        static final java.lang.String OBJECT_LASTUPDATEUSER_PROPERTY
        Deprecated. The property that describes which user last changed an object is not used as of WebSphere Message Broker V7. Use the Administration Log (LogProxy) to discover which changes have been made by which user.
        See Also:
        Constant Field Values
      • OBJECT_NAME_DELIMITER

        static final java.lang.String OBJECT_NAME_DELIMITER
        Separates a runtime property folder name from the key name.
        See Also:
        Constant Field Values
      • OBJECT_POLICY_SET_BINDINGS_SERVICE

        static final java.lang.String OBJECT_POLICY_SET_BINDINGS_SERVICE
        The value of this constant forms the first part of any property name that affects the "PolicySetsBindings" object.
        See Also:
        Constant Field Values
      • OBJECT_POLICY_SET_SERVICE

        static final java.lang.String OBJECT_POLICY_SET_SERVICE
        The value of this constant forms the first part of any property name that affects the "PolicySets" object.
        See Also:
        Constant Field Values
      • OBJECT_REPOSITORY_TIMESTAMP

        static final java.lang.String OBJECT_REPOSITORY_TIMESTAMP
        Deprecated. This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • OBJECT_RUNSTATE_PROPERTY

        static final java.lang.String OBJECT_RUNSTATE_PROPERTY
        As an AdministeredObject attribute key name, the value of this property describes whether or not the object is running (or is configured to run if the parent object is started).

        For request reference properties, the presence of this key on a request with a 'modify' operation type states that a request to start or stop the object was processed. (See the description for OPERATION_TYPE_PROPERTY for information on how to determine the operation type of a request.)

        In all cases, the value of an attribute with this key is one of:

      • AttributeConstants.OBJECT_RUNSTATE_RUNNING (the object is running, or will be started if the parent object starts)
      • AttributeConstants.OBJECT_RUNSTATE_STOPPED (the object is stopped, or will not be started if parent object starts)
See Also:
Constant Field Values
  • OBJECT_STOPMODE_PROPERTY

    static final java.lang.String OBJECT_STOPMODE_PROPERTY
    See Also:
    Constant Field Values
  • OBJECT_STOPMODE_RESTARTEXECUTIONGROUP

    static final java.lang.String OBJECT_STOPMODE_RESTARTEXECUTIONGROUP
    See Also:
    Constant Field Values
  • OBJECT_RUNSTATE_RUNNING

    static final java.lang.String OBJECT_RUNSTATE_RUNNING
    If this is the value of OBJECT_RUNSTATE_PROPERTY, it means that the broker, message flow or execution group is running, or has been configured to run if the parent object is started.
    See Also:
    Constant Field Values
  • OBJECT_RUNSTATE_STOPPED

    static final java.lang.String OBJECT_RUNSTATE_STOPPED
    If this is the value of OBJECT_RUNSTATE_PROPERTY, it means that the broker, message flow or execution group is stopped, or has been configured to remain stopped if the parent object is started.
    See Also:
    Constant Field Values
  • OBJECT_SECURITYMANAGER

    static final java.lang.String OBJECT_SECURITYMANAGER
    Do not use this constant on its own in the runtimeProperty methods. The value of this constant forms the first part of any property name that affects the "SecurityManager" object.
    See Also:
    Constant Field Values
  • OBJECT_SHARED_PROPERTY

    static final java.lang.String OBJECT_SHARED_PROPERTY
    Deprecated. This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
    See Also:
    Constant Field Values
  • OPERATION_TYPE_PROPERTY

    static final java.lang.String OPERATION_TYPE_PROPERTY
    For request reference properties, this key is always present and describes the type of operation that was requested. If the String value of this property is 'v', it can be parsed as follows:
         OperationType c = OperationType.getOperationType(v);
         if (c == OperationType.modify) {
             // etc.
         }
     

    This attribute is not used in AdministeredObject attribute key names.

    See Also:
    Constant Field Values
  • OPERATIONMODE_ADAPTER

    static final java.lang.String OPERATIONMODE_ADAPTER
    Deprecated. As of WMB V7, this property is not used.
    This property value represents the adapter operational mode for a broker.
    See Also:
    Constant Field Values
  • OPERATIONMODE_ENTERPRISE

    static final java.lang.String OPERATIONMODE_ENTERPRISE
    Deprecated. As of WMB V7, this property is not used.
    This property value represents the enterprise operational mode for a broker.
    See Also:
    Constant Field Values
  • OPERATIONMODE_STARTER

    static final java.lang.String OPERATIONMODE_STARTER
    Deprecated. As of WMB V7, this property is not used.
    This property value represents the starter operational mode for a broker.
    See Also:
    Constant Field Values
  • OPERATIONMODE_TRIAL

    static final java.lang.String OPERATIONMODE_TRIAL
    Deprecated. As of WMB V7, this property is not used.
    This property value represents the trial operational mode for a broker.
    See Also:
    Constant Field Values
  • PARENT_TYPE_PROPERTY

    static final java.lang.String PARENT_TYPE_PROPERTY
    As an AdministeredObject attribute key name, the value of this property uniquely identifies the type of the current object's parent within the Configuration Manager's object hierarchy.

    On request reference properties, this key may be used to clarify the type of the parent of the object being manipulated. Where the operation type of the request is 'createchild' or 'deletechild', the value of this property refers to the type of the grandparent of the object being created or deleted. (See the description for OPERATION_TYPE_PROPERTY for information on how to determine the operation type of a request.) If the String value of this property is 'v', it can be parsed as follows:

         ConfigurationObjectType c = ConfigurationObjectType.getConfigurationObjectType(v);
         if (c == ConfigurationObjectType.executiongroup) {
             // etc.
         }
     

    See Also:
    Constant Field Values
  • PARENT_UUID_PROPERTY

    static final java.lang.String PARENT_UUID_PROPERTY
    As an AdministeredObject attribute key name, the value of this property uniquely identifies the parent of the current object within the Configuration Manager's object hierarchy.

    On request reference properties, this key may be used to clarify the unique identifier of the parent of the object being manipulated. Where the operation type of the request is 'createchild' or 'deletechild', the value of this property refers to the unique identifier of the grandparent of the object being created or deleted. (See the description for OPERATION_TYPE_PROPERTY for information on how to determine the operation type of a request.)

    See Also:
    Constant Field Values
  • REQUEST_CORRELID_PROPERTY

    static final java.lang.String REQUEST_CORRELID_PROPERTY
    For request reference properties, the value of this key on a request with an 'actionresponse' uniquely identifies the described request.
    See Also:
    Constant Field Values
  • RESOURCE_MANAGER_RUNTIME_PROPERTY_FOLDER

    static final java.lang.String RESOURCE_MANAGER_RUNTIME_PROPERTY_FOLDER
    Attributes key names that begin with this constant are all runtime properties on the resource manager, the values of which can be retrieved (minus this prefix) using ResourceManagerProxy.getRuntimeProperty().
    See Also:
    Constant Field Values
  • RESOURCETYPE_DATA_DELIMITER

    static final java.lang.String RESOURCETYPE_DATA_DELIMITER
    The string used to delimit the elements in the String representation of an resource type in the properties table of a BrokerProxy object. Consider using BrokerProxy.getResourceTypeNames() instead of parsing resource type property strings manually.
    See Also:
    Constant Field Values
  • RESOURCETYPE_PROPERTY_GROUP

    static final java.lang.String RESOURCETYPE_PROPERTY_GROUP
    If a BrokerProxy's attribute key name or request reference property begins with the value of this constant, the attribute is related to the description of resource types.

    A key that is made up of this constant with an integer value appended has a value that describes a String representation of single resource type. The format of the String representation is not guaranteed, and callers should instead use the BrokerProxy methods starting getResourceType...() to view resource type information.

    A key that is made up of this constant with the value of AttributeConstants.LAST_PROPERTY_IN_GROUP appended has a value that describes the total number of resource managers in the broker.

    On its own, this property is not used as a property key name or request reference property.

    See Also:
    Constant Field Values
  • SERVICEFEDERATIONITEM_DATA_DELIMITER

    static final java.lang.String SERVICEFEDERATIONITEM_DATA_DELIMITER
    The string used to delimit the elements in the String representation of service group proxy and service proxy items. Consider using ServiceFederationManagerProxy.getServiceGroupProxyItemFromString() ServiceFederationManagerProxy.getServiceProxyItemFromString() instead of parsing property strings manually.
    See Also:
    Constant Field Values
  • SERVICEFEDERATIONITEM_TIMESTAMP_FORMAT

    static final java.lang.String SERVICEFEDERATIONITEM_TIMESTAMP_FORMAT
    The format used to describe the timestamp in service group proxy and service proxy items e.g. "2009-08-11 16:36:01 GMT"
    See Also:
    Constant Field Values
  • SERVICEGROUPPROXYITEM_PROPERTY_GROUP

    static final java.lang.String SERVICEGROUPPROXYITEM_PROPERTY_GROUP
    If a ServiceFederationManagerProxy's attribute key name or request reference property begins with the value of this constant, the attribute is related to the description of a service group proxy item.

    A key that is made up of this constant with an integer value appended has a value that describes a String representation of single service group proxy item. The format of the String representation is not guaranteed, but is parseable using the method ServiceFederationManagerProxy.getServiceGroupProxyFromString().

    A key that is made up of this constant with the value of AttributeConstants.LAST_PROPERTY_IN_GROUP appended has a value that describes the total number of service group proxy items in the execution group.

    On its own, this property is not used as a property key name or request reference property.

    See Also:
    Constant Field Values
  • SERVICEPROXYITEM_PROPERTY_GROUP

    static final java.lang.String SERVICEPROXYITEM_PROPERTY_GROUP
    If a ServiceFederationManagerProxy's attribute key name or request reference property begins with the value of this constant, the attribute is related to the description of a service proxy item.

    A key that is made up of this constant with an integer value appended has a value that describes a String representation of single service proxy item. The format of the String representation is not guaranteed, but is parseable using the method ServiceFederationManagerProxy.getServiceProxyFromString().

    A key that is made up of this constant with the value of AttributeConstants.LAST_PROPERTY_IN_GROUP appended has a value that describes the total number of service proxy items in the execution group.

    On its own, this property is not used as a property key name or request reference property.

    See Also:
    Constant Field Values
  • SFM_PROPERTY_FOLDER

    static final java.lang.String SFM_PROPERTY_FOLDER
    Attribute key names that begin with this constant are all properties of the service federation manager managed subcomponents.
    See Also:
    Constant Field Values
  • SFM_GROUP_PROXY_PROPERTY_FOLDER

    static final java.lang.String SFM_GROUP_PROXY_PROPERTY_FOLDER
    Attribute key names that begin with this constant are all properties of a ServiceGroupProxyItem.
    See Also:
    Constant Field Values
  • SFM_ITEM_ADMINSTATE_DISABLED

    static final java.lang.String SFM_ITEM_ADMINSTATE_DISABLED
    If this is the value of a the SFM property with the constant name of AttributeConstants.SFM_ITEM_ADMINSTATE_PROPERTY, it means that SFM is disabled. This is the default value for this property.
    See Also:
    Constant Field Values
  • SFM_ITEM_ADMINSTATE_ENABLED

    static final java.lang.String SFM_ITEM_ADMINSTATE_ENABLED
    If this is the value of a the SFM property with the constant name of AttributeConstants.SFM_ITEM_ADMINSTATE_PROPERTY, it means that SFM is enabled.
    See Also:
    Constant Field Values
  • SFM_ITEM_ADMINSTATE_PROPERTY

    static final java.lang.String SFM_ITEM_ADMINSTATE_PROPERTY
    For request reference properties, if the operation type of the property is 'createchild' or 'modify', the value of this property refers to the 'adminState' property value string of the Service Federation "Service Group Proxy Item" or "Service Proxy Item" being created or modified. (See the description of OPERATION_TYPE_PROPERTY for information on how to determine the operation type of a request.)

    This attribute is not used in AdministeredObject attribute key names.

    See Also:
    Constant Field Values
  • SFM_ITEM_AUTHOR_PROPERTY

    static final java.lang.String SFM_ITEM_AUTHOR_PROPERTY
    For request reference properties, if the operation type of the property is 'createchild' or 'modify', the value of this property refers to the 'author' property value string of the Service Federation "Service Group Proxy Item" or "Service Proxy Item" being created or modified. (See the description of OPERATION_TYPE_PROPERTY for information on how to determine the operation type of a request.)

    This attribute is not used in AdministeredObject attribute key names.

    See Also:
    Constant Field Values
  • SFM_ITEM_SECURED_PROPERTY

    static final java.lang.String SFM_ITEM_SECURED_PROPERTY
    For request reference properties, if the operation type of the property is 'createchild' or 'modify', the value of this property refers to the 'secured' property value string of the Service Federation "Service Group Proxy Item" or "Service Proxy Item" being created or modified. (See the description of OPERATION_TYPE_PROPERTY for information on how to determine the operation type of a request.)

    This attribute is not used in AdministeredObject attribute key names.

    See Also:
    Constant Field Values
  • SFM_ITEM_SECURED_SECURE

    static final java.lang.String SFM_ITEM_SECURED_SECURE
    Possible values of SFM_ITEM_SECURED_PROPERTY.
    See Also:
    Constant Field Values
  • SFM_ITEM_SECURED_INSECURE

    static final java.lang.String SFM_ITEM_SECURED_INSECURE
    See Also:
    Constant Field Values
  • SFM_ITEM_SECURED_ASTARGET

    static final java.lang.String SFM_ITEM_SECURED_ASTARGET
    See Also:
    Constant Field Values
  • SFM_ITEM_SUMMARY_PROPERTY

    static final java.lang.String SFM_ITEM_SUMMARY_PROPERTY
    For request reference properties, if the operation type of the property is 'createchild' or 'modify', the value of this property refers to the 'summary' property value string of the Service Federation "Service Group Proxy Item" or "Service Proxy Item" being created or modified. (See the description of OPERATION_TYPE_PROPERTY for information on how to determine the operation type of a request.)

    This attribute is not used in AdministeredObject attribute key names.

    See Also:
    Constant Field Values
  • SFM_ITEM_TARGETURL_PROPERTY

    static final java.lang.String SFM_ITEM_TARGETURL_PROPERTY
    For request reference properties, if the operation type of the property is 'createchild' or 'modify', the value of this property refers to the 'targetURL' property value string of the Service Federation "Service Group Proxy Item" or "Service Proxy Item" being created or modified. (See the description of OPERATION_TYPE_PROPERTY for information on how to determine the operation type of a request.)

    This attribute is not used in AdministeredObject attribute key names.

    See Also:
    Constant Field Values
  • SFM_ITEM_TITLE_PROPERTY

    static final java.lang.String SFM_ITEM_TITLE_PROPERTY
    For request reference properties, if the operation type of the property is 'createchild' or 'modify', the value of this property refers to the 'title' property value string of the Service Federation "Service Group Proxy Item" or "Service Proxy Item" being created or modified. (See the description of OPERATION_TYPE_PROPERTY for information on how to determine the operation type of a request.)

    This attribute is not used in AdministeredObject attribute key names.

    See Also:
    Constant Field Values
  • SFM_ITEM_VALIDATION_PROPERTY

    static final java.lang.String SFM_ITEM_VALIDATION_PROPERTY
    For request reference properties, if the operation type of the property is 'createchild' or 'modify', the value of this property refers to the 'validation' property value string of the Service Federation "Service Group Proxy Item" or "Service Proxy Item" being created or modified. (See the description of OPERATION_TYPE_PROPERTY for information on how to determine the operation type of a request.)

    This attribute is not used in AdministeredObject attribute key names.

    See Also:
    Constant Field Values
  • SFM_ITEM_WSDLPORT_PROPERTY

    static final java.lang.String SFM_ITEM_WSDLPORT_PROPERTY
    For request reference properties, if the operation type of the property is 'createchild' or 'modify', the value of this property refers to the 'wsdlPort' property value string of the Service Federation "Service Group Proxy Item" or "Service Proxy Item" being created or modified. (See the description of OPERATION_TYPE_PROPERTY for information on how to determine the operation type of a request.)

    This attribute is not used in AdministeredObject attribute key names.

    See Also:
    Constant Field Values
  • SFM_PROXY_PROPERTY_FOLDER

    static final java.lang.String SFM_PROXY_PROPERTY_FOLDER
    Attribute key names that begin with this constant are all properties of a ServiceProxyItem.
    See Also:
    Constant Field Values
  • SFM_RUNTIME_PROPERTY_FOLDER

    static final java.lang.String SFM_RUNTIME_PROPERTY_FOLDER
    Attributes key names that begin with this constant are all runtime properties on the service federation manager owned by an execution group, the values of which can be retrieved (minus this prefix) using ServiceFederationManagerProxy.getRuntimeProperty().
    See Also:
    Constant Field Values
  • SHORT_DESCRIPTION_PROPERTY

    static final java.lang.String SHORT_DESCRIPTION_PROPERTY
    As an AdministeredObject attribute key name, the value of this property is the short description of the object.

    For request reference properties, the presence of this key on a request with a 'modify' operation type states that a request to change the short description of the object was processed. (See the description for OPERATION_TYPE_PROPERTY for information on how to determine the operation type of a request.)

    See Also:
    Constant Field Values
  • STARTMODE_MAINTAINED

    static final java.lang.String STARTMODE_MAINTAINED
    If this is the value of a start mode related property (e.g. THIS_STARTMODE_PROPERTY), it means that start mode is maintained.
    See Also:
    Constant Field Values
  • STARTMODE_MANUAL

    static final java.lang.String STARTMODE_MANUAL
    If this is the value of a start mode related property (e.g. THIS_STARTMODE_PROPERTY), it means that start mode is manual.
    See Also:
    Constant Field Values
  • STARTMODE_AUTOMATIC

    static final java.lang.String STARTMODE_AUTOMATIC
    If this is the value of a start mode related property (e.g. THIS_STARTMODE_PROPERTY), it means that start mode is automatic.
    See Also:
    Constant Field Values
  • MODE_ENABLED

    static final java.lang.String MODE_ENABLED
    If this is the value of a start mode related property (e.g. THIS_TESTRECORDMODE_PROPERTY), it means that the mode is enabled.
    See Also:
    Constant Field Values
  • MODE_DISABLED

    static final java.lang.String MODE_DISABLED
    If this is the value of a start mode related property (e.g. THIS_TESTRECORDMODE_PROPERTY), it means that the mode is disabled.
    See Also:
    Constant Field Values
  • TESTRECORD_COUNT

    static final java.lang.String TESTRECORD_COUNT
    This constant is used to specify the amount of recorded test data objects that should be retrieved.
    See Also:
    Constant Field Values
  • SUBCOMPONENT_PROPERTY_GROUP

    static final java.lang.String SUBCOMPONENT_PROPERTY_GROUP
    If an AdministeredObject's attribute key name or request reference property begins with the value of this constant, the attribute is related to the description of logical subcomponents owned by the object.

    A key that is made up of this constant with an integer value appended has a value that describes a String representation of single subcomponent of the current object. The format of the String representation is not guaranteed, but is parseable using the method AdministeredObject.getManagedSubcomponentFromStringRepresentation().

    A key that is made up of this constant with the value of AttributeConstants.LAST_PROPERTY_IN_GROUP appended has a value that describes the total number of subcomponents owned by the object. In other words, if the value of

         o.getProperty(AttributeConstants.SUBCOMPONENT_PROPERTY_GROUP + AttributeConstants.LAST_PROPERTY_IN_GROUP)
     
    was 3, then
         o.getProperty(AttributeConstants.SUBCOMPONENT_PROPERTY_GROUP + 3)
     
    would return a valid string representation of a subcomponent but
         o.getProperty(AttributeConstants.SUBCOMPONENT_PROPERTY_GROUP + 4)
     
    would not.

    On its own, this property is not used as a property key name or request reference property.

    See Also:
    Constant Field Values
  • SUBSCRIPTION_PROPERTY_GROUP

    static final java.lang.String SUBSCRIPTION_PROPERTY_GROUP
    If an SubscriptionsProxy's attribute key name or request reference property begins with the value of this constant, the attribute is related to the set of matching subscriptions.

    A key that is made up of this constant with an integer value appended has a value that describes a String representation of single subscription. The format of the String representation is not guaranteed, but is parseable using the method Subscription.getSubscriptionFromString().

    A key that is made up of this constant with the value of AttributeConstants.LAST_PROPERTY_IN_GROUP appended has a value that describes the total number of log entries owned by the user. In other words, if the value of

         o.getProperty(AttributeConstants.SUBSCRIPTION_PROPERTY_GROUP + AttributeConstants.LAST_PROPERTY_IN_GROUP)
     
    was 3, then
         o.getProperty(AttributeConstants.SUBSCRIPTION_PROPERTY_GROUP + 3)
     
    would return a valid string representation of a subscription but
         o.getProperty(AttributeConstants.SUBSCRIPTION_PROPERTY_GROUP + 4)
     
    would not.

    On its own, this property is not used as a property key name or request reference property.

    See Also:
    Constant Field Values
  • SYNCTIME_TIMESTAMP_FORMAT

    static final java.lang.String SYNCTIME_TIMESTAMP_FORMAT
    Deprecated. This property is not used as of WebSphere Message Broker V7.
    See Also:
    Constant Field Values
  • TIMETOWAITMS_PROPERTY

    static final java.lang.String TIMETOWAITMS_PROPERTY
    For request reference properties, this key describes the maximum length of time that the IBM Integration API (CMP) application is waiting for the operation to complete.

    A positive value describes the maximum length of time that the IBM Integration API (CMP) application is waiting for broker responses (in milliseconds). Alternatively:

    • A value of 0 signifies that the IBM Integration API (CMP) application returned immediately after the message was successfully sent to the connected broker.
    • A value of AttributeConstants.DEPLOYRESULT_WAIT_INDEFINITELY signifies that the IBM Integration API (CMP) application is waiting indefinitely for the operation to complete.

    This attribute is not used in AdministeredObject attribute key names.

    See Also:
    Constant Field Values
  • TOPIC_DEFAULTPOLICY_PROPERTY

    static final java.lang.String TOPIC_DEFAULTPOLICY_PROPERTY
    Deprecated. This property is not used as of WebSphere Message Broker V7.
    See Also:
    Constant Field Values
  • TOPIC_MULTICAST_ENABLE_INHERIT

    static final java.lang.String TOPIC_MULTICAST_ENABLE_INHERIT
    Deprecated. This property is not used as of WebSphere Message Broker V7.
    See Also:
    Constant Field Values
  • TOPIC_MULTICAST_PROPERTY_GROUP

    static final java.lang.String TOPIC_MULTICAST_PROPERTY_GROUP
    Deprecated. This property is not used as of WebSphere Message Broker V7.
    See Also:
    Constant Field Values
  • TOPIC_MULTICAST_ENABLE_PROPERTY

    static final java.lang.String TOPIC_MULTICAST_ENABLE_PROPERTY
    Deprecated. This property is not used as of WebSphere Message Broker V7.
    See Also:
    Constant Field Values
  • TOPIC_MULTICAST_ENCRYPTED_PROPERTY

    static final java.lang.String TOPIC_MULTICAST_ENCRYPTED_PROPERTY
    Deprecated. This property is not used as of WebSphere Message Broker V7.
    See Also:
    Constant Field Values
  • TOPIC_MULTICAST_GROUPADDRESS_IPV4IPV6DELIMITER

    static final java.lang.String TOPIC_MULTICAST_GROUPADDRESS_IPV4IPV6DELIMITER
    Deprecated. This property is not used as of WebSphere Message Broker V7.
    See Also:
    Constant Field Values
  • TOPIC_MULTICAST_GROUPADDRESS_PROPERTY

    static final java.lang.String TOPIC_MULTICAST_GROUPADDRESS_PROPERTY
    Deprecated. This property is not used as of WebSphere Message Broker V7.
    See Also:
    Constant Field Values
  • TOPIC_MULTICAST_QOS_PROPERTY

    static final java.lang.String TOPIC_MULTICAST_QOS_PROPERTY
    Deprecated. This property is not used as of WebSphere Message Broker V7.
    See Also:
    Constant Field Values
  • TOPIC_NEWPOLICIES_PROPERTY

    static final java.lang.String TOPIC_NEWPOLICIES_PROPERTY
    Deprecated. This property is not used as of WebSphere Message Broker V7.
    See Also:
    Constant Field Values
  • TOPIC_POLICIES_DELIMITER

    static final java.lang.String TOPIC_POLICIES_DELIMITER
    Deprecated. This property is not used as of WebSphere Message Broker V7.
    See Also:
    Constant Field Values
  • TOPIC_PRINCIPAL_ALLOW

    static final java.lang.String TOPIC_PRINCIPAL_ALLOW
    Deprecated. This property is not used as of WebSphere Message Broker V7.
    See Also:
    Constant Field Values
  • TOPIC_PRINCIPAL_DENY

    static final java.lang.String TOPIC_PRINCIPAL_DENY
    Deprecated. This property is not used as of WebSphere Message Broker V7.
    See Also:
    Constant Field Values
  • TOPIC_PRINCIPAL_GROUP

    static final java.lang.String TOPIC_PRINCIPAL_GROUP
    Deprecated. This property is not used as of WebSphere Message Broker V7.
    See Also:
    Constant Field Values
  • TOPIC_PRINCIPAL_INHERIT

    static final java.lang.String TOPIC_PRINCIPAL_INHERIT
    Deprecated. This property is not used as of WebSphere Message Broker V7.
    See Also:
    Constant Field Values
  • TOPIC_PRINCIPAL_NOTPERSISTENT

    static final java.lang.String TOPIC_PRINCIPAL_NOTPERSISTENT
    Deprecated. This property is not used as of WebSphere Message Broker V7.
    See Also:
    Constant Field Values
  • TOPIC_PRINCIPAL_PERSISTENT

    static final java.lang.String TOPIC_PRINCIPAL_PERSISTENT
    Deprecated. This property is not used as of WebSphere Message Broker V7.
    See Also:
    Constant Field Values
  • TOPIC_PRINCIPAL_PUBLICGROUP

    static final java.lang.String TOPIC_PRINCIPAL_PUBLICGROUP
    Deprecated. This property is not used as of WebSphere Message Broker V7.
    See Also:
    Constant Field Values
  • TOPIC_PRINCIPAL_USER

    static final java.lang.String TOPIC_PRINCIPAL_USER
    Deprecated. This property is not used as of WebSphere Message Broker V7.
    See Also:
    Constant Field Values
  • TOPIC_QOP_CHANNELINTEGRITY

    static final java.lang.String TOPIC_QOP_CHANNELINTEGRITY
    Deprecated. This property is not used as of WebSphere Message Broker V7.
    See Also:
    Constant Field Values
  • TOPIC_QOP_ENCRYPTED

    static final java.lang.String TOPIC_QOP_ENCRYPTED
    Deprecated. This property is not used as of WebSphere Message Broker V7.
    See Also:
    Constant Field Values
  • TOPIC_QOP_MESSAGEINTEGRITY

    static final java.lang.String TOPIC_QOP_MESSAGEINTEGRITY
    Deprecated. This property is not used as of WebSphere Message Broker V7.
    See Also:
    Constant Field Values
  • TOPIC_QOP_NONE

    static final java.lang.String TOPIC_QOP_NONE
    Deprecated. This property is not used as of WebSphere Message Broker V7.
    See Also:
    Constant Field Values
  • TOPIC_QOP_PROPERTY

    static final java.lang.String TOPIC_QOP_PROPERTY
    Deprecated. This property is not used as of WebSphere Message Broker V7.
    See Also:
    Constant Field Values
  • TOPIC_REMOVEDPOLICIES_PROPERTY

    static final java.lang.String TOPIC_REMOVEDPOLICIES_PROPERTY
    Deprecated. This property is not used as of WebSphere Message Broker V7.
    See Also:
    Constant Field Values
  • TOPICROOT_GROUPS_PROPERTY

    static final java.lang.String TOPICROOT_GROUPS_PROPERTY
    Deprecated. This property is not used as of WebSphere Message Broker V7.
    See Also:
    Constant Field Values
  • TOPICROOT_PRINCIPALSLIST_DELIMITER

    static final java.lang.String TOPICROOT_PRINCIPALSLIST_DELIMITER
    Deprecated. This property is not used as of WebSphere Message Broker V7.
    See Also:
    Constant Field Values
  • TOPICROOT_PUBLICGROUPS_PROPERTY

    static final java.lang.String TOPICROOT_PUBLICGROUPS_PROPERTY
    Deprecated. This property is not used as of WebSphere Message Broker V7.
    See Also:
    Constant Field Values
  • TOPICROOT_USERS_PROPERTY

    static final java.lang.String TOPICROOT_USERS_PROPERTY
    Deprecated. This property is not used as of WebSphere Message Broker V7.
    See Also:
    Constant Field Values
  • VALUE_ON

    static final java.lang.String VALUE_ON
    A possible value for various properties that take boolean arguments.
    See Also:
    Constant Field Values
  • VALUE_OFF

    static final java.lang.String VALUE_OFF
    A possible value for various properties that take boolean arguments.
    See Also:
    Constant Field Values
  • TRACE_DEBUG

    static final java.lang.String TRACE_DEBUG
    If this is the value of a trace related property (e.g. MESSAGEFLOW_THIS_USERTRACELEVEL_PROPERTY), it means that trace is currently on and in "debug" mode.
    See Also:
    Constant Field Values
  • TRACE_NONE

    static final java.lang.String TRACE_NONE
    If this is the value of a trace related property (e.g. MESSAGEFLOW_THIS_USERTRACELEVEL_PROPERTY), it means that user trace is not currently active.
    See Also:
    Constant Field Values
  • TRACE_NORMAL

    static final java.lang.String TRACE_NORMAL
    If this is the value of a trace related property (e.g. MESSAGEFLOW_THIS_USERTRACELEVEL_PROPERTY), it means that user trace is currently on and in "normal" mode.
    See Also:
    Constant Field Values
  • TRUE

    static final java.lang.String TRUE
    Various attributes use this value to mean that the specified property exists or is enabled. For these properties, if the key does not exist or if the value is set to anything other than TRUE, it means that its value is false.
    See Also:
    Constant Field Values
  • TYPE_PROPERTY

    static final java.lang.String TYPE_PROPERTY
    As an AdministeredObject attribute key name, the value of this property is the type of the object. If the String value of this property is 'v', it can be parsed as follows:
         ConfigurationObjectType c = ConfigurationObjectType.getConfigurationObjectType(v);
         if (c == ConfigurationObjectType.executiongroup) {
             // etc.
         }
     
    If the AdministeredObject handle is available, use getConfigurationObjectType() instead.

    For request reference properties, the constant CONFIGURATION_OBJECT_TYPE is used to describe the type of the object being manipulated.

    See Also:
    Constant Field Values
  • UUID_CONFIGMANAGER

    static final java.lang.String UUID_CONFIGMANAGER
    Deprecated. This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
    See Also:
    Constant Field Values
  • UUID_DELIMITER

    static final java.lang.String UUID_DELIMITER
    The string used to separate the type parameter from the UUID parameter in the subcomponent properties.
    See Also:
    Constant Field Values
  • UUID_LOG

    static final java.lang.String UUID_LOG
    A constant containing the domain-unique identifier of the broker log.
    See Also:
    Constant Field Values
  • UUID_PROPERTY

    static final java.lang.String UUID_PROPERTY
    As an AdministeredObject attribute key name, the value of this property uniquely identifies the object within the broker.

    On request reference properties, this key is always present and describes unique identifier of the object on which the request was performed. (For creation and deletion requests, this is the identifier of the parent object.)

    See Also:
    Constant Field Values
  • UUID_TOPICROOT

    static final java.lang.String UUID_TOPICROOT
    Deprecated. This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
    See Also:
    Constant Field Values
  • UUID_TOPOLOGY

    static final java.lang.String UUID_TOPOLOGY
    Deprecated. This property is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.
    See Also:
    Constant Field Values
  • VERSION_2

    static final int VERSION_2
    Deprecated. This property is not used as of WebSphere Message Broker V7.
    See Also:
    Constant Field Values
  • VERSION_5

    static final int VERSION_5
    Deprecated. This property is not used as of WebSphere Message Broker V7.
    See Also:
    Constant Field Values
  • VERSION_6

    static final int VERSION_6
    Deprecated. This property is not used as of WebSphere Message Broker V7.
    See Also:
    Constant Field Values
  • VERSION_6_1

    static final int VERSION_6_1
    Deprecated. This property is not used as of WebSphere Message Broker V7.
    See Also:
    Constant Field Values
  • VERSION_7

    static final int VERSION_7
    As the return code from BrokerProxy.getAdministrationAPIVersion(), this states that the command level of the IBM Integration API (CMP) is v7.0.
    See Also:
    Constant Field Values
  • VERSION_8

    static final int VERSION_8
    As the return code from BrokerProxy.getAdministrationAPIVersion(), this states that the command level of the IBM Integration API (CMP) is v8.0.
    See Also:
    Constant Field Values
  • VERSION_9

    static final int VERSION_9
    As the return code from BrokerProxy.getAdministrationAPIVersion(), this states that the command level of the IBM Integration API (CMP) is v9.0.
    See Also:
    Constant Field Values
  • VERSION_10

    static final int VERSION_10
    As the return code from BrokerProxy.getAdministrationAPIVersion(), this states that the command level of the IBM Integration API (CMP) is v10.0.
    See Also:
    Constant Field Values
  • WEBUSER_ROLE

    static final java.lang.String WEBUSER_ROLE
    The name of the role property of the WebUserProxy object
    See Also:
    Constant Field Values
  • WEBUSER_PASSWORDSET

    static final java.lang.String WEBUSER_PASSWORDSET
    Whether a local password exists for a WebUserProxy object
    See Also:
    Constant Field Values
  • WEBUSER_PROFILE

    static final java.lang.String WEBUSER_PROFILE
    The name of the profile subfolder of the WebUserProxy object
    See Also:
    Constant Field Values
  • WEBUSER_VERSION

    static final java.lang.String WEBUSER_VERSION
    The version of the WebUserProxy object
    See Also:
    Constant Field Values
  • WINDOWS_DEFAULT_REGISTRY_PATH

    static final java.lang.String WINDOWS_DEFAULT_REGISTRY_PATH
    The root key of the Windows registry that is used to contain broker definitions. User-written IBM Integration API (CMP) applications will not typically require this constant.
    See Also:
    Constant Field Values
  • WINDOWS_HKLM_PREFIX

    static final java.lang.String WINDOWS_HKLM_PREFIX
    The Windows registry hive that is used to contain broker definitions. User-written IBM Integration API (CMP) applications will not typically require this constant.
    See Also:
    Constant Field Values
  • BROKER_SECURITY_IDENTITY_RESOURCE_PROPERTY

    static final java.lang.String BROKER_SECURITY_IDENTITY_RESOURCE_PROPERTY
    Get the resource that the security identity is associated with. This is the same value as the value specified as the -n flag on the mqsisetdbparms command.
    See Also:
    Constant Field Values
  • BROKER_SECURITY_IDENTITY_TYPE_PROPERTY

    static final java.lang.String BROKER_SECURITY_IDENTITY_TYPE_PROPERTY
    The type (ODBC, JMS, IMS, etc.) of the security identity.
    See Also:
    Constant Field Values
  • BROKER_SECURITY_IDENTITY_NAME_PROPERTY

    static final java.lang.String BROKER_SECURITY_IDENTITY_NAME_PROPERTY
    The name of the security identity. This differs from the DSN, as the type is not present.
    See Also:
    Constant Field Values
  • BROKER_SECURITY_IDENTITY_INTEGRATION_SERVER_PROPERTY

    static final java.lang.String BROKER_SECURITY_IDENTITY_INTEGRATION_SERVER_PROPERTY
    The execution group name of the security identity, if one has been specified.
    See Also:
    Constant Field Values