001    //
002    // Generated stub from file:/Users/bohn/Apache/tags-2.1.3/framework/modules/geronimo-commands/src/main/groovy/org/apache/geronimo/commands/WaitForServerCommand.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 org.apache.geronimo.gshell.clp.Option;
014    import org.apache.geronimo.gshell.command.annotation.CommandComponent;
015    import org.apache.geronimo.gshell.command.CommandSupport;
016    import org.apache.geronimo.gshell.command.annotation.Requirement;
017    import org.apache.geronimo.gshell.console.PromptReader;
018    import org.apache.geronimo.deployment.cli.ServerConnection;
019    import org.apache.geronimo.deployment.plugin.jmx.RemoteDeploymentManager;
020    
021    /**
022     * Wait for a Geronimo server to start.
023     *
024     * @version $Rev: 706640 $ $Date: 2008-10-21 14:44:05 +0000 (Tue, 21 Oct 2008) $
025     */
026    public class WaitForServerCommand
027        extends ConnectCommand
028    {
029        private int timeout = -1;
030        public int getTimeout() {
031            throw new InternalError("Stubbed method");
032        }
033        public void setTimeout(int value) {
034            throw new InternalError("Stubbed method");
035        }
036    
037        protected java.lang.Object doExecute() throws Exception {
038            throw new InternalError("Stubbed method");
039        }
040    
041        protected ServerConnection connect() {
042            throw new InternalError("Stubbed method");
043        }
044    
045        public groovy.lang.MetaClass getMetaClass() {
046            throw new InternalError("Stubbed method");
047        }
048    
049        public void setMetaClass(groovy.lang.MetaClass metaClass) {
050            throw new InternalError("Stubbed method");
051        }
052    
053        public java.lang.Object invokeMethod(java.lang.String name, java.lang.Object args) {
054            throw new InternalError("Stubbed method");
055        }
056    
057        public java.lang.Object getProperty(java.lang.String name) {
058            throw new InternalError("Stubbed method");
059        }
060    
061        public void setProperty(java.lang.String name, java.lang.Object value) {
062            throw new InternalError("Stubbed method");
063        }
064    }