Package org.cyclos.impl.system
Class ConfigurationAccessorCacheKey
- java.lang.Object
-
- org.cyclos.impl.system.ConfigurationAccessorCacheKey
-
- All Implemented Interfaces:
Serializable
public class ConfigurationAccessorCacheKey extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigurationAccessorCacheKey(Long networkId, List<Long> configurationPathIds, String methodName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)LonggetConfigurationId()Long[]getConfigurationPathIds()StringgetMethodName()LonggetNetworkId()inthashCode()booleanmatchesConfiguration(Long configurationId)booleanmatchesConfigurationAndMethod(Long configurationId, String methodName)booleanmatchesNetwork(Long networkId)booleanmatchesNetworkAndMethod(Long networkId, String methodName)booleanmatchesNetworkAndMethod(Long networkId, Collection<String> methodNames)StringtoString()
-
-
-
Method Detail
-
getConfigurationId
public Long getConfigurationId()
-
getConfigurationPathIds
public Long[] getConfigurationPathIds()
-
getMethodName
public String getMethodName()
-
getNetworkId
public Long getNetworkId()
-
matchesConfiguration
public boolean matchesConfiguration(Long configurationId)
-
matchesConfigurationAndMethod
public boolean matchesConfigurationAndMethod(Long configurationId, String methodName)
-
matchesNetwork
public boolean matchesNetwork(Long networkId)
-
matchesNetworkAndMethod
public boolean matchesNetworkAndMethod(Long networkId, Collection<String> methodNames)
-
-