Groovy Documentation

groovyx.gaelyk.remote
[Groovy] Class CommandInvoker

java.lang.Object
  groovyx.remote.server.CommandInvoker
      groovyx.gaelyk.remote.CommandInvoker

class CommandInvoker
extends CommandInvoker

Property Summary
Command command

java.lang.ClassLoader parentLoader

java.lang.Class rootClass

java.util.List supportClasses

 
Constructor Summary
CommandInvoker(java.lang.ClassLoader parentLoader, Command command)

 
Method Summary
protected java.lang.Object invoke(java.lang.Object instance, java.lang.Object arg = null)

protected Result resultForThrown(java.lang.Throwable thrown)

 

Property Detail

command

final Command command


parentLoader

final java.lang.ClassLoader parentLoader


rootClass

final java.lang.Class rootClass


supportClasses

final java.util.List supportClasses


 
Constructor Detail

CommandInvoker

CommandInvoker(java.lang.ClassLoader parentLoader, Command command)


 
Method Detail

invoke

protected java.lang.Object invoke(java.lang.Object instance, java.lang.Object arg = null)


resultForThrown

@Override
protected Result resultForThrown(java.lang.Throwable thrown)


 

Groovy Documentation