DatabaseControl Interface

Base interface for all Database controls.

Syntax

package weblogic.jws.control;


public interface DatabaseControl extends Control

Remarks

The methods of this interface may be invoked by any web service with a Database control instance.

Members

Constructors

Methods

Returns the database connection associated with this instance of the Database control.

Fields

Events

Related Topics

Database Control: Using a Database from Your Web Service

@jws:connection Tag

CustomerDBClient.jws Sample

LuckyNumberDBClient.jws Sample