Author: mcombellack
Date: Thu May 15 05:34:10 2008
New Revision: 656627
URL: http://svn.apache.org/viewvc?rev=656627&view=rev
Log:
Minor corrections to the JavaDoc
Modified:
incubator/tuscany/java/sca/modules/node-impl/src/main/java/org/apache/tuscany/sca/node/impl/SCADomainFinderImpl.java
incubator/tuscany/java/sca/modules/node-impl/src/main/java/org/apache/tuscany/sca/node/impl/SCADomainProxyImpl.java
incubator/tuscany/java/sca/modules/node-impl/src/main/java/org/apache/tuscany/sca/node/impl/SCANodeFactoryImpl.java
incubator/tuscany/java/sca/modules/node-impl/src/main/java/org/apache/tuscany/sca/node/impl/SCANodeImpl.java
Modified:
incubator/tuscany/java/sca/modules/node-impl/src/main/java/org/apache/tuscany/sca/node/impl/SCADomainFinderImpl.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/node-impl/src/main/java/org/apache/tuscany/sca/node/impl/SCADomainFinderImpl.java?rev=656627&r1=656626&r2=656627&view=diff
==============================================================================
---
incubator/tuscany/java/sca/modules/node-impl/src/main/java/org/apache/tuscany/sca/node/impl/SCADomainFinderImpl.java
(original)
+++
incubator/tuscany/java/sca/modules/node-impl/src/main/java/org/apache/tuscany/sca/node/impl/SCADomainFinderImpl.java
Thu May 15 05:34:10 2008
@@ -37,9 +37,7 @@
private static HashMap<String, SCADomain> domains = new HashMap<String,
SCADomain>();
/**
- * Returns a new SCA domain finder instance.
- *
- * @return a new SCA domain finder
+ * Constructs a new SCA domain finder instance.
*/
public SCADomainFinderImpl() {
Modified:
incubator/tuscany/java/sca/modules/node-impl/src/main/java/org/apache/tuscany/sca/node/impl/SCADomainProxyImpl.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/node-impl/src/main/java/org/apache/tuscany/sca/node/impl/SCADomainProxyImpl.java?rev=656627&r1=656626&r2=656627&view=diff
==============================================================================
---
incubator/tuscany/java/sca/modules/node-impl/src/main/java/org/apache/tuscany/sca/node/impl/SCADomainProxyImpl.java
(original)
+++
incubator/tuscany/java/sca/modules/node-impl/src/main/java/org/apache/tuscany/sca/node/impl/SCADomainProxyImpl.java
Thu May 15 05:34:10 2008
@@ -85,8 +85,9 @@
/**
* Creates a domain proxy connected to a wider domain.
*
- * @param domainUri - identifies what host and port the domain service is
running on, e.g. http://localhost:8081
+ * @param domainURI - identifies what host and port the domain service is
running on, e.g. http://localhost:8081
* @throws ActivationException
+ * @throws DomainException
*/
public SCADomainProxyImpl(String domainURI) throws DomainException {
super(domainURI);
@@ -95,8 +96,10 @@
/**
* Creates a domain proxy connected to a wider domain.
*
- * @param domainUri - identifies what host and port the domain service is
running on, e.g. http://localhost:8081
+ * @param domainURI - identifies what host and port the domain service is
running on, e.g. http://localhost:8081
+ * @param cl The ClassLoader to use as the Domain ClassLoader
* @throws ActivationException
+ * @throws DomainException
*/
public SCADomainProxyImpl(String domainURI, ClassLoader cl) throws
DomainException {
super(domainURI);
Modified:
incubator/tuscany/java/sca/modules/node-impl/src/main/java/org/apache/tuscany/sca/node/impl/SCANodeFactoryImpl.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/node-impl/src/main/java/org/apache/tuscany/sca/node/impl/SCANodeFactoryImpl.java?rev=656627&r1=656626&r2=656627&view=diff
==============================================================================
---
incubator/tuscany/java/sca/modules/node-impl/src/main/java/org/apache/tuscany/sca/node/impl/SCANodeFactoryImpl.java
(original)
+++
incubator/tuscany/java/sca/modules/node-impl/src/main/java/org/apache/tuscany/sca/node/impl/SCANodeFactoryImpl.java
Thu May 15 05:34:10 2008
@@ -43,7 +43,7 @@
/**
* Creates a new SCA node.
*
- * @param nodeURI the URI of the node, this URI is used to provide the
default
+ * @param physicalNodeURI the URI of the node, this URI is used to provide
the default
* host and port information for the runtime for situations when
bindings
* do provide this information
* @param domainURI the URI of the domain that the node belongs to. This
URI is
Modified:
incubator/tuscany/java/sca/modules/node-impl/src/main/java/org/apache/tuscany/sca/node/impl/SCANodeImpl.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/node-impl/src/main/java/org/apache/tuscany/sca/node/impl/SCANodeImpl.java?rev=656627&r1=656626&r2=656627&view=diff
==============================================================================
---
incubator/tuscany/java/sca/modules/node-impl/src/main/java/org/apache/tuscany/sca/node/impl/SCANodeImpl.java
(original)
+++
incubator/tuscany/java/sca/modules/node-impl/src/main/java/org/apache/tuscany/sca/node/impl/SCANodeImpl.java
Thu May 15 05:34:10 2008
@@ -114,8 +114,8 @@
* Creates a node connected to a wider domain. To find its place in the
domain
* node and domain identifiers must be provided.
*
- * @param physicalNodeUri - if this is a URL it is assumed that this will
be used as root URL for management components, e.g. http://localhost:8082
- * @param domainUri - identifies what host and port the domain service is
running on, e.g. http://localhost:8081
+ * @param physicalNodeURI - if this is a URL it is assumed that this will
be used as root URL for management components, e.g. http://localhost:8082
+ * @param domainURI - identifies what host and port the domain service is
running on, e.g. http://localhost:8081
* @param logicalNodeURI the URI of the node group. This is the endpoint
URI of the head of the
* group of nodes. For example, in load balancing scenarios this will be
the loaded balancer itself
* @throws ActivationException
@@ -132,8 +132,8 @@
* Creates a node connected to a wider domain and allows a classpath to be
specified.
* To find its place in the domain node and domain identifiers must be
provided.
*
- * @param physicalNodeUri - if this is a URL it is assumed that this will
be used as root URL for management components, e.g. http://localhost:8082
- * @param domainUri - identifies what host and port the domain service is
running on, e.g. http://localhost:8081
+ * @param physicalNodeURI - if this is a URL it is assumed that this will
be used as root URL for management components, e.g. http://localhost:8082
+ * @param domainURI - identifies what host and port the domain service is
running on, e.g. http://localhost:8081
* @param logicalNodeURI the URI of the node group. This is the endpoint
URI of the head of the
* group of nodes. For example, in load balancing scenarios this will be
the loaded balancer itself
* @param cl - the ClassLoader to use for loading system resources for the
node