eu.xtreemos.xconsole.command
Class XConJobMng

java.lang.Object
  extended by eu.xtreemos.xconsole.command.XConJobMng

public class XConJobMng
extends java.lang.Object

Author:
gregor.pipan@xlab.si

Field Summary
 java.util.ArrayList<XConsoleHandle> handles
           
 java.lang.String servicename
           
 
Constructor Summary
XConJobMng()
           
 
Method Summary
 java.lang.String createJob(java.lang.String __jsdlFile, java.lang.Boolean __startJob)
          Runs job on a remote AEM.
 java.util.ArrayList<XConsoleHandle> register()
           
 XConsoleHandle registercreateJob()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

servicename

public java.lang.String servicename

handles

public java.util.ArrayList<XConsoleHandle> handles
Constructor Detail

XConJobMng

public XConJobMng()
Method Detail

createJob

public java.lang.String createJob(java.lang.String __jsdlFile,
                                  java.lang.Boolean __startJob)
Runs job on a remote AEM. If calls to VOPS are enabled, policy enforcement gets into the picture.

XOSDCONSOLE annotation denotes that this method becomes a part of XConsole project and therefore be available to user usage and scripts.

Parameters:
startJob - true if we want to run job now
jsdlFile - is job description of the job being run
Returns:

registercreateJob

public XConsoleHandle registercreateJob()

register

public java.util.ArrayList<XConsoleHandle> register()