Return-Path: Delivered-To: apmail-incubator-river-commits-archive@minotaur.apache.org Received: (qmail 67310 invoked from network); 24 Dec 2010 20:54:17 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Dec 2010 20:54:17 -0000 Received: (qmail 63326 invoked by uid 500); 24 Dec 2010 20:54:17 -0000 Delivered-To: apmail-incubator-river-commits-archive@incubator.apache.org Received: (qmail 63301 invoked by uid 500); 24 Dec 2010 20:54:17 -0000 Mailing-List: contact river-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: river-dev@incubator.apache.org Delivered-To: mailing list river-commits@incubator.apache.org Received: (qmail 63292 invoked by uid 99); 24 Dec 2010 20:54:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Dec 2010 20:54:17 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Dec 2010 20:54:15 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id EF2122388A93; Fri, 24 Dec 2010 20:53:31 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1052618 [6/6] - in /incubator/river/site/trunk/content/river/doc/api/net/jini/lookup/entry: ./ class-use/ Date: Fri, 24 Dec 2010 20:53:31 -0000 To: river-commits@incubator.apache.org From: sijskes@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101224205331.EF2122388A93@eris.apache.org> Added: incubator/river/site/trunk/content/river/doc/api/net/jini/lookup/entry/package-frame.html URL: http://svn.apache.org/viewvc/incubator/river/site/trunk/content/river/doc/api/net/jini/lookup/entry/package-frame.html?rev=1052618&view=auto ============================================================================== --- incubator/river/site/trunk/content/river/doc/api/net/jini/lookup/entry/package-frame.html (added) +++ incubator/river/site/trunk/content/river/doc/api/net/jini/lookup/entry/package-frame.html Fri Dec 24 20:53:30 2010 @@ -0,0 +1,77 @@ + + + + + + +net.jini.lookup.entry (Apache River v2.1.2-SNAPSHOT API Documentation) + + + + + + + + + + + +net.jini.lookup.entry + + + + +
+Interfaces  + +
+EntryBean +
+ServiceControlled
+ + + + + + +
+Classes  + +
+Address +
+AddressBean +
+Comment +
+CommentBean +
+EntryBeans +
+Location +
+LocationBean +
+Name +
+NameBean +
+ServiceInfo +
+ServiceInfoBean +
+ServiceType +
+Status +
+StatusBean +
+StatusType +
+UIDescriptor +
+UIDescriptorBean
+ + + + Added: incubator/river/site/trunk/content/river/doc/api/net/jini/lookup/entry/package-summary.html URL: http://svn.apache.org/viewvc/incubator/river/site/trunk/content/river/doc/api/net/jini/lookup/entry/package-summary.html?rev=1052618&view=auto ============================================================================== --- incubator/river/site/trunk/content/river/doc/api/net/jini/lookup/entry/package-summary.html (added) +++ incubator/river/site/trunk/content/river/doc/api/net/jini/lookup/entry/package-summary.html Fri Dec 24 20:53:30 2010 @@ -0,0 +1,258 @@ + + + + + + +net.jini.lookup.entry (Apache River v2.1.2-SNAPSHOT API Documentation) + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package net.jini.lookup.entry +

+These are common entry classes for use as attributes in lookup services and +their associated JavaBeans(TM) component wrapping classes. +

+See: +
+          Description +

