User: norbert
Date: 00/05/22 10:32:07
Modified: src/java/org/spyderMQ/distributed/server
DistributedQueueConnectionFactoryRMIImpl.java
DistributedTopicConnectionFactoryRMIImpl.java
Log:
package the SecutityManager
Revision Changes Path
1.3 +2 -2
spyderMQ/src/java/org/spyderMQ/distributed/server/DistributedQueueConnectionFactoryRMIImpl.java
Index: DistributedQueueConnectionFactoryRMIImpl.java
===================================================================
RCS file:
/products/cvs/ejboss/spyderMQ/src/java/org/spyderMQ/distributed/server/DistributedQueueConnectionFactoryRMIImpl.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- DistributedQueueConnectionFactoryRMIImpl.java 2000/05/16 01:46:12 1.2
+++ DistributedQueueConnectionFactoryRMIImpl.java 2000/05/22 17:32:07 1.3
@@ -13,7 +13,7 @@
import javax.jms.JMSException;
import org.spydermq.distributed.interfaces.DistributedJMSServer;
import org.spydermq.SpyQueueConnection;
-import org.spydermq.SecurityManager;
+import org.spydermq.security.SecurityManager;
import java.util.Hashtable;
/**
@@ -21,7 +21,7 @@
*
* @author Norbert Lataille ([EMAIL PROTECTED])
*
- * @version $Revision: 1.2 $
+ * @version $Revision: 1.3 $
*/
public class DistributedQueueConnectionFactoryRMIImpl extends UnicastRemoteObject
implements DistributedQueueConnectionFactoryRMI
{
1.15 +2 -2
spyderMQ/src/java/org/spyderMQ/distributed/server/DistributedTopicConnectionFactoryRMIImpl.java
Index: DistributedTopicConnectionFactoryRMIImpl.java
===================================================================
RCS file:
/products/cvs/ejboss/spyderMQ/src/java/org/spyderMQ/distributed/server/DistributedTopicConnectionFactoryRMIImpl.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- DistributedTopicConnectionFactoryRMIImpl.java 2000/05/17 00:31:45 1.14
+++ DistributedTopicConnectionFactoryRMIImpl.java 2000/05/22 17:32:07 1.15
@@ -9,7 +9,7 @@
import java.rmi.RemoteException;
import java.rmi.server.UnicastRemoteObject;
import org.spydermq.SpyTopicConnection;
-import org.spydermq.SecurityManager;
+import org.spydermq.security.SecurityManager;
import org.spydermq.distributed.interfaces.DistributedJMSServer;
import javax.jms.TopicConnection;
import javax.jms.TopicConnectionFactory;
@@ -21,7 +21,7 @@
*
* @author Norbert Lataille ([EMAIL PROTECTED])
*
- * @version $Revision: 1.14 $
+ * @version $Revision: 1.15 $
*/
public class DistributedTopicConnectionFactoryRMIImpl extends UnicastRemoteObject
implements DistributedTopicConnectionFactoryRMI
{