spring-context

org.springframework.context
Interface Phased

All Known Subinterfaces:
SmartLifecycle

public interface Phased

Interface for objects that may participate in a phased process such as lifecycle management.

Since:
3.0
Author:
Mark Fisher
See Also:
SmartLifecycle

Method Summary
 int getPhase()
          Return the phase value of this object.
 

Method Detail

getPhase

int getPhase()
Return the phase value of this object.


spring-context