Uses of Class
javax.management.remote.NotificationResult
-
Packages that use NotificationResult 软件包 描述 javax.management.remote.rmi RMI连接器是JMX Remote API的连接器,它使用RMI将客户端请求传输到远程MBean服务器。 -
-
Uses of NotificationResult in javax.management.remote.rmi
Methods in javax.management.remote.rmi that return NotificationResult Modifier and Type 方法 描述 NotificationResult
RMIConnection. fetchNotifications(long clientSequenceNumber, int maxNotifications, long timeout)
从连接器服务器检索通知。NotificationResult
RMIConnectionImpl_Stub. fetchNotifications(long $param_long_1, int $param_int_2, long $param_long_3)
NotificationResult
RMIConnectionImpl. fetchNotifications(long clientSequenceNumber, int maxNotifications, long timeout)
-