This is the base class for connection information. A ConnectionInfo
object is used to acquire a DatastoreDriver instance. The attributes
of this class may or may not be useful to subclasses, but they reflect
the configuration detail that is standard in JDO.
Returns a new DatastoreDriver that interacts with the datastore
described by this ConnectionInfo object. This method must
be implemented by subclasses.