コード例 #1
0
 public void editElemento(
     ar.edu.unicen.exa.galvarez.patogis.servidor.modelo.Observacion elemento,
     java.lang.String usuario,
     java.lang.String clave)
     throws java.rmi.RemoteException {
   if (observacionWSImpl == null) _initObservacionWSImplProxy();
   observacionWSImpl.editElemento(elemento, usuario, clave);
 }
コード例 #2
0
 public ar.edu.unicen.exa.galvarez.patogis.servidor.modelo.Observacion[] getElementos()
     throws java.rmi.RemoteException {
   if (observacionWSImpl == null) _initObservacionWSImplProxy();
   return observacionWSImpl.getElementos();
 }