Class Sample


  • public class Sample
    extends java.lang.Object
    A template used for defining a proxy class. The class file of this class is read by the StubGenerator class.
    • Constructor Summary

      Constructors 
      Constructor Description
      Sample()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object forward​(java.lang.Object[] args, int identifier)  
      static java.lang.Object forwardStatic​(java.lang.Object[] args, int identifier)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Sample

        public Sample()
    • Method Detail

      • forward

        public java.lang.Object forward​(java.lang.Object[] args,
                                        int identifier)
      • forwardStatic

        public static java.lang.Object forwardStatic​(java.lang.Object[] args,
                                                     int identifier)
                                              throws RemoteException
        Throws:
        RemoteException