This commit is contained in:
Lucio Lelii 2008-10-22 17:48:08 +00:00
parent ddef231856
commit cd8c26cc5f
1 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@ import org.gcube.common.core.faults.GCUBEFault;
import org.gcube.common.core.porttypes.GCUBEStartupPortType;
import org.gcube.common.core.utils.logging.GCUBELog;
import org.gcube.vremanagement.vremodeler.db.DBInterface;
import org.gcube.vremanagement.vremodeler.stubs.GetExistingNamesResponseMessage;
import org.globus.wsrf.encoding.ObjectDeserializer;
import org.globus.wsrf.tests.basic.CreateResource;
import org.xml.sax.InputSource;
@ -45,7 +46,7 @@ public class ModelFactoryService extends GCUBEStartupPortType{
* @return array of string qith exististin dl names
* @throws RemoteException -
*/
public GetExistingNamesResponseMessage getExistingNamesDLs() throws GCUBEFault {
public GetExistingNamesResponseMessage getExistingNamesVREs() throws GCUBEFault {
ArrayList<String> toReturn= new ArrayList<String>();
ResultSet res=null;
try{