Package org.cyclos.impl.system
Class ServiceInterceptorCacheKey
- java.lang.Object
-
- org.cyclos.impl.system.ServiceInterceptorCacheKey
-
- All Implemented Interfaces:
Serializable
public class ServiceInterceptorCacheKey extends Object implements Serializable
A key for the service interceptor cache- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceInterceptorCacheKey(Long networkId, Class<? extends Service> serviceInterface, String operation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)LonggetNetworkId()StringgetOperation()Class<? extends Service>getServiceInterface()inthashCode()booleanmatchesNetwork(Long networkId)StringtoString()
-