接口 OptionallyManageable

  • 所有超级接口:
    Manageable

    public interface OptionallyManageable
    extends Manageable
    Extension to Manageable for things that are optionally Manageable depending on some internal state. E.g. services that wrap other services wanting to delegate manageability if the wrapped service is Manageable.
    作者:
    Steve Ebersole
    • 方法详细资料

      • getRealManageables

        List<Manageable> getRealManageables()
        Any wrapped services that are Manageable. Never return `null`; an empty List should be returned instead.
      • getManagementBean

        default Object getManagementBean()
        从接口复制的说明: Manageable
        The management bean (MBean) for this service.
        指定者:
        getManagementBean 在接口中 Manageable
        返回:
        The management bean.