Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.9.0)

E52932-01


oracle.jbo.domain
Interface Disconnectable

All Known Implementing Classes:
Array

public interface Disconnectable

This interface provides only one method disconnect() to give those database connection related object a chance to clear its connection information. All classes implementing BlobDomainInterface.prepareForDML() should also implement this interface. Since some external customer subclassed BlobDomainInterface, adding this method into that interface will break those external subclasses. Right now only oracle.jbo.domain.Array implements this interface. Other classes need to implement this in the future.

Since:
JDeveloper 12.0

Method Summary
 void disconnect()
          Internal: Applications should not use this method.

 

Method Detail

disconnect

void disconnect()
Internal: Applications should not use this method.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.9.0)

E52932-01


Copyright © 1997, 2015, Oracle. All rights reserved.