palio.designer.portal.execution
Class ExecutionServiceImpl

java.lang.Object
  extended by palio.designer.portal.execution.ExecutionServiceImpl
All Implemented Interfaces:
pl.com.torn.jpalio.portal.execution.ExecutionService

public class ExecutionServiceImpl
extends java.lang.Object
implements pl.com.torn.jpalio.portal.execution.ExecutionService


Constructor Summary
ExecutionServiceImpl()
           
 
Method Summary
 java.lang.String executeObject(long objectId)
           
 java.lang.String executePalio(java.lang.String body)
           
 java.lang.String[] getCompilationErrors(long typeId, java.lang.String code, java.lang.String body)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionServiceImpl

public ExecutionServiceImpl()
Method Detail

executeObject

public java.lang.String executeObject(long objectId)
Specified by:
executeObject in interface pl.com.torn.jpalio.portal.execution.ExecutionService

executePalio

public java.lang.String executePalio(java.lang.String body)
                              throws pl.com.torn.jpalio.PalioServerException
Specified by:
executePalio in interface pl.com.torn.jpalio.portal.execution.ExecutionService
Throws:
pl.com.torn.jpalio.PalioServerException

getCompilationErrors

public java.lang.String[] getCompilationErrors(long typeId,
                                               java.lang.String code,
                                               java.lang.String body)
Specified by:
getCompilationErrors in interface pl.com.torn.jpalio.portal.execution.ExecutionService