|
NetKernel APIs |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface for resource meta data that can contains a set of dependencies
Method Summary | |
boolean |
canIndependentlyExpire()
return true if this meta can expire independently of its dependencies |
IURMeta[] |
getCostDependenciesRecursive()
get recursive list of cost dependencies |
IURMeta[] |
getDirectDependencies()
return an array of direct dependencies of this resource |
IURMeta[] |
getExpiryDependenciesRecursive()
get recursive list of expiry dependencies |
int |
getLocalCreationCost()
return local cost for this resource without cost of its dependencies |
Methods inherited from interface com.ten60.netkernel.urii.IURMeta |
getContextSensitivity, getCreationCost, getMimeType, getPessimisticExpiryTime, getUsageCost, isExpired, isIntermediate |
Method Detail |
public IURMeta[] getCostDependenciesRecursive()
public IURMeta[] getExpiryDependenciesRecursive()
public IURMeta[] getDirectDependencies()
public int getLocalCreationCost()
public boolean canIndependentlyExpire()
|
NetKernel APIs |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |