home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1999 April / DPPCPRO0499.ISO / April / Notes / 50b2wic.exe / DATA1.CAB / NotesProgramFilesJavaSupport / icsclass.jar / lotus / domino / servlet / NativeStubContext.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-11-15  |  1.3 KB  |  50 lines

  1. package lotus.domino.servlet;
  2.  
  3. public class NativeStubContext {
  4.    private int i_returnCode = 0;
  5.  
  6.    public String attributes(String var1) throws NativeStubException {
  7.       return NativeStub.attributes(var1);
  8.    }
  9.  
  10.    public String extract(String var1) throws NativeStubException {
  11.       return NativeStub.extract(var1);
  12.    }
  13.  
  14.    public void log_error(String var1) {
  15.       NativeStub.log_error(var1);
  16.    }
  17.  
  18.    public void log_trace(String var1) {
  19.       NativeStub.log_trace(var1);
  20.    }
  21.  
  22.    public byte[] read() throws NativeStubException {
  23.       return NativeStub.read();
  24.    }
  25.  
  26.    public String reverse_translate(String var1) throws NativeStubException {
  27.       return NativeStub.reverse_translate(var1);
  28.    }
  29.  
  30.    public void set(String var1, String var2) throws NativeStubException {
  31.       NativeStub.set(var1, var2);
  32.    }
  33.  
  34.    public String translate(String var1) throws NativeStubException {
  35.       return NativeStub.translate(var1);
  36.    }
  37.  
  38.    public void write(String var1) throws NativeStubException {
  39.       NativeStub.write(var1);
  40.    }
  41.  
  42.    public void setReturnCode(int var1) {
  43.       this.i_returnCode = var1;
  44.    }
  45.  
  46.    public int getReturnCode() {
  47.       return this.i_returnCode;
  48.    }
  49. }
  50.