com.intel.gpe.clients.api.gpe
Interface GPERegistryClient

All Superinterfaces:
RegistryClient, ServiceClient, WSLTClient, WSRFClient, WSRPClient

public interface GPERegistryClient
extends RegistryClient

Version:
$Id: GPERegistryClient.java,v 1.1 2006/05/18 13:38:13 dnpetrov Exp $
Author:
Dmitry Petrov

Method Summary
<ResourceClientType extends WSLTClient>
java.util.List<ResourceClientType>
getResourcesByType(java.lang.String resourceType)
          Query Registry for resources of given ResourceType.
 
Methods inherited from interface com.intel.gpe.clients.api.RegistryClient
getResources, getTargetSystemServices, getURL, newResourceRegistration, register
 
Methods inherited from interface com.intel.gpe.clients.api.WSLTClient
destroy, getCurrentTime, getTerminationTime, setTerminationTime
 
Methods inherited from interface com.intel.gpe.clients.api.WSRPClient
getMultipleResourceProperties, getResourceProperty, getResourcePropertyDocument, queryXPath10Properties
 

Method Detail

getResourcesByType

<ResourceClientType extends WSLTClient> java.util.List<ResourceClientType> getResourcesByType(java.lang.String resourceType)
                                                                         throws GPEInvalidResourcePropertyQNameException,
                                                                                GPEResourceUnknownException,
                                                                                GPEUnmarshallingException,
                                                                                GPESecurityException,
                                                                                GPEMiddlewareRemoteException,
                                                                                GPEMiddlewareServiceException
Query Registry for resources of given ResourceType.

Parameters:
resourceType -
Returns:
Throws:
GPEInvalidResourcePropertyQNameException
GPEResourceUnknownException
GPEUnmarshallingException
GPESecurityException
GPEMiddlewareRemoteException
GPEMiddlewareServiceException


Copyright © 2008. All Rights Reserved.