com.x2e
Class SymphonyAPI

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

public class SymphonyAPI
extends java.lang.Object

Helper class to get an instance of the Symphony application. It is used to have a shorter JavaScript syntax than to use SymphonyApplicationFactory


Constructor Summary
SymphonyAPI()
           
 
Method Summary
static IRemoteSymphonyApplication getApplication(IRemoteEclipseConnection conn)
          Returns an instance of the Symphony Application class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SymphonyAPI

public SymphonyAPI()
Method Detail

getApplication

public static IRemoteSymphonyApplication getApplication(IRemoteEclipseConnection conn)
                                                 throws RemoteEclipseAPIException
Returns an instance of the Symphony Application class

Parameters:
conn - active Remote API connection
Returns:
Symphony application or null if the API implementation cannot be found
Throws:
RemoteEclipseAPIException