-
public interface PortableRemoteObjectDelegate
支持PortableRemoteObject
中的方法实现的委派 。 委托是实现此接口的类的单例实例,并为javax.rmi.PortableRemoteObject
所有方法提供了替换实现。 通过提供代理的类名作为javax.rmi.CORBA.PortableRemoteObjectClass
系统属性的值来启用代表。- 另请参见:
-
PortableRemoteObject
-
-
方法详细信息
-
exportObject
void exportObject(Remote obj) throws RemoteException
-
toStub
Remote toStub(Remote obj) throws NoSuchObjectException
-
unexportObject
void unexportObject(Remote obj) throws NoSuchObjectException
-
narrow
Object narrow(Object narrowFrom, Class narrowTo) throws ClassCastException
-
connect
void connect(Remote target, Remote source) throws RemoteException
-
-