Questions tagged [jmx-ws]

JMX (Java Management Extensions) connector uses Web Services to make JMX instrumentation available remotely.

JMX (Java Management Extensions) connector uses Web Services to make JMX instrumentation available remotely.

https://ws-jmx-connector.java.net/

9 questions
4
votes
0 answers

Not getting access of "getSubTypes" target in Weblogic user creation

I am creating weblogic users programatically in eclipse. package com.logic.email.bo; import java.io.FileNotFoundException; import java.io.InputStream; import java.io.Serializable; import java.util.Hashtable; import java.util.Locale; import…
YLG
  • 855
  • 2
  • 14
  • 36
3
votes
1 answer

Are there (experimental) JSR-262 JMX-WS enabled Java tools or applications?

I am very interested in the Web Services Connector for Java Management Extensions (JMX) Agents and the reference implementation ws-jmx-connector. JSR 262 will provide a new opportunity for cross-platform/cross-language enterprise integration…
mjn
  • 36,362
  • 28
  • 176
  • 378
2
votes
1 answer

What is difference between CollectionUsage, PeakUsage, Usage?

What is the difference between CollectionUsage, PeakUsage, Usage fields in any memorypool bean ? I saw these in the path of any application in a jconsole window: mbeans tab > java.lang > memorypool > select any bean. In the right hand side pane we…
user348669
  • 21
  • 3
1
vote
1 answer

Mbean registered but not found in mbean Server

I have a problem about the mbeans. I have created a simple mbean and I have registered it on the default mBeanServer that is run (Via eclipse or java -jar mbean.jar) and in the same process if I try to fouund the mbean registered with a simple…
Prisco
  • 653
  • 1
  • 15
  • 30
1
vote
1 answer

Outbound SOAP Handler to edit full SOAPMessage

Is there a way to retrieve the full SOAP message to handle it (envelope and all) when using the javax.xml.soap.SOAPMessage class? I am using JMX-WS and want to edit the outbound SOAP Message from the server, in order to append two characters to the…
m0rv4i
  • 425
  • 2
  • 8
  • 20
0
votes
1 answer

Create a Restful web service to Control the operations mentioned in JConsole

As a Application Support Analyst, I need to monitor and control my application using Jconsole so there are some operations(i.e some JMX operations related to my application) which I can control it in using Jconsole,same operation I need to control…
Gowtham Murugesan
  • 407
  • 2
  • 6
  • 17
0
votes
1 answer

Monitor application server with JMX

I found this simple example of JBoss monitoring with JMX and Java public class JMXExample { public static void main(String[] args) throws Exception { //Get a connection to the JBoss AS MBean server on localhost String host =…
Peter Penzov
  • 1,126
  • 134
  • 430
  • 808
0
votes
1 answer

Monitorin datasource health in Tomcat server using JMX console

I am using Tomcat 7.0. I have deployed a Java-based application in it. I want to monitor application datasources health using JMX console. But, I must be missing something, because I have enabled JMX and connected to it, but I'm still unable to get…
Faisal
  • 1,469
  • 2
  • 13
  • 25
0
votes
1 answer

Websphere jmx query to get security domain

I am using Websphere Applicaiton Server 8.5 and using JMX code in my client to get values from Websphere such as: cells, nodes and datasources using query strings like: _Websphere_Config_Data_Display_Name, WebSphere:type=DataSource,name=…
Tabber
  • 151
  • 3
  • 16