|
|||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||
ExecutionInformation.getStatus()
ExecutionInformation.getStatus()
ResourceChooser.chooseFolder(java.lang.String, boolean).
ResourceChooser.chooseResource(java.lang.String, boolean).
Creator.getLogoURI()
Content.getReferenceURI()
SiapCapability.Query.getPos()
AccessURL.getValueURI()
ExecutionInformation.getStatus()
ManagerExecutionInformation.getStatus()
registerXMLRPC
ExecutionInformation.getStatus()
Search for IR Redshift resources (Python)
# connect to the AR
from xmlrpc import Server
from os.path import expanduser
ar = Server(file(expanduser('~/.astrogrid-desktop')).next().strip() +'xmlrpc')
#call this function
rs = ar.ivoa.registry.search("ucd = redshift AND waveband = infrared")
#see what we've got
print len(rs)
#list first 10 identifiers
for r in rs[:10]:
print r['id']
RemoteProcessManager.submit(org.w3c.dom.Document) where document is stored somewhere and referenced by URI
RemoteProcessManager.submitTo(org.w3c.dom.Document, java.net.URI) where document is referenced by URL
* @param documentLocation pointer to tool document - may be file:/, http://, ftp:// or ivo:// (myspace) protocols
ExecutionInformation.getStatus()
|
|||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||