Package javax.datamining.resource

This package contains Java classes used to create the connection to the data mining engine (DME) and maintain metadata objects associated with the DME.

See:
          Description

Interface Summary
Connection A Connection instance serves the following purposes: Encapsulates a connection with a DME Authenticates users Supports retrieval and storage of named objects Provides ConnectionMetaData Supports execution of tasks
ConnectionFactory A ConnectionFactory provides an interface for getting a connection to a DME instance.
ConnectionMetaData A ConnectionMetaData provides version information for the JDM implementation and provider.
ConnectionSpec A ConnectionSpec encapsulates the DME instance at a URI and user authentication details.
 

Class Summary
ConnectionCapability The enumeration ConnectionCapability indicates capabilities of the implementation in terms of the way connection is created, how object persistence is managed, etc.
PersistenceOption The enumeration PersistenceOption indicates how objects are persisted.
 

Package javax.datamining.resource Description

This package contains Java classes used to create the connection to the data mining engine (DME) and maintain metadata objects associated with the DME.