Groovy Documentation

groovyx.gaelyk.remote
[Groovy] Class CommandChainInvoker

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

class CommandChainInvoker
extends CommandChainInvoker

Constructor Summary
CommandChainInvoker(java.lang.ClassLoader parentLoader, CommandChain commandChain)

 
Method Summary
protected java.lang.Object createInvoker(java.lang.ClassLoader loader, Command command)

 

Constructor Detail

CommandChainInvoker

CommandChainInvoker(java.lang.ClassLoader parentLoader, CommandChain commandChain)


 
Method Detail

createInvoker

@Override
protected java.lang.Object createInvoker(java.lang.ClassLoader loader, Command command)


 

Groovy Documentation