This project has retired. For details please refer to its
        
        Attic page .
      
WeblogicManager (Jetspeed-2 Portal Components 2.1.3 API)
 
 
org.apache.jetspeed.tools.pamanager.servletcontainer 
 
java.lang.Object 
  org.apache.jetspeed.tools.pamanager.servletcontainer.WeblogicManager 
 
All Implemented Interfaces:  org.apache.jetspeed.tools.pamanager.servletcontainer.ApplicationServerManager 
 
public class WeblogicManager  extends Object implements org.apache.jetspeed.tools.pamanager.servletcontainer.ApplicationServerManager   
Weblogic application server management
Version: $Id: WeblogicManager.java 516881 2007-03-11 10:34:21Z ate $ 
Author: David Sean Taylor  
 
Methods inherited from class java.lang.Object   
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait  
 
WeblogicManager 
public WeblogicManager () 
 
start 
public org.apache.jetspeed.tools.pamanager.servletcontainer.ApplicationServerManagerResult start (String  appPath)
                                                                                          throws IOException  
Specified by: start in interface org.apache.jetspeed.tools.pamanager.servletcontainer.ApplicationServerManager 
Throws: 
IOException  
 
stop 
public org.apache.jetspeed.tools.pamanager.servletcontainer.ApplicationServerManagerResult stop (String  appPath)
                                                                                         throws IOException  
Specified by: stop in interface org.apache.jetspeed.tools.pamanager.servletcontainer.ApplicationServerManager 
Throws: 
IOException  
 
reload 
public org.apache.jetspeed.tools.pamanager.servletcontainer.ApplicationServerManagerResult reload (String  appPath)
                                                                                           throws IOException  
Specified by: reload in interface org.apache.jetspeed.tools.pamanager.servletcontainer.ApplicationServerManager 
Throws: 
IOException  
 
undeploy 
public org.apache.jetspeed.tools.pamanager.servletcontainer.ApplicationServerManagerResult undeploy (String  appPath)
                                                                                             throws IOException  
Specified by: undeploy in interface org.apache.jetspeed.tools.pamanager.servletcontainer.ApplicationServerManager 
Throws: 
IOException  
 
deploy 
public org.apache.jetspeed.tools.pamanager.servletcontainer.ApplicationServerManagerResult deploy (String  appPath,
                                                                                                  InputStream  is,
                                                                                                  int size)
                                                                                           throws IOException  
Specified by: deploy in interface org.apache.jetspeed.tools.pamanager.servletcontainer.ApplicationServerManager 
Throws: 
IOException  
 
getHostPort 
public int getHostPort () 
Specified by: getHostPort in interface org.apache.jetspeed.tools.pamanager.servletcontainer.ApplicationServerManager 
 
 
getHostUrl 
public String  getHostUrl () 
Specified by: getHostUrl in interface org.apache.jetspeed.tools.pamanager.servletcontainer.ApplicationServerManager 
 
 
isConnected 
public boolean isConnected () 
Specified by: isConnected in interface org.apache.jetspeed.tools.pamanager.servletcontainer.ApplicationServerManager 
 
 
getAppServerTarget 
public String  getAppServerTarget (String  appName) 
Specified by: getAppServerTarget in interface org.apache.jetspeed.tools.pamanager.servletcontainer.ApplicationServerManager 
 
 
start 
public void start () 
 
 
 
stop 
public void stop ()