com.bea.alsb.resources.custom
Interface ResourceProviderFactory


public interface ResourceProviderFactory

Factory interface to be implemented per Resource Provider types


Method Summary
 String getTypeId()
          Method used to get the unique string identifying this resource.
 void registerProvider(ResourceManager rm)
          Registers a new provider with the resource manager.
 

Method Detail

registerProvider

void registerProvider(ResourceManager rm)
                      throws CustomResourceException
Registers a new provider with the resource manager. Typically called by the ALSB core eclipse plugin.

Parameters:
rm - the resource manager to which to register
Throws:
CustomResourceException

getTypeId

String getTypeId()
Method used to get the unique string identifying this resource. This method must return the same ID as ResourceProvider.getTypeId()

Returns:
a unique string that identifies this provider, like “myResource”