com.ibm.portal.resourceaggregator.combiner
Interface ResourceCombinerServiceHome

All Known Subinterfaces:
CorResourceCombinerServiceHome, PortletResourceCombinerServiceHome

public interface ResourceCombinerServiceHome

Home interface for JNDI based lookups for ResourceCombinerService

Since:
8.5.0.3

Method Summary
 ResourceList createResourceList(ResourceCombinerService.ResourceType type)
          Creates a new instance of the resource list object.
 ResourceURIVariations createResourceVariations()
          Creates a new instance of the resource variations object, which is needed to to fill the resource list object.
 

Method Detail

createResourceList

ResourceList createResourceList(ResourceCombinerService.ResourceType type)
Creates a new instance of the resource list object. This object should be cached by the caller as long as possible, for instance as an instance variable.

Parameters:
type - the type of the resources to be added. Must not be null.
Returns:
a ResourceList object. Never null.

createResourceVariations

ResourceURIVariations createResourceVariations()
Creates a new instance of the resource variations object, which is needed to to fill the resource list object.

Parameters:
type - the type of the resources to be added. Must not be null.
Returns:
a ResourceURIVariations object. Never null.