PROTOTYPE
Not reviewed yet: use at your own risk!

satin.remotelauncher
Class RemoteTestbedParamSet

java.lang.Object
  |
  +--satin.aro.AROobject
        |
        +--satin.aro.AROremoteObject
              |
              +--satin.remotelauncher.RemoteParamSet
                    |
                    +--satin.remotelauncher.RemoteTestbedParamSet

public class RemoteTestbedParamSet
extends RemoteParamSet

Provides access to testbed parameters that reside on a remote system. This class is intended only for use by the RemoteLauncher package and the satin.testing.parameters package. It is a client-side interface to a TestbedParamSet object that resides in the RemoteLauncher.Server.

Author:
Ed Stauff

Fields inherited from class satin.aro.AROremoteObject
server
 
Fields inherited from class satin.aro.AROobject
id
 
Method Summary
RemoteAppParamSet getAppParamSet(java.lang.String name)
          Returns the named application parameter set.
java.lang.String[] getAppParamSetNames()
          Returns the set of defined application parameter set names.
 
Methods inherited from class satin.remotelauncher.RemoteParamSet
getBoolean, getBoolean, getElement, getInt, getInt, getParamNames, getString, getString, isDefined
 
Methods inherited from class satin.aro.AROremoteObject
equals, exists, getAROclassName
 
Methods inherited from class satin.aro.AROobject
getID, setID, toAROstring, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getAppParamSetNames

public java.lang.String[] getAppParamSetNames()
                                       throws java.io.IOException,
                                              AROexception
Returns the set of defined application parameter set names.

Returns:
an array of strings containing one element for each defined application parameter set name.

getAppParamSet

public RemoteAppParamSet getAppParamSet(java.lang.String name)
                                 throws java.io.IOException,
                                        AROexception
Returns the named application parameter set.

Parameters:
name
the name of the application parameter set.
Returns:
the application parameter set, or null if not found.
Revision History

6/19/01 Ed Stauff - made changes per API review.



Generated on 5/9/2001 19:37 from RemoteTestbedParamSet.java (PRIVATE SOURCES)