You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by we...@apache.org on 2004/02/16 14:32:27 UTC

cvs commit: jakarta-jetspeed-2/cps/src/java/org/apache/jetspeed/cps/jndi JNDIService.java

weaver      2004/02/16 05:32:27

  Modified:    cps/src/java/org/apache/jetspeed/cps/jndi JNDIService.java
  Log:
  now inherits from the JNDIComponent interface
  
  Revision  Changes    Path
  1.2       +3 -6      jakarta-jetspeed-2/cps/src/java/org/apache/jetspeed/cps/jndi/JNDIService.java
  
  Index: JNDIService.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/cps/src/java/org/apache/jetspeed/cps/jndi/JNDIService.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JNDIService.java	4 Feb 2004 21:09:29 -0000	1.1
  +++ JNDIService.java	16 Feb 2004 13:32:27 -0000	1.2
  @@ -57,6 +57,7 @@
   import javax.naming.NamingException;
   
   import org.apache.jetspeed.cps.CommonService;
  +import org.apache.jetspeed.cps.components.jndi.*;
   
   /**
    * <p>
  @@ -67,12 +68,8 @@
    * @version $Id$
    *
    */
  -public interface JNDIService extends CommonService
  +public interface JNDIService extends CommonService, JNDIComponent
   {
   	String SERVICE_NAME="JNDIService";
   	
  -	Context getRootContext();
  -	
  -	void bindToCurrentThread() throws NamingException;
  -
   }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org