org.jruby
Class JRubyService

java.lang.Object
  extended byorg.jruby.JRubyService
Direct Known Subclasses:
JRubyClient, JRubyServer

public abstract class JRubyService
extends java.lang.Object

Author:
Ola Bini

Nested Class Summary
protected static class JRubyService.Configuration
           
 
Field Summary
static java.lang.String CMD_NO_MORE
           
static java.lang.String CMD_START
           
static java.lang.String CMD_TERM
           
 
Constructor Summary
JRubyService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CMD_START

public static final java.lang.String CMD_START
See Also:
Constant Field Values

CMD_NO_MORE

public static final java.lang.String CMD_NO_MORE
See Also:
Constant Field Values

CMD_TERM

public static final java.lang.String CMD_TERM
See Also:
Constant Field Values
Constructor Detail

JRubyService

public JRubyService()


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