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 Scott T Weaver <sc...@binary-designs.net> on 2004/07/02 17:13:01 UTC

Re: Fwd: cvs commit: jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/tools/pamanager/servletcontainer ApplicationServerManager.java

Done. Sorry 'bout that.

On Fri, 2004-07-02 at 11:06, David Sean Taylor wrote:
> Begin forwarded message:
> 
> > From: weaver@apache.org
> > Date: July 2, 2004 7:35:18 AM PDT
> > To: jakarta-jetspeed-2-cvs@apache.org
> > Subject: cvs commit:  
> > jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/tools/ 
> > pamanager/servletcontainer ApplicationServerManager.java
> > Reply-To: "Jetspeed Developers List" <je...@jakarta.apache.org>
> >
> > weaver      2004/07/02 07:35:18
> >
> >   Added:        
> > portal/src/java/org/apache/jetspeed/tools/pamanager/servletcontainer
> >                         ApplicationServerManager.java
> >   Log:
> >   Added interface that represents the management functions of an app  
> > server
> >
> >   Revision  Changes    Path
> >   1.1                   
> > jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/tools/ 
> > pamanager/servletcontainer/ApplicationServerManager.java
> >
> >   Index: ApplicationServerManager.java
> >   ===================================================================
> >   /*
> >    * Created on Jun 30, 2004
> >    *
> >    * TODO To change the template for this generated file go to
> >    * Window - Preferences - Java - Code Generation - Code and Comments
> >    */
> 
> Please use the Apache license
> 
> >   package org.apache.jetspeed.tools.pamanager.servletcontainer;
> >
> >   import java.io.IOException;
> >   import java.io.InputStream;
> >
> >   import org.apache.commons.httpclient.HttpException;
> >
> >   /**
> >    * @author scott
> >    *
> >    * TODO To change the template for this generated type comment go to
> >    * Window - Preferences - Java - Code Generation - Code and Comments
> >    */
> >
> Please use the Apache license
> 
> 
> >   public interface ApplicationServerManager
> >   {
> >       String start( String appPath ) throws HttpException, IOException;
> >
> >       String stop( String appPath ) throws HttpException, IOException;
> >
> >       String reload( String appPath ) throws HttpException,  
> > IOException;
> >
> >       String remove( String appPath ) throws HttpException,  
> > IOException;
> >
> >       String install( String warPath, String contexPath ) throws  
> > HttpException, IOException;
> >
> >       String deploy( String appPath, InputStream is, int size ) throws  
> > HttpException, IOException;
> >
> >       /**
> >        * @return
> >        */
> >       int getHostPort();
> >
> >       /**
> >        * @return
> >        */
> >       String getHostUrl();
> >
> >       boolean isConnected();
> >   }
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org
> >
> >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org
-- 
******************************************
*           Scott T. Weaver              *
*         <we...@apache.org>            *
*     <http://www.einnovation.com>       *   
* -------------------------------------- *
*   Apache Jetspeed Enterprise Portal    *
*     Apache Pluto Portlet Container     *
*                                        *
* OpenEditPro, Website Content Mangement *
*     <http://www.openeditpro.com>       *
******************************************


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


Re: cvs commit: jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/tools/pamanager/servletcontainer ApplicationServerManager.java

Posted by David Sean Taylor <da...@bluesunrise.com>.
On Jul 2, 2004, at 8:13 AM, Scott T Weaver wrote:

> Done. Sorry 'bout that.

no big deal, i often forget and thats why I have Eclipse do it for me 
automatically
At least your not putting your companies copyright on there, think I 
may have accidently did that once, back in the day when Jon would bitch 
people out


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