Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

API

Service WSDL

Code Block
package ncsa.services.vizier.tspace;

public interface IConfigurationSpace
{
	void write( String entryXML ) throws Throwable;
	String[] read( String matchXML, int max ) throws Throwable;
	String[] take( String matchXML, int max, long timeout ) throws Throwable;
	String[] takeNB( String matchXML, int max ) throws Throwable;
}
  • write takes a serialized string representing the ncsa.service.vizier.tspace.ConfigurationEntry object (see below).
  • read and take are batch methods, both requiring a serialized string representing the ncsa.service.vizier.tspace.ConfigurationMatchRequest object (see below), along with an integer indicating the maximum number of tuples to return (default is 10; it is advisable not to set this number too high, as Axis will have trouble managing extremely large SOAP packets.
  • take also requires a timeout (default is