FileDocCategorySizeDatePackage
NativeThisOrThatServerImpl.javaAPI DocExample1030Wed Apr 05 11:25:42 BST 2000None

NativeThisOrThatServerImpl

public class NativeThisOrThatServerImpl extends UnicastRemoteObject implements ThisOrThatServer

Fields Summary
Constructors Summary
public NativeThisOrThatServerImpl()

 System.loadLibrary("libSomething"); 
Methods Summary
private native java.lang.StringdoSomething(java.lang.String what, java.lang.String todo)

public java.lang.StringdoThat(java.lang.String todo)

    return doSomething("that", todo);
  
public java.lang.StringdoThis(java.lang.String todo)

    return doSomething("this", todo);