com.sun.jini.outrigger
Class BaseHandle

java.lang.Object
  extended by com.sun.jini.outrigger.FastList.Node
      extended by com.sun.jini.outrigger.BaseHandle
Direct Known Subclasses:
EntryHandle, TemplateHandle

 class BaseHandle
extends FastList.Node

Base class for handles to Entries and templates.

Author:
Sun Microsystems, Inc.

Field Summary
private  EntryRep rep
           
 
Constructor Summary
BaseHandle(EntryRep rep)
          Create a new handle
 
Method Summary
 String classFor()
           
(package private)  EntryRep rep()
          Return the handle's EntryRep object.
 
Methods inherited from class com.sun.jini.outrigger.FastList.Node
markOnList, removed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rep

private EntryRep rep
Constructor Detail

BaseHandle

BaseHandle(EntryRep rep)
Create a new handle

Method Detail

rep

EntryRep rep()
Return the handle's EntryRep object.


classFor

public String classFor()


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