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

Quick Search    Search Deep

org.jboss.console.remote: Javadoc index of package org.jboss.console.remote.


Package Samples:

org.jboss.console.remote

Classes:

InvokerServlet: This servlet accepts a post containing a MarshalledInvocation, extracts the Invocation object, and then routes the invocation via JMX to either: 1. the MBean specified via the invokerName ini parameter 2. the MBean whose object name hash is specified by the invocation.getObjectName() value. This name's hash must have been entered into the Registry. The method signature of the invoker must be Object invoke(org.jboss.invocation.Invocation).
SimpleRemoteMBeanInvoker: Basic adaptor interface for remote MBeanServer. Don't use JMX class to avoid having all the JMX stuff loaded in the applet. This part may be implemented differently later (more clean integration with remote features)
RemoteMBeanAttributeInvocation: Stupid JMX invocation implementation. Should support attributes as well, etc.
RemoteMBeanInvocation: Stupid JMX invocation implementation. Should support attributes as well, etc.
Util: Common client utility methods
AppletRemoteMBeanInvoker

Home | Contact Us | Privacy Policy | Terms of Service