Class ResourceNameTokenKey
- java.lang.Object
-
- org.apache.wicket.protocol.ws.api.registry.AbstractKey
-
- org.apache.wicket.protocol.ws.api.registry.ResourceNameTokenKey
-
- All Implemented Interfaces:
Serializable
,IKey
,IClusterable
public class ResourceNameTokenKey extends AbstractKey
A key based on shared resource's name and a token- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResourceNameTokenKey(String resourceName, String connectionToken)
ResourceNameTokenKey(String resourceName, String connectionToken, String context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
-
Methods inherited from class org.apache.wicket.protocol.ws.api.registry.AbstractKey
getContext
-
-
-
-
Constructor Detail
-
ResourceNameTokenKey
public ResourceNameTokenKey(String resourceName, String connectionToken)
-
ResourceNameTokenKey
public ResourceNameTokenKey(String resourceName, String connectionToken, String context)
-
-