Uses of Class
java.rmi.NoSuchObjectException
-
Packages that use NoSuchObjectException 软件包 描述 java.rmi.activation 提供对RMI对象激活的支持。java.rmi.server 提供用于支持RMI服务器端的类和接口。javax.rmi 包含RMI-IIOP的用户API。javax.rmi.CORBA 包含RMI-IIOP的可移植API。 -
-
Uses of NoSuchObjectException in java.rmi.activation
Methods in java.rmi.activation that throw NoSuchObjectException Modifier and Type 方法 描述 static booleanActivatable. unexportObject(Remote obj, boolean force)从RMI运行时中删除远程对象obj。 -
Uses of NoSuchObjectException in java.rmi.server
Methods in java.rmi.server that throw NoSuchObjectException Modifier and Type 方法 描述 static RemoteRemoteObject. toStub(Remote obj)返回作为参数传递的远程对象obj的存根。static booleanUnicastRemoteObject. unexportObject(Remote obj, boolean force)从RMI运行时中删除远程对象obj。 -
Uses of NoSuchObjectException in javax.rmi
Methods in javax.rmi that throw NoSuchObjectException Modifier and Type 方法 描述 static RemotePortableRemoteObject. toStub(Remote obj)返回给定服务器对象的存根。static voidPortableRemoteObject. unexportObject(Remote obj)从运行时取消注册服务器对象,允许对象可用于垃圾回收。 -
Uses of NoSuchObjectException in javax.rmi.CORBA
Methods in javax.rmi.CORBA that throw NoSuchObjectException Modifier and Type 方法 描述 voidTie. deactivate()取消这个领带所代表的目标对象。RemotePortableRemoteObjectDelegate. toStub(Remote obj)voidPortableRemoteObjectDelegate. unexportObject(Remote obj)static voidUtil. unexportObject(Remote target)从内部表中删除相关联的绑定,并调用Tie.deactivate()以停用该对象。voidUtilDelegate. unexportObject(Remote target)
-