jlaskowski 2005/06/19 18:40:34
Modified: modules/webadmin/src/java/org/openejb/webadmin/main
ConfigHTMLWriter.java ConfigurationDataObject.java
DeployerBean.java DeployerObject.java
Log:
A step towards cutting the 1.0 release:
o openejb:release goal to cut a release
o polishing the sources so that javadoc is built without any errors or
warnings
o Add javadoc to release in openejb:release
Revision Changes Path
1.3 +3 -4
openejb1/modules/webadmin/src/java/org/openejb/webadmin/main/ConfigHTMLWriter.java
Index: ConfigHTMLWriter.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb1/modules/webadmin/src/java/org/openejb/webadmin/main/ConfigHTMLWriter.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ConfigHTMLWriter.java 16 Jun 2005 22:29:56 -0000 1.2
+++ ConfigHTMLWriter.java 19 Jun 2005 22:40:34 -0000 1.3
@@ -69,7 +69,7 @@
* This class is a utility for the ConfigBean. It takes care of printing
* out all the HTML for the bean.
*
- * @see org.openejb.webadmin.config.ConfigBean
+ * @see org.openejb.webadmin.main.ConfigBean
* @author <a href="mailto:[EMAIL PROTECTED]">Tim Urberg</a>
*/
public class ConfigHTMLWriter {
@@ -439,9 +439,8 @@
*
* @see org.openejb.alt.config.sys.Container
* @param body writes the HTML to the browser
- * @param container the container to write the contents of
+ * @param containerData the container to write the contents of
* @param handle the location of the handle file string
- * @param index the index of the connector array
*/
public static void writeContainer(PrintWriter body, ContainerData
containerData, String handle) throws IOException {
Properties properties = new Properties();
1.3 +2 -2
openejb1/modules/webadmin/src/java/org/openejb/webadmin/main/ConfigurationDataObject.java
Index: ConfigurationDataObject.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb1/modules/webadmin/src/java/org/openejb/webadmin/main/ConfigurationDataObject.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ConfigurationDataObject.java 16 Jun 2005 22:29:56 -0000 1.2
+++ ConfigurationDataObject.java 19 Jun 2005 22:40:34 -0000 1.3
@@ -65,7 +65,7 @@
/**
* sets the Openejb object
- * @param openejb the openejb object to set
+ * @param config the openejb object to set
*/
public void setOpenejb(Openejb config) throws RemoteException;
}
1.3 +5 -4
openejb1/modules/webadmin/src/java/org/openejb/webadmin/main/DeployerBean.java
Index: DeployerBean.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb1/modules/webadmin/src/java/org/openejb/webadmin/main/DeployerBean.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- DeployerBean.java 16 Jun 2005 22:29:56 -0000 1.2
+++ DeployerBean.java 19 Jun 2005 22:40:34 -0000 1.3
@@ -81,9 +81,10 @@
* This is a stateful session bean which handles the action of deployment
for the
* web administration.
*
- * @see org.openejb.webadmin.deploy.DeployData
- * @see org.openejb.webadmin.deploy.OQLData
- * @see org.openejb.webadmin.deploy.ReferenceData
+ * @see org.openejb.webadmin.main.DeployData
+ * @see org.openejb.webadmin.main.OQLData
+ * @see org.openejb.webadmin.main.ReferenceData
+ *
* @author <a href="mailto:[EMAIL PROTECTED]">Tim Urberg</a>
*/
public class DeployerBean implements SessionBean {
1.3 +2 -2
openejb1/modules/webadmin/src/java/org/openejb/webadmin/main/DeployerObject.java
Index: DeployerObject.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb1/modules/webadmin/src/java/org/openejb/webadmin/main/DeployerObject.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- DeployerObject.java 16 Jun 2005 22:29:56 -0000 1.2
+++ DeployerObject.java 19 Jun 2005 22:40:34 -0000 1.3
@@ -54,7 +54,7 @@
* This is a stateful session bean which holds deployment information
* for the web deployment of an EJB.
*
- * @see org.openejb.webadmin.deploy.DeployerBean
+ * @see org.openejb.webadmin.main.DeployerBean
* @author <a href="mailto:[EMAIL PROTECTED]">Tim Urberg</a>
*/
public interface DeployerObject extends EJBObject {