orc.orchard.rmi
Class CompilerService

java.lang.Object
  extended by orc.orchard.AbstractCompilerService
      extended by orc.orchard.rmi.CompilerService
All Implemented Interfaces:
java.rmi.Remote, CompilerServiceInterface

public class CompilerService
extends AbstractCompilerService
implements CompilerServiceInterface


Field Summary
 
Fields inherited from class orc.orchard.AbstractCompilerService
logger
 
Constructor Summary
CompilerService(java.net.URI baseURI)
           
CompilerService(java.net.URI baseURI, java.util.logging.Logger logger)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class orc.orchard.AbstractCompilerService
compile, getDefaultLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface orc.orchard.api.CompilerServiceInterface
compile
 

Constructor Detail

CompilerService

public CompilerService(java.net.URI baseURI,
                       java.util.logging.Logger logger)
                throws java.rmi.RemoteException,
                       java.net.MalformedURLException
Throws:
java.rmi.RemoteException
java.net.MalformedURLException

CompilerService

public CompilerService(java.net.URI baseURI)
                throws java.rmi.RemoteException,
                       java.net.MalformedURLException
Throws:
java.rmi.RemoteException
java.net.MalformedURLException
Method Detail

main

public static void main(java.lang.String[] args)