The resource types that you can select from the drop-down menus
in the Type column are:
-
javax.sql.DataSource - represents a data store like a database
-
javax.mail.Session - represents:
- a mail store, where mail messages are stored in folders, or
- a mail transport used to send a mail message
-
java.net.URL - represents a file resource
-
javax.jms.QueueConnectionFactory - represents a connection factory
for connecting to a Queue destination.
-
javax.jms.TopicConnectionFactory - represents a connection factory
for connecting to a Topic destination.
-
javax.resource.cci.ConnectionFactory - represents a connection
factory for connecting to an EIS.