uk.ac.rdg.resc.jstyx.gridservice.config
Class SGSInput

java.lang.Object
  extended by uk.ac.rdg.resc.jstyx.gridservice.config.SGSInput

public class SGSInput
extends java.lang.Object

Class containing information about the input file and streams required by the service

Author:
Jon Blower $Revision: 465 $ $Date: 2005-11-07 20:59:34 +0000 (Mon, 07 Nov 2005) $ $Log$ Revision 1.1 2005/11/07 20:59:34 jonblower Refactored SGS config classes to new package

Field Summary
static int FILE
           
static int FILE_FROM_PARAM
           
static int STREAM
           
 
Constructor Summary
SGSInput(java.lang.String type, java.lang.String name)
           
 
Method Summary
 java.lang.String getName()
           
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STREAM

public static final int STREAM
See Also:
Constant Field Values

FILE

public static final int FILE
See Also:
Constant Field Values

FILE_FROM_PARAM

public static final int FILE_FROM_PARAM
See Also:
Constant Field Values
Constructor Detail

SGSInput

public SGSInput(java.lang.String type,
                java.lang.String name)
         throws SGSConfigException
Throws:
SGSConfigException
Method Detail

getName

public java.lang.String getName()

getType

public int getType()


Copyright © 2004-2006 Reading e-Science Centre. All Rights Reserved.