Class ExportedObject


  • class ExportedObject
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int identifier  
      java.lang.reflect.Method[] methods  
      java.lang.Object object  
    • Constructor Summary

      Constructors 
      Constructor Description
      ExportedObject()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • identifier

        public int identifier
      • object

        public java.lang.Object object
      • methods

        public java.lang.reflect.Method[] methods
    • Constructor Detail

      • ExportedObject

        ExportedObject()