com.sun.jini.outrigger
Class EntryHandleTmplDesc
java.lang.Object
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 ! |
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.
EntryHandleTmplDesc
EntryHandleTmplDesc()
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.