solar.service.fork.client
Class ForkClient

java.lang.Object
  |
  +--solar.service.fork.client.ForkClient

public class ForkClient
extends java.lang.Object

The interface to interact with Fork service.

Version:
$Id: ForkClient.java,v 1.1 2003/10/08 21:55:23 glchen Exp $
Author:
Guanling Chen

Field Summary
private  DispatchService _dispatch
           
private  ForkService _fork
           
protected static org.apache.log4j.Logger _log
           
private  ServiceManager _servman
           
 
Constructor Summary
ForkClient(serp.util.Options opts)
           
 
Method Summary
 void batchrun(java.lang.String taskfile)
           
private  void construct(serp.util.Options opts)
           
private  serp.util.Options getDefaultOptions()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_log

protected static org.apache.log4j.Logger _log

_fork

private ForkService _fork

_servman

private ServiceManager _servman

_dispatch

private DispatchService _dispatch
Constructor Detail

ForkClient

public ForkClient(serp.util.Options opts)
           throws java.lang.Exception
Method Detail

getDefaultOptions

private serp.util.Options getDefaultOptions()

construct

private void construct(serp.util.Options opts)
                throws java.lang.Exception
java.lang.Exception

batchrun

public void batchrun(java.lang.String taskfile)
              throws java.lang.Exception
java.lang.Exception

main

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