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 boolean
Activatable. 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 Remote
RemoteObject. toStub(Remote obj)
返回作为参数传递的远程对象obj
的存根。static boolean
UnicastRemoteObject. unexportObject(Remote obj, boolean force)
从RMI运行时中删除远程对象obj。 -
Uses of NoSuchObjectException in javax.rmi
Methods in javax.rmi that throw NoSuchObjectException Modifier and Type 方法 描述 static Remote
PortableRemoteObject. toStub(Remote obj)
返回给定服务器对象的存根。static void
PortableRemoteObject. unexportObject(Remote obj)
从运行时取消注册服务器对象,允许对象可用于垃圾回收。 -
Uses of NoSuchObjectException in javax.rmi.CORBA
Methods in javax.rmi.CORBA that throw NoSuchObjectException Modifier and Type 方法 描述 void
Tie. deactivate()
取消这个领带所代表的目标对象。Remote
PortableRemoteObjectDelegate. toStub(Remote obj)
void
PortableRemoteObjectDelegate. unexportObject(Remote obj)
static void
Util. unexportObject(Remote target)
从内部表中删除相关联的绑定,并调用Tie.deactivate()
以停用该对象。void
UtilDelegate. unexportObject(Remote target)
-