org.jruby
Class JRubyService.Configuration

java.lang.Object
  extended byorg.jruby.JRubyService.Configuration
Enclosing class:
JRubyService

protected static class JRubyService.Configuration
extends java.lang.Object


Constructor Summary
JRubyService.Configuration(java.lang.String args)
           
 
Method Summary
 java.lang.String getCommand()
           
 java.lang.String getKey()
           
 int getPort()
           
 boolean isDebug()
           
 boolean noMore()
           
 boolean terminate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JRubyService.Configuration

public JRubyService.Configuration(java.lang.String args)
Method Detail

getKey

public java.lang.String getKey()

getPort

public int getPort()

terminate

public boolean terminate()

noMore

public boolean noMore()

isDebug

public boolean isDebug()

getCommand

public java.lang.String getCommand()


Copyright © 2002-2007 JRuby Team. All Rights Reserved.