+ + + + + + + + + + + + + +
+Interface Summary
EntryBeanInterface to be implemented by all JavaBeans(TM) components that act + as "front ends" to Entry classes.
ServiceControlledThis interface indicates that an Entry class is created and + modified by the service with which it is associated.
+  + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
AddressThe address of the physical component of a service.
AddressBeanA JavaBeans(TM) component that encapsulates an Address object.
CommentA free-form comment about a service.
CommentBeanA JavaBeans(TM) component that encapsulates a Comment object.
EntryBeansUtility class for handling JavaBeans(TM) components that relate to Entry + classes in the Jini lookup service.
LocationThe location of the physical component of a service.
LocationBeanA JavaBeans(TM) component that encapsulates a Location object.
NameThe name of a service as used by users.
NameBeanA JavaBeans(TM) component that encapsulates a Name object.
ServiceInfoGeneric information about a service.
ServiceInfoBeanA JavaBeans(TM) component that encapsulates a ServiceInfo object.
ServiceTypeHuman-oriented information about the "type" of a service.
StatusThe base class from which other status-related entry classes may be + derived.
StatusBeanA JavaBeans(TM) component that encapsulates a Status object.
StatusTypeInformation pertaining to the severity of a Status object.
UIDescriptorEntry that enables a UI for a service to be associated + with the service in the attribute sets of the service item.
UIDescriptorBeanA JavaBeans(TM) component that encapsulates a UIDescriptor object.
+  + +

+

+Package net.jini.lookup.entry Description +

+ +

+These are common entry classes for use as attributes in lookup services and +their associated JavaBeans(TM) component wrapping classes. +

+ +

+

+
See Also:
"Jini Lookup Schema Specification"
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright 2007, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions. + + Added: incubator/river/site/trunk/content/river/doc/api/net/jini/lookup/entry/package-tree.html URL: http://svn.apache.org/viewvc/incubator/river/site/trunk/content/river/doc/api/net/jini/lookup/entry/package-tree.html?rev=1052618&view=auto ============================================================================== --- incubator/river/site/trunk/content/river/doc/api/net/jini/lookup/entry/package-tree.html (added) +++ incubator/river/site/trunk/content/river/doc/api/net/jini/lookup/entry/package-tree.html Fri Dec 24 20:53:30 2010 @@ -0,0 +1,168 @@ + + + + + + +net.jini.lookup.entry Class Hierarchy (Apache River v2.1.2-SNAPSHOT API Documentation) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package net.jini.lookup.entry +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright 2007, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions. + + Added: incubator/river/site/trunk/content/river/doc/api/net/jini/lookup/entry/package-use.html URL: http://svn.apache.org/viewvc/incubator/river/site/trunk/content/river/doc/api/net/jini/lookup/entry/package-use.html?rev=1052618&view=auto ============================================================================== --- incubator/river/site/trunk/content/river/doc/api/net/jini/lookup/entry/package-use.html (added) +++ incubator/river/site/trunk/content/river/doc/api/net/jini/lookup/entry/package-use.html Fri Dec 24 20:53:30 2010 @@ -0,0 +1,251 @@ + + + + + + +Uses of Package net.jini.lookup.entry (Apache River v2.1.2-SNAPSHOT API Documentation) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
net.jini.lookup.entry

+
+ + + + + + + + + + + + + +
+Packages that use net.jini.lookup.entry
com.sun.jini.lookup.entryHelper utility classes for managing entries used as lookup service attributes. 
net.jini.lookup.entryThese are common entry classes for use as attributes in lookup services and +their associated JavaBeans(TM) component wrapping classes. 
+  +

+ + + + + + + + + + + +
+Classes in net.jini.lookup.entry used by com.sun.jini.lookup.entry
ServiceControlled + +
+          This interface indicates that an Entry class is created and + modified by the service with which it is associated.
ServiceType + +
+          Human-oriented information about the "type" of a service.
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Classes in net.jini.lookup.entry used by net.jini.lookup.entry
Address + +
+          The address of the physical component of a service.
Comment + +
+          A free-form comment about a service.
EntryBean + +
+          Interface to be implemented by all JavaBeans(TM) components that act + as "front ends" to Entry classes.
Location + +
+          The location of the physical component of a service.
Name + +
+          The name of a service as used by users.
ServiceControlled + +
+          This interface indicates that an Entry class is created and + modified by the service with which it is associated.
ServiceInfo + +
+          Generic information about a service.
Status + +
+          The base class from which other status-related entry classes may be + derived.
StatusType + +
+          Information pertaining to the severity of a Status object.
UIDescriptor + +
+          Entry that enables a UI for a service to be associated + with the service in the attribute sets of the service item.
+  +

+


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