This server invocation handler will delegate the actual execution of the commands to {@link CommandServiceMBean command services} located in the same{@link org.jboss.remoting.ServerInvocationHandler#setMBeanServer(MBeanServer) MBeanServer} as this handler.
When this handler is given an {@link org.jboss.remoting.InvocationRequest invocation request}, it determines the ObjectName
of the command service to delegate to by:
This handler will delegate the command to that service's execute method and will return its return value as-is back to this invocation handler's client.
@author John Mazzitelli
|
|