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)
          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)
                           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 the xml files in the rar file being deployed