com.sun.jini.outrigger
Class EntryHandleTmplDesc

java.lang.Object
  extended by com.sun.jini.outrigger.EntryHandleTmplDesc

 class EntryHandleTmplDesc
extends Object

A description of a template's parameters.

Author:
Sun Microsystems, Inc.
See Also:
EntryHandle.descFor(com.sun.jini.outrigger.EntryRep, int), EntryHandle

Field Summary
(package private)  long hash
          The hash value for the template itself, already masked
(package private)  long mask
          The mask for EntryHandle's hash codes -- if handle.hash & mask !
 
Constructor Summary
EntryHandleTmplDesc()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

hash

long hash
The hash value for the template itself, already masked


mask

long mask
The mask for EntryHandle's hash codes -- if handle.hash & mask != tmplDesc.hash, then the template doesn't match the object held by the handle.

Constructor Detail

EntryHandleTmplDesc

EntryHandleTmplDesc()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


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