public interface javax.rmi.CORBA.PortableRemoteObjectDelegate
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: javax.rmi.CORBA.PortableRemoteObjectDelegate
super_class: java.lang.Object
{
public abstract void exportObject(java.rmi.Remote);
descriptor: (Ljava/rmi/Remote;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.rmi.RemoteException
MethodParameters:
Name Flags
obj
public abstract java.rmi.Remote toStub(java.rmi.Remote);
descriptor: (Ljava/rmi/Remote;)Ljava/rmi/Remote;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.rmi.NoSuchObjectException
MethodParameters:
Name Flags
obj
public abstract void unexportObject(java.rmi.Remote);
descriptor: (Ljava/rmi/Remote;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.rmi.NoSuchObjectException
MethodParameters:
Name Flags
obj
public abstract java.lang.Object narrow(java.lang.Object, java.lang.Class);
descriptor: (Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.lang.ClassCastException
MethodParameters:
Name Flags
narrowFrom
narrowTo
public abstract void connect(java.rmi.Remote, java.rmi.Remote);
descriptor: (Ljava/rmi/Remote;Ljava/rmi/Remote;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.rmi.RemoteException
MethodParameters:
Name Flags
target
source
}
SourceFile: "PortableRemoteObjectDelegate.java"