Interface Persistable
-
- All Known Subinterfaces:
CollectionAttribute
,CollectionResource
- All Known Implementing Classes:
AbstractCollectionAttribute
,AbstractCollectionResource
,AliasedAttribute
,AliasedGroup
,AliasedResource
,AttributeGroup
,AttributeGroupWrapper
,CollectionAttributeWrapper
,CollectionResourceWrapper
,GenericIndexResource
,IfInfo
,LatencyCollectionAttribute
,LatencyCollectionResource
,NodeInfo
,SnmpAttribute
,SnmpAttributeGroup
,SnmpCollectionResource
public interface Persistable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
shouldPersist(ServiceParameters params)
Determines whether the attribute should be persisted.
-
-
-
Method Detail
-
shouldPersist
boolean shouldPersist(ServiceParameters params)
Determines whether the attribute should be persisted.- Parameters:
params
- aServiceParameters
object.- Returns:
- a boolean.
-
-