首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

Accessing WebLogic Server MBeans with JMX (2)

2012-12-27 
Accessing WebLogic Server MBeans with JMX (二)???public static void main(String[] args) throws Exce

Accessing WebLogic Server MBeans with JMX (二)

???public static void main(String[] args) throws Exception {??????String hostname = args[0];??????String portString = args[1];??????String username = args[2];??????String password = args[3];

??????PrintServerState s = new PrintServerState();??????initConnection(hostname, portString, username, password);??????s.printNameAndState();??????connector.close();???}}

?

热点排行