All Packages Class Hierarchy This Package Previous Next Index
Class ajanta.server.RREntry
java.lang.Object
|
+----ajanta.server.RREntry
- public class RREntry
- extends Object
Class RREntry represents each entry in the server's resource registry
-
RREntry(URN, URN, Resource)
-
-
toString()
- return string of the form
"[resName = " + resName + " resource = " + resource + "]"
RREntry
public RREntry(URN resName,
URN owner,
Resource resource)
- Parameters:
- resName - the resource's URN
- owner - URN of the owner of the resource
- resource - the resource object itself
toString
public String toString()
- return string of the form
"[resName = " + resName + " resource = " + resource + "]"
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index