001 // 002 // Generated stub from file:/Users/bohn/Apache/tags-2.1.3/framework/modules/geronimo-commands/src/main/groovy/org/apache/geronimo/commands/StopModuleCommand.groovy 003 // 004 005 package org.apache.geronimo.commands; 006 007 import java.lang.*; 008 import java.io.*; 009 import java.net.*; 010 import java.util.*; 011 import groovy.lang.*; 012 import groovy.util.*; 013 import jline.ConsoleReader; 014 import org.apache.geronimo.gshell.clp.Argument; 015 import org.apache.geronimo.gshell.command.annotation.CommandComponent; 016 import org.apache.geronimo.cli.deployer.BaseCommandArgs; 017 import org.apache.geronimo.deployment.cli.CommandStop; 018 019 /** 020 * Stop module. 021 * 022 * @version $Rev: 706640 $ $Date: 2008-10-21 14:44:05 +0000 (Tue, 21 Oct 2008) $ 023 */ 024 public class StopModuleCommand 025 extends ConnectCommand 026 { 027 private List moduleNames = null; 028 public List getModuleNames() { 029 throw new InternalError("Stubbed method"); 030 } 031 public void setModuleNames(List value) { 032 throw new InternalError("Stubbed method"); 033 } 034 035 protected java.lang.Object doExecute() throws Exception { 036 throw new InternalError("Stubbed method"); 037 } 038 039 public groovy.lang.MetaClass getMetaClass() { 040 throw new InternalError("Stubbed method"); 041 } 042 043 public void setMetaClass(groovy.lang.MetaClass metaClass) { 044 throw new InternalError("Stubbed method"); 045 } 046 047 public java.lang.Object invokeMethod(java.lang.String name, java.lang.Object args) { 048 throw new InternalError("Stubbed method"); 049 } 050 051 public java.lang.Object getProperty(java.lang.String name) { 052 throw new InternalError("Stubbed method"); 053 } 054 055 public void setProperty(java.lang.String name, java.lang.Object value) { 056 throw new InternalError("Stubbed method"); 057 } 058 }