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
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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.
6/19/01 Ed Stauff - made changes per API review.
Generated on 5/9/2001 19:37 from RemoteTestbedParamSet.java (PRIVATE SOURCES)