Class AppClient<IC,ICP extends InvocationProxy<IC>>

java.lang.Object
com.sun.ts.tests.common.vehicle.none.proxy.AppClient<IC,ICP>

public class AppClient<IC,ICP extends InvocationProxy<IC>> extends Object
The appclient main entry point that creates a proxy to the server side client test. Used by the non-vehicle appclient tests that were previously invoking remote ejbs.
  • Constructor Details

    • AppClient

      public AppClient()
  • Method Details

    • getAppClasses

      public static Class[] getAppClasses()
    • run

      public void run(String[] args) throws IOException
      Throws:
      IOException
    • getInvocationProxyClass

      protected Class<ICP> getInvocationProxyClass()
      Get the invocation proxy class from the reified type arguments
      Returns:
      the invocation proxy class
    • getReifiedTypeArguments

      protected Class<?>[] getReifiedTypeArguments()
      Get the reified type arguments bound by the subclass
      Returns:
      - the reified type arguments