gridbus.gmd.soap.gmdqueryclient
Class GMDQuery

java.lang.Object
  |
  +--gridbus.gmd.soap.gmdqueryclient.GMDQuery

public class GMDQuery
extends java.lang.Object


Constructor Summary
GMDQuery()
           
GMDQuery(java.lang.String host, int port, java.lang.String soapDir, java.lang.String soapServiceName)
           
 
Method Summary
 gridbus.gmd.soap.gmdqueryclient.Price getPrice(java.lang.String sName)
          Method getPrice.
 gridbus.gmd.soap.gmdqueryclient.GMDService getServiceByHost(java.lang.String hName)
           
 java.util.ListIterator getServiceContactList(java.lang.String sType)
          Method getProviderList.
 java.util.ListIterator getServiceList()
          Method getServiceList.
 java.util.ListIterator getServiceListByProvider(java.lang.String pName)
           
 java.util.ListIterator getServiceListByType(java.lang.String sType)
          Method getServiceList.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GMDQuery

public GMDQuery()
         throws GMDQueryException

GMDQuery

public GMDQuery(java.lang.String host,
                int port,
                java.lang.String soapDir,
                java.lang.String soapServiceName)
         throws GMDQueryException
Method Detail

getPrice

public gridbus.gmd.soap.gmdqueryclient.Price getPrice(java.lang.String sName)
                                               throws GMDQueryException
Method getPrice.

Returns:
Price
Throws:
GMDQueryException

getServiceByHost

public gridbus.gmd.soap.gmdqueryclient.GMDService getServiceByHost(java.lang.String hName)
                                                            throws GMDQueryException
GMDQueryException

getServiceContactList

public java.util.ListIterator getServiceContactList(java.lang.String sType)
                                             throws GMDQueryException
Method getProviderList.

Throws:
GMDQueryException

getServiceListByType

public java.util.ListIterator getServiceListByType(java.lang.String sType)
                                            throws GMDQueryException
Method getServiceList.

Parameters:
sType -
Returns:
ListIterator
Throws:
GMDQueryException

getServiceListByProvider

public java.util.ListIterator getServiceListByProvider(java.lang.String pName)
                                                throws GMDQueryException
GMDQueryException

getServiceList

public java.util.ListIterator getServiceList()
                                      throws GMDQueryException
Method getServiceList.

Returns:
ListIterator
Throws:
GMDQueryException