Supports delegation for method implementations in PortableRemoteObject. The delegate is a singleton instance of a class that implements this interface and provides a replacement implementation for all the methods of javax.rmi.PortableRemoteObject.
Delegates are enabled by providing the delegate's class name as the value of the javax.rmi.CORBA.PortableRemoteObjectClass system property.
Supports delegation for method implementations in PortableRemoteObject. The delegate is a singleton instance of a class that implements this interface and provides a replacement implementation for all the methods of javax.rmi.PortableRemoteObject. Delegates are enabled by providing the delegate's class name as the value of the javax.rmi.CORBA.PortableRemoteObjectClass system property.
(connect this target source)
Delegation call for PortableRemoteObject.connect(java.rmi.Remote, java.rmi.Remote).
target - java.rmi.Remote
source - java.rmi.Remote
throws: java.rmi.RemoteException
Delegation call for PortableRemoteObject.connect(java.rmi.Remote, java.rmi.Remote). target - `java.rmi.Remote` source - `java.rmi.Remote` throws: java.rmi.RemoteException
(export-object this obj)
Delegation call for PortableRemoteObject.exportObject(java.rmi.Remote).
obj - java.rmi.Remote
throws: java.rmi.RemoteException
Delegation call for PortableRemoteObject.exportObject(java.rmi.Remote). obj - `java.rmi.Remote` throws: java.rmi.RemoteException
(narrow this narrow-from narrow-to)
Delegation call for PortableRemoteObject.narrow(java.lang.Object, java.lang.Class).
narrow-from - java.lang.Object
narrow-to - java.lang.Class
returns: java.lang.Object
throws: java.lang.ClassCastException
Delegation call for PortableRemoteObject.narrow(java.lang.Object, java.lang.Class). narrow-from - `java.lang.Object` narrow-to - `java.lang.Class` returns: `java.lang.Object` throws: java.lang.ClassCastException
(to-stub this obj)
Delegation call for PortableRemoteObject.toStub(java.rmi.Remote).
obj - java.rmi.Remote
returns: java.rmi.Remote
throws: java.rmi.NoSuchObjectException
Delegation call for PortableRemoteObject.toStub(java.rmi.Remote). obj - `java.rmi.Remote` returns: `java.rmi.Remote` throws: java.rmi.NoSuchObjectException
(unexport-object this obj)
Delegation call for PortableRemoteObject.unexportObject(java.rmi.Remote).
obj - java.rmi.Remote
throws: java.rmi.NoSuchObjectException
Delegation call for PortableRemoteObject.unexportObject(java.rmi.Remote). obj - `java.rmi.Remote` throws: java.rmi.NoSuchObjectException
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close