- java.lang.Object
 -  
      
- javax.management.remote.rmi.RMIServerImpl
 -  
        
- javax.management.remote.rmi.RMIIIOPServerImpl
 
 
 
-  
       
- 实现的所有接口
 -  
         
Closeable,AutoCloseable,Remote,RMIServer 
@Deprecated public class RMIIIOPServerImpl extends RMIServerImpl
Deprecated.This transport is no longer supported.通过IIOP导出并创建客户端连接作为通过IIOP导出的RMI对象的
RMIServerImpl。 用户代码通常不直接引用此类。- 从以下版本开始:
 - 1.5
 - 另请参见:
 -  
         
RMIServerImpl 
 
-  
        
       
-  
             
构造方法摘要
构造方法 构造器 描述 RMIIIOPServerImpl(Map<String,?> env)已过时。 
-  
             
方法摘要
-  
               
声明方法的类 javax.management.remote.rmi.RMIServerImpl
clientClosed, close, closeClient, closeServer, export, getDefaultClassLoader, getMBeanServer, getProtocol, makeClient, newClient, setDefaultClassLoader, setMBeanServer, toStub 
-  
               
声明方法的类 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
-  
               
声明方法的接口 javax.management.remote.rmi.RMIServer
getVersion 
 -  
               
 
 -  
             
 
-  
        
       
-  
             
构造方法详细信息
-  
RMIIIOPServerImpl
public RMIIIOPServerImpl(Map<String,?> env) throws IOException
Deprecated.- 参数
 -  
              
env- 包含新RMIServerImpl属性的环境。 可以为null,相当于一个空Map。 - 异常
 -  
              
IOException- 如果无法创建RMI对象。 
 
 -  
 
 -