Class MethodInfo

java.lang.Object
com.jme3.network.service.rmi.MethodInfo

public final class MethodInfo extends Object
Internal information about shared methods. This is part of the data that is passed over the wire when an object is shared.
  • Field Details

    • NULL_INFO

      public static final MethodInfo NULL_INFO
  • Constructor Details

    • MethodInfo

      public MethodInfo()
      For serialization only.
    • MethodInfo

      public MethodInfo(short id, Method m)
  • Method Details