Interface JCAResourceMBean

  • All Superinterfaces:
    J2EEManagedObjectMBean, J2EEResourceMBean

    public interface JCAResourceMBean
    extends J2EEResourceMBean
    Identifies a JCA resource. A JCAResource object manages one or more connection factories. For each JCA resource provided on a server, there must be one JCAResource OBJECT_NAME in the servers resources list that identifies it.
    • Method Detail

      • getconnectionFactories

        java.lang.String[] getconnectionFactories()
        A list of the connection factories available on the corresponding JCAResource object. For each connection factory available to this JCAResource there must be one JCAConnectionFactory OBJECT_NAME in the connectionFactories list that identifies it.