***  This interface provides Binary Compatibility only, not Source Compatibility  ***

com.sas.services.deployment
Interface ConsumedResourceLocatorInterface


public interface ConsumedResourceLocatorInterface

Interface to a service configuration's resources which may be consumed by applications.

Since:
9.2

Method Summary
 ConsumedResourceInterface getResource(java.lang.String id)
          Gets the consumed resource for the specified ID.
 

Method Detail

getResource

ConsumedResourceInterface getResource(java.lang.String id)
Gets the consumed resource for the specified ID.

Parameters:
id - Consumed resource's ID.
Returns:
Consumed resource or null if unable to locate the resource.

***  This interface provides Binary Compatibility only, not Source Compatibility  ***




Copyright © 2009 SAS Institute Inc. All Rights Reserved.