Package com.e1c.g5.dt.applications
Interface ILifecycleAware
-
- All Known Subinterfaces:
IApplication
,IInfobaseApplication
,IServerApplication
,IServerArtifact
public interface ILifecycleAware
The 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IApplication
getApplication()
Returns the parent application of this lifecycle aware object.
-
-
-
Method Detail
-
getApplication
IApplication getApplication()
Returns the parent application of this lifecycle aware object.- Returns:
- the parent application of this lifecycle aware object, never
null
-
-