软件包 | 描述 |
---|---|
java.rmi.activation |
为RMI对象激活支持。
|
java.rmi.server |
支持RMI服务器端提供的类和接口。
|
javax.rmi |
包含用户API RMI-IIOP。
|
javax.rmi.CORBA |
包含携带RMI-IIOP API。
|
Modifier and Type | Method and Description |
---|---|
static boolean |
Activatable.unexportObject(Remote obj, boolean force)
删除远程对象,对象,从RMI运行时。
|
Modifier and Type | Method and Description |
---|---|
static Remote |
RemoteObject.toStub(Remote obj)
返回远程对象作为参数传递
obj 存根。
|
static boolean |
UnicastRemoteObject.unexportObject(Remote obj, boolean force)
删除远程对象、对象,从RMI运行时。
|
Modifier and Type | Method and Description |
---|---|
static Remote |
PortableRemoteObject.toStub(Remote obj)
返回给定服务器对象的存根。
|
static void |
PortableRemoteObject.unexportObject(Remote obj)
撤销从运行一个服务器对象,使该对象就会被垃圾回收。
|
Modifier and Type | Method and Description |
---|---|
void |
Tie.deactivate()
停用由这条领带表示目标对象。
|
Remote |
PortableRemoteObjectDelegate.toStub(Remote obj)
|
static void |
Util.unexportObject(Remote target)
从内部表删除相关联的领带和电话
Tie.deactivate() 关闭对象。
|
void |
UtilDelegate.unexportObject(Remote target)
|
void |
PortableRemoteObjectDelegate.unexportObject(Remote obj)
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.