JMX RMI相关

1 篇文章 0 订阅
1 篇文章 0 订阅

JMX trail: http://docs.oracle.com/javase/tutorial/jmx/index.html

Server (MBean --> Agent ) --> Client


JMX RMI example :

http://docs.oracle.com/javase/tutorial/jmx/remote/custom.html

其中,运行时需要指定参 数

java -Dcom.sun.management.jmxremote.port=9999 \
     -Dcom.sun.management.jmxremote.authenticate=false \
     -Dcom.sun.management.jmxremote.ssl=false \ 
     com.example.Main

The port specified on the command line will be allocated by the JVM and an RMI registry will be available there.

http://stackoverflow.com/questions/516142/does-java-6-open-a-default-port-for-jmx-remote-connections 中的case2  )


导入eclipse,需要在代码中实现该步骤。

eg. java.rmi.registry.LocateRegistry.createRegistry(1099);


具体例子中,server与client之间通过connector联系。

server端:创建JMXConnectorServer

client端:连接到server,JMXConnector


注:版本问题。

JDK1.5之后,JMX API被集合进,无需下载其他包。

RMI 资料:Introduction to Java RMI

                  http://docs.oracle.com/javase/tutorial/rmi/index.html

  RMI:   通过registry查询服务,server端stub file(生成接口类);并可动态加载client端的skeleton class(具体实现类)变化。




评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值