クラス
 javax.management.remote.NotificationResultの使用
- 
NotificationResultを使用するパッケージ パッケージ 説明 javax.management.remote.rmi RMIコネクタは、RMIを使ってクライアント要求をリモートMBeanサーバーへ転送する、JMXリモートAPI用のコネクタです。
- 
- 
javax.management.remote.rmiでのNotificationResultの使用NotificationResultを返すjavax.management.remote.rmi内のメソッド 修飾子と型 メソッド 説明 NotificationResultRMIConnection. fetchNotifications(long clientSequenceNumber, int maxNotifications, long timeout)コネクタ・サーバーから通知を受信します。NotificationResultRMIConnectionImpl_Stub. fetchNotifications(long $param_long_1, int $param_int_2, long $param_long_3)NotificationResultRMIConnectionImpl. fetchNotifications(long clientSequenceNumber, int maxNotifications, long timeout)
 
-