Package com.e1c.g5.dt.applications
Interface ILifecycleAware
- 
- All Known Subinterfaces:
- IApplication,- IInfobaseApplication,- IServerApplication,- IServerArtifact
 
 public interface ILifecycleAwareThe mix-in interface for lifecycle aware objects. That may be application, server or other application specific artifacts.The interface may be extended by application artifacts. - See Also:
- LifecycleState
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IApplicationgetApplication()Returns the parent application of this lifecycle aware object.
 
- 
- 
- 
Method Detail- 
getApplicationIApplication getApplication() Returns the parent application of this lifecycle aware object.- Returns:
- the parent application of this lifecycle aware object, never null
 
 
- 
 
-