public interface PortableRemoteObjectDelegate
PortableRemoteObject
方法实现代表团。代表一个单独的类实现该接口的所有方法和
javax.rmi.PortableRemoteObject
提供替换实现实例。代表们为代表的类名称的属性的值
javax.rmi.CORBA.PortableRemoteObjectClass
系统启用。
PortableRemoteObject
void exportObject(Remote obj) throws RemoteException
Remote toStub(Remote obj) throws NoSuchObjectException
void unexportObject(Remote obj) throws NoSuchObjectException
Object narrow(Object narrowFrom, 类 narrowTo) throws ClassCastException
void connect(Remote target, Remote source) throws RemoteException
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.