User: norbert
Date: 00/05/22 10:32:06
Modified: src/java/org/spyderMQ/distributed
SpyQueueConnectionFactory.java
SpyTopicConnectionFactory.java
Log:
package the SecutityManager
Revision Changes Path
1.6 +2 -2
spyderMQ/src/java/org/spyderMQ/distributed/SpyQueueConnectionFactory.java
Index: SpyQueueConnectionFactory.java
===================================================================
RCS file:
/products/cvs/ejboss/spyderMQ/src/java/org/spyderMQ/distributed/SpyQueueConnectionFactory.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- SpyQueueConnectionFactory.java 2000/05/16 17:02:36 1.5
+++ SpyQueueConnectionFactory.java 2000/05/22 17:32:05 1.6
@@ -10,7 +10,7 @@
import javax.jms.QueueConnectionFactory;
import javax.jms.JMSException;
import org.spydermq.Log;
-import org.spydermq.SecurityManager;
+import org.spydermq.security.SecurityManager;
import org.spydermq.distributed.interfaces.DistributedJMSServer;
import org.spydermq.distributed.interfaces.DistributedQueueConnectionFactory;
import java.io.Serializable;
@@ -21,7 +21,7 @@
*
* @author Norbert Lataille ([EMAIL PROTECTED])
*
- * @version $Revision: 1.5 $
+ * @version $Revision: 1.6 $
*/
public class SpyQueueConnectionFactory
implements QueueConnectionFactory, Serializable
1.15 +2 -2
spyderMQ/src/java/org/spyderMQ/distributed/SpyTopicConnectionFactory.java
Index: SpyTopicConnectionFactory.java
===================================================================
RCS file:
/products/cvs/ejboss/spyderMQ/src/java/org/spyderMQ/distributed/SpyTopicConnectionFactory.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- SpyTopicConnectionFactory.java 2000/05/17 00:28:07 1.14
+++ SpyTopicConnectionFactory.java 2000/05/22 17:32:05 1.15
@@ -12,7 +12,7 @@
import org.spydermq.distributed.interfaces.DistributedJMSServer;
import org.spydermq.distributed.interfaces.DistributedTopicConnectionFactory;
import org.spydermq.Log;
-import org.spydermq.SecurityManager;
+import org.spydermq.security.SecurityManager;
import java.io.Serializable;
import java.util.Properties;
@@ -21,7 +21,7 @@
*
* @author Norbert Lataille ([EMAIL PROTECTED])
*
- * @version $Revision: 1.14 $
+ * @version $Revision: 1.15 $
*/
public class SpyTopicConnectionFactory
implements TopicConnectionFactory, Serializable