Java Data Sources > Overview of Java Data Sources > Dynamics of the Server/Java Data-Source Mapping > Deleting Server Objects
 
Deleting Server Objects
You can delete a server object on which a view is opened by a component, either from the server model or from the component.
From the Server to the Component
When an object is removed from the server or when a view unsubscribes from a server object, the related representation object is deleted from the component.
From the Component to the Server
As representation objects are “bidirectional”, removing a row from a Swing JTable object or from the associated table model, for example, results in an update being sent to the server, so that the corresponding server object is removed from the represented server relation. See the class ilog.ds.IlsDataSourceEditor class and its subclasses.

Version 5.8
Copyright © 2014, Rogue Wave Software, Inc. All Rights Reserved.