读书人

Accessing WebLogic Server MBeans wi

发布时间: 2012-12-27 10:17:10 作者: rapoo

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();???}}

?

读书人网 >Web前端

热点推荐