Class org.as2lib.app.exec.ConstructorCall

org.as2lib.core.BasicClass
   +--org.as2lib.app.exec.Call
      +--org.as2lib.app.exec.ConstructorCall

Description

Constructor Call is to call a constructor by remote. It default application is within Testcases where you try if a constructor throws a exception.

Method Index

new ConstructorCall()

execute()

Inherited from Call

forEach(), toString()

Constructor Detail

ConstructorCall

public function ConstructorCall(clazz:Function)

Constructs a new Call instance.

Parameters

clazzClass to be constructed.

Method Detail

execute

public function execute()

Executes the passed method on the passed object with the given arguments and returns the result of the execution.

Parameters

Return

the result of the method execution

Overrides

execute() in org.as2lib.app.exec.Call