| 
JavaTM 2 Platform Standard Ed. 6  | 
|||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
@Deprecated public interface RemoteCall
RemoteCall 是一个只供 RMI 运行时(与远程对象的 stub 和 skeleton 一起)使用来执行远程对象调用的抽象。因为 RemoteCall 接口只供过时的 java.rmi.server.RemoteRef 方法使用,所以该接口已过时。
RemoteRef| 方法摘要 | |
|---|---|
 void | 
done()
已过时。 无替代版本  | 
 void | 
executeCall()
已过时。 无替代版本  | 
 ObjectInput | 
getInputStream()
已过时。 无替代版本  | 
 ObjectOutput | 
getOutputStream()
已过时。 无替代版本  | 
 ObjectOutput | 
getResultStream(boolean success)
已过时。 无替代版本  | 
 void | 
releaseInputStream()
已过时。 无替代版本  | 
 void | 
releaseOutputStream()
已过时。 无替代版本  | 
| 方法详细信息 | 
|---|
@Deprecated
ObjectOutput getOutputStream()
                             throws IOException
IOException - 如果发生 I/O 错误。
@Deprecated
void releaseOutputStream()
                         throws IOException
IOException - 如果发生 I/O 错误。
@Deprecated
ObjectInput getInputStream()
                           throws IOException
IOException - 如果发生 I/O 错误。
@Deprecated
void releaseInputStream()
                        throws IOException
IOException - 如果发生 I/O 错误。
@Deprecated
ObjectOutput getResultStream(boolean success)
                             throws IOException,
                                    StreamCorruptedException
success - 如果为 true,则指示正常返回;否则指示异常返回。
IOException - 如果发生 I/O 错误。
StreamCorruptedException - 如果已被调用。
@Deprecated
void executeCall()
                 throws Exception
Exception - 如果发生常规异常。
@Deprecated
void done()
          throws IOException
IOException - 如果发生 I/O 错误。
  | 
JavaTM 2 Platform Standard Ed. 6  | 
|||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only。