Provides a doCommand
method, which sends the command to the browser to be performed.
CommandSource
objects.
@author Baltic Amadeus, JSC
@author Antanas Kompanas
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 MazzitelliCommandProcessor
is the central glue code that puts together the various sub-systems of a SNMP agent.
@author Frank Fock
@version 1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|