Save This Page
Home » jboss-5.0.0.CR1-src » org.jboss.console » remote » [javadoc | source]
org.jboss.console.remote
public class: Util [javadoc | source]
java.lang.Object
   org.jboss.console.remote.Util
Common client utility methods
Method from org.jboss.console.remote.Util Summary:
getAttribute,   invoke
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.console.remote.Util Detail:
 public static Object getAttribute(URL externalURL,
    RemoteMBeanAttributeInvocation mi) throws Exception 
 public static Object invoke(URL externalURL,
    RemoteMBeanInvocation mi) throws Exception 
    Post the Invocation as a serialized MarshalledInvocation object. This is using the URL class for now but this should be improved to a cluster aware layer with full usage of HTTP 1.1 features, pooling, etc.