Ejemplo n.º 1
0
  @Override
  public Resource init() throws gate.creole.ResourceInstantiationException {
    super.init();

    return this;
  }
Ejemplo n.º 2
0
 @Override
 public void setDataStore(DataStore dataStore) throws gate.persist.PersistenceException {
   super.setDataStore(dataStore);
   if (this.dataStore != null) this.dataStore.addDatastoreListener(this);
 }