This illustration shows the interrelationship of interfaces and classes.

This is an example of multiple inheritance.

The class oracle.jmsAQjmsConnection inherits from the interface javax.jmsQueueConnection which inherits from the interface javax.jmsConnection.

The class oracle.jmsAQjmsConnection also inherits from the interface javax.jmsTopicConnection which inherits from the interface javax.jmsConnection.