|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RegistryEntry
This interface defines the core information to be returned by a Registry implementation about a resource being managed by it. Every Registry implementation *must* provide valid information for the methods marked below as 'required'
| Method Summary | |
|---|---|
long |
getCachableDuration()
The number of milliseconds this resource could be cached |
long |
getCreated()
The created time for the resource - optional |
String |
getDescription()
A description for the resource - optional |
String |
getKey()
The key for the resource - required |
long |
getLastModified()
The last updated time for the resource - optional |
String |
getName()
A name for the resource - optional |
String |
getType()
The type of the resource - optional |
long |
getVersion()
The version of the resource - required |
| Method Detail |
|---|
String getKey()
String getName()
long getVersion()
String getType()
String getDescription()
long getCreated()
long getLastModified()
long getCachableDuration()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||