Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.jboss.net.jmx.adaptor

Interface Summary
RemoteAdaptor Remote Interface for the server side Adaptor which is nearly the same as the MBeanServer Interface but has an additional RemoteException.
 

Class Summary
AttributeDeserializer Deserializer that turns well-formed XML-elements back into JMX Attributes.
AttributeDeserializerFactory Factory for stateful ObjectName Deserialization.
AttributeSerializer Serializer specialized to turn JMX-Attributes into corresponding XML-types.
AttributeSerializerFactory Factory for Attribute Serialization.
ObjectNameDeserializer Deserializer that turns string-based XML-elements back into JMX objectnames.
ObjectNameDeserializerFactory Factory for stateful ObjectName Deserialization.
ObjectNameSerializer Serializer specialized to turn JMX-Objectnames into corresponding XML-types.
ObjectNameSerializerFactory Factory for ObjectName Serialization.
RemoteAdaptorInvocationHandler An example client that accesses the JMXConnector via SOAP.