Class ManagedEndpoint

java.lang.Object
org.springframework.integration.monitor.ManagedEndpoint
All Implemented Interfaces:
org.springframework.context.Lifecycle

@Deprecated
@IntegrationManagedResource
public class ManagedEndpoint
extends java.lang.Object
implements org.springframework.context.Lifecycle
Deprecated.
this is no longer used by the framework. Replaced by ManageableLifecycle.
Wrapper for an AbstractEndpoint that exposes a management interface.
  • Constructor Summary

    Constructors 
    Constructor Description
    ManagedEndpoint​(org.springframework.integration.endpoint.AbstractEndpoint delegate)
    Deprecated.
     
  • Method Summary

    Modifier and Type Method Description
    boolean isRunning()
    Deprecated.
     
    void start()
    Deprecated.
     
    void stop()
    Deprecated.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ManagedEndpoint

      public ManagedEndpoint​(org.springframework.integration.endpoint.AbstractEndpoint delegate)
      Deprecated.
  • Method Details

    • isRunning

      @ManagedAttribute public final boolean isRunning()
      Deprecated.
      Specified by:
      isRunning in interface org.springframework.context.Lifecycle
    • start

      @ManagedOperation public final void start()
      Deprecated.
      Specified by:
      start in interface org.springframework.context.Lifecycle
    • stop

      @ManagedOperation public final void stop()
      Deprecated.
      Specified by:
      stop in interface org.springframework.context.Lifecycle