com.x2e
Class JobAPI

java.lang.Object
  extended by com.x2e.JobAPI

public class JobAPI
extends java.lang.Object

Helper class to get an instance of IRemoteJobTools. It is used to have a shorter JavaScript syntax than to use JobToolsFactory


Constructor Summary
JobAPI()
           
 
Method Summary
static IRemoteJobTools getTools(IRemoteEclipseConnection conn)
          Use this method to get an instance of the IRemoteJobTools interface for the specified connection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobAPI

public JobAPI()
Method Detail

getTools

public static IRemoteJobTools getTools(IRemoteEclipseConnection conn)
                                throws RemoteEclipseAPIException
Use this method to get an instance of the IRemoteJobTools interface for the specified connection

Parameters:
conn - connection
Returns:
job tools
Throws:
RemoteEclipseAPIException