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
-
Constructor Details
-
ManagedEndpoint
public ManagedEndpoint(org.springframework.integration.endpoint.AbstractEndpoint delegate)Deprecated.
-
-
Method Details
-
isRunning
@ManagedAttribute public final boolean isRunning()Deprecated.- Specified by:
isRunningin interfaceorg.springframework.context.Lifecycle
-
start
@ManagedOperation public final void start()Deprecated.- Specified by:
startin interfaceorg.springframework.context.Lifecycle
-
stop
@ManagedOperation public final void stop()Deprecated.- Specified by:
stopin interfaceorg.springframework.context.Lifecycle
-