コード例 #1
0
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in .NET:
//ORIGINAL LINE: @Override public void execute(org.camunda.bpm.engine.delegate.DelegateExecution execution) throws Exception
        public virtual void execute(DelegateExecution execution)
        {
            BusinessInterface businessInterface = (BusinessInterface)(new InitialContext()).lookup("java:global/" + TestConstants.AppName + "service/" + "RemoteSingletonBean!org.camunda.bpm.integrationtest.functional.ejb.remote.bean.BusinessInterface");

            execution.setVariable("result", businessInterface.doBusiness());
        }