net.jini.jeri.kerberos
Class KerberosServerEndpoint.ServerConnectionImpl.CacheKey

java.lang.Object
  extended by net.jini.jeri.kerberos.KerberosServerEndpoint.ServerConnectionImpl.CacheKey
Enclosing class:
KerberosServerEndpoint.ServerConnectionImpl

private final class KerberosServerEndpoint.ServerConnectionImpl.CacheKey
extends Object

The key used for the softcache of this server endpoint.


Field Summary
private  InvocationConstraints constraints
           
private  KerberosServerEndpoint.ServerConnectionImpl.InboundRequestHandleImpl handle
           
 
Constructor Summary
KerberosServerEndpoint.ServerConnectionImpl.CacheKey(KerberosServerEndpoint.ServerConnectionImpl.InboundRequestHandleImpl handle, InvocationConstraints constraints)
          Construct a Key object
 
Method Summary
 boolean equals(Object o)
          Use == to compare content
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

handle

private final KerberosServerEndpoint.ServerConnectionImpl.InboundRequestHandleImpl handle

constraints

private final InvocationConstraints constraints
Constructor Detail

KerberosServerEndpoint.ServerConnectionImpl.CacheKey

KerberosServerEndpoint.ServerConnectionImpl.CacheKey(KerberosServerEndpoint.ServerConnectionImpl.InboundRequestHandleImpl handle,
                                                     InvocationConstraints constraints)
Construct a Key object

Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object o)
Use == to compare content

Overrides:
equals in class Object


Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.