Класс RMIIIOPServerImpl
- java.lang.Object
-
- javax.management.remote.rmi.RMIServerImpl
-
- javax.management.remote.rmi.RMIIIOPServerImpl
- Все реализованные интерфейсы:
-
Closeable,AutoCloseable,Remote,RMIServer
@Deprecated public class RMIIIOPServerImpl extends RMIServerImpl
Класс RMIServerImpl, экспортируемый через IIOP и создающий подключения клиентов как объекты RMI, экспортируемые через IIOP. Пользовательский код обычно не ссылается на этот класс напрямую.
- С:
- 1.5
- См. также:
RMIServerImpl
Конструкторы
| Конструктор | Описание |
|---|---|
RMIIIOPServerImpl(Map<String,?> env) |
Устаревший. Выбрасывает UnsupportedOperationException |
Методы
Методы, объявленные в классе 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
Выбрасывает UnsupportedOperationException
- Параметры:
-
env- среда, содержащая атрибуты для новогоRMIServerImpl. Может быть null, что эквивалентно пустой карте. - Выбрасывает:
-
IOException- если объект RMI не может быть создан.
© 1993, 2020, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/11/docs/api/java.management.rmi/javax/management/remote/rmi/RMIIIOPServerImpl.html