|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContainerManagedTimestampTrackable
Implementors will be noticed by the container when it updates the creation time or last modified time for container managed objects. The creation time and last modified time management policy (container vs. explicit) may be defined independently depending on the implementation.
HypericInterceptor
Method Summary | |
---|---|
boolean |
allowContainerManagedCreationTime()
Define the management policy for the creation time. |
boolean |
allowContainerManagedLastModifiedTime()
Define the management policy for the last modified time. |
Method Detail |
---|
boolean allowContainerManagedCreationTime()
true
to allow the container to manage the creation time;
false
to manage the creation time explicitly. If
the creation time is unspecified, then the implementation should
return false
.boolean allowContainerManagedLastModifiedTime()
true
to allow the container to manage the last modified time;
false
to manage the last modified time explicitly.
If the last modified time is unspecified, then the implementation
should return false
.
|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |