Beispiel #1
0
 /**
  * This method will destroy the remote data store on the data server. All resources on the server
  * will be reclaimed.
  */
 public void destroy() throws Exception {
   _dataSource.destroy(this);
 }