|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前 次 | フレームあり フレームなし |
RMIConnection を使用しているパッケージ | |
---|---|
javax.management.remote.rmi | RMI コネクタは、RMI を使ってクライアント要求をリモート MBean サーバへ転送する、JMX リモート API 用のコネクタです。 |
javax.management.remote.rmi での RMIConnection の使用 |
---|
RMIConnection を実装している javax.management.remote.rmi のクラス | |
---|---|
class |
RMIConnectionImpl
RMIConnection インタフェースの実装です。 |
class |
RMIConnectionImpl_Stub
|
RMIConnection を返す javax.management.remote.rmi のメソッド | |
---|---|
protected abstract RMIConnection |
RMIServerImpl.makeClient(String connectionId,
Subject subject)
新しいクライアント接続を作成します。 |
protected RMIConnection |
RMIJRMPServerImpl.makeClient(String connectionId,
Subject subject)
JRMP からエクスポートされた RMI オブジェクトとして、新しいクライアント接続を作成します。 |
protected RMIConnection |
RMIIIOPServerImpl.makeClient(String connectionId,
Subject subject)
IIOP からエクスポートされた RMI オブジェクトとして、新しいクライアント接続を作成します。 |
RMIConnection |
RMIServerImpl_Stub.newClient(Object $param_Object_1)
|
RMIConnection |
RMIServerImpl.newClient(Object credentials)
新しいクライアント接続を作成します。 |
RMIConnection |
RMIServer.newClient(Object credentials)
この RMI コネクタから新しい接続を作成します。 |
RMIConnection 型のパラメータを持つ javax.management.remote.rmi のメソッド | |
---|---|
protected void |
RMIServerImpl.clientClosed(RMIConnection client)
makeClient によって作成されたクライアント接続の終了時に呼び出されるメソッドです。 |
protected abstract void |
RMIServerImpl.closeClient(RMIConnection client)
makeClient で作成されたクライアント接続を終了します。 |
protected void |
RMIJRMPServerImpl.closeClient(RMIConnection client)
|
protected void |
RMIIIOPServerImpl.closeClient(RMIConnection client)
|
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前 次 | フレームあり フレームなし |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。