软件包 | 描述 |
---|---|
java.rmi.activation |
为RMI对象激活支持。
|
java.rmi.server |
支持RMI服务器端提供的类和接口。
|
javax.management.remote.rmi |
RMI连接器是一个JMX远程API,使用RMI传输客户端请求到远程管理服务器连接器。
|
Constructor and Description |
---|
ActivationGroup_Stub(RemoteRef ref)
构建了一个类的
ActivationGroup 存根。
|
Modifier and Type | Interface and Description |
---|---|
interface |
ServerRef
过时的。
没有更换。此接口是未使用的,是过时的。
|
Modifier and Type | Field and Description |
---|---|
protected RemoteRef |
RemoteObject.ref
对象的远程引用。
|
Modifier and Type | Method and Description |
---|---|
RemoteRef |
RemoteObject.getRef()
返回远程对象的远程引用。
|
Modifier and Type | Method and Description |
---|---|
boolean |
RemoteRef.remoteEquals(RemoteRef obj)
比较两个相等的远程对象。
|
protected static void |
RemoteStub.setRef(RemoteStub stub, RemoteRef ref)
过时的。
没有更换。的
setRef 方法用于设置远程存根的远程引用。这是不必要的,因为RemoteStub s可以创建并通过使用构造函数初始化的RemoteStub.RemoteStub(RemoteRef) 远程引用。
|
Constructor and Description |
---|
RemoteObject(RemoteRef newref)
创建一个远程对象,用指定的远程引用初始化。
|
RemoteObjectInvocationHandler(RemoteRef ref)
创建一个新的
RemoteObjectInvocationHandler 与指定的
RemoteRef 构造。
|
RemoteServer(RemoteRef ref)
构建一个与给定类型
RemoteServer 。
|
RemoteStub(RemoteRef ref)
过时的。
构建一个与指定的远程参考
RemoteStub 。
|
Constructor and Description |
---|
RMIConnectionImpl_Stub(RemoteRef ref) |
RMIServerImpl_Stub(RemoteRef ref) |
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.