public interface com.sun.jmx.remote.internal.rmi.RMIExporter
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.sun.jmx.remote.internal.rmi.RMIExporter
  super_class: java.lang.Object
{
  public static final java.lang.String EXPORTER_ATTRIBUTE;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "com.sun.jmx.remote.rmi.exporter"

  public abstract java.rmi.Remote exportObject(java.rmi.Remote, int, java.rmi.server.RMIClientSocketFactory, java.rmi.server.RMIServerSocketFactory, java.io.ObjectInputFilter);
    descriptor: (Ljava/rmi/Remote;ILjava/rmi/server/RMIClientSocketFactory;Ljava/rmi/server/RMIServerSocketFactory;Ljava/io/ObjectInputFilter;)Ljava/rmi/Remote;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.rmi.RemoteException
    MethodParameters:
        Name  Flags
      obj     
      port    
      csf     
      ssf     
      filter  

  public abstract boolean unexportObject(java.rmi.Remote, boolean);
    descriptor: (Ljava/rmi/Remote;Z)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.rmi.NoSuchObjectException
    MethodParameters:
       Name  Flags
      obj    
      force  
}
SourceFile: "RMIExporter.java"