Interface DynamicRoutingMBean


public interface DynamicRoutingMBean
The DynamicRoutingMBean defines the management interface for the DynamicRouting-1.0 liberty feature.

The Apache or IHS WebSphere plugin connects to a REST service in order to provide ODR-style capabilities. The DynamicRouting MBean provides operations to manage this REST service.

The ObjectName for this MBean is "WebSphere:feature=dynamicRouting,type=DynamicRouting,name=DynamicRouting".

  • Field Details

    • OBJECT_NAME

      static final String OBJECT_NAME
      A String representing the ObjectName that this MBean maps to.
      See Also:
    • OPERATION_EXCEPTION

      static final String OPERATION_EXCEPTION
      Exception key for the operation result map.

      The Exception object thrown by the operation.

      See Also:
    • OPERATION_EXCEPTION_MESSAGE

      static final String OPERATION_EXCEPTION_MESSAGE
      Exception message key for the operation result map.

      The value of the Exception message thrown by the operation.

      See Also:
    • STATUS_STARTED

      static final String STATUS_STARTED
      Status value for a fully started cluster (all members are started).

      Returned by the getStatus() method.

      See Also:
    • STATUS_PARTIALLY_STARTED

      static final String STATUS_PARTIALLY_STARTED
      Status value for a partially started cluster (some members are started).

      Returned by the getStatus() method.

      See Also:
    • STATUS_NOT_STARTED

      static final String STATUS_NOT_STARTED
      Status value for a fully stopped cluster (no members are started).

      Returned by the getStatus() method.

      See Also:
    • PUBLISH_TOPIC

      static final String PUBLISH_TOPIC
      Topic space to which events are published.
      See Also:
    • EVENT_TYPE_KEY

      static final String EVENT_TYPE_KEY
      Use this event property key to discover event type. The event type is currently only "TRACESPECIFICATION", but more may be added in the future.
      See Also:
    • EVENT_TYPE_TRACESPECIFICATION_VALUE

      static final String EVENT_TYPE_TRACESPECIFICATION_VALUE
      Use this key value to test the event type. When EVENT_TYPE_KEY=EVENT_TYPE_TRACESPECIFICATION_VALUE, this is an event that notifies the collection of trace specifications has changed.
      See Also:
  • Method Details