org.openmdx.compatibility.base.dataprovider.transport.cci
Interface Dataprovider_1_1Connection

All Superinterfaces:
Dataprovider_1_0, Dataprovider_1_0Connection
All Known Implementing Classes:
Dataprovider_1_0LocalConnection, Dataprovider_1_0RemoteConnection, Dataprovider_1_0WrappedConnection, Dataprovider_1Connection, Dataprovider_1HttpConnection, LateBindingConnection_1, LateBindingWrappedConnection_1, ProxyConnection_1

public interface Dataprovider_1_1Connection
extends Dataprovider_1_0Connection

The method in this interface is the transport independent face of a dataprovider connection.


Method Summary
 void close()
          Close the connection.
 void remove()
          Deprecated. use @{link org.openmdx.compatibility.base.dataprovider.transport.cci.Dataprovider_1_1Connection#close() close()}
 
Methods inherited from interface org.openmdx.compatibility.base.dataprovider.cci.Dataprovider_1_0
process
 

Method Detail

remove

void remove()
            throws ServiceException
Deprecated. use @{link org.openmdx.compatibility.base.dataprovider.transport.cci.Dataprovider_1_1Connection#close() close()}

Remove the object

Specified by:
remove in interface Dataprovider_1_0Connection
Throws:
ServiceException - DEACTIVATION_FAILURE if the object is not removable

close

void close()
Close the connection.

This method does not remove the object it connects to.



This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.