Connecting to RAD in Java

RAD instances can communicate through the Connection class. Various factory interfaces are available to get different types of connections to a RAD instance. Each mechanism returns a connection instance that provides a standard interface to interact with RAD. The connection can be closed with the close() method.