dblevins 2004/10/25 05:55:06
Modified: modules/core/src/java/org/openejb/server/admin
AdminDaemon.java
Log:
Killed some bad javadoc
Start of re-enabling openejb.conf/service-jar.xml config support
Revision Changes Path
1.3 +5 -2
openejb/modules/core/src/java/org/openejb/server/admin/AdminDaemon.java
Index: AdminDaemon.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb/modules/core/src/java/org/openejb/server/admin/AdminDaemon.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- AdminDaemon.java 10 Mar 2004 09:20:20 -0000 1.2
+++ AdminDaemon.java 25 Oct 2004 09:55:06 -0000 1.3
@@ -51,6 +51,7 @@
import org.openejb.server.ServiceManager;
import org.openejb.server.ServiceException;
import org.openejb.client.RequestMethods;
+import org.openejb.ContainerIndex;
/**
* This is the base class for orcistrating the other daemons
@@ -70,7 +71,9 @@
public void init(Properties props) throws Exception {
}
-
+ public AdminDaemon(ContainerIndex index) {
+ }
+
public void service(Socket socket) throws ServiceException,IOException {
InputStream in = null;
InetAddress clientIP = null;