org.objectweb.jonas.resource
Interface ResourceService

All Superinterfaces:
Service
All Known Implementing Classes:
ResourceServiceImpl

public interface ResourceService
extends Service


Method Summary
 void createResourceAdapter(java.lang.String name, javax.resource.spi.ConnectionManager cm)
          Create a Resource Adapter
 
Methods inherited from interface org.objectweb.jonas.service.Service
getName, init, isStarted, setName, start, stop
 

Method Detail

createResourceAdapter

public void createResourceAdapter(java.lang.String name,
                                  javax.resource.spi.ConnectionManager cm)
                           throws java.lang.Exception
Create a Resource Adapter
Parameters:
String - name of the resource adapter. the configuration information for this resource adapter must be found in name.properties file
ConnectionManager - instance used for this Resource Adapter