org.ow2.orchestra.facade
Class AccessorUtil

java.lang.Object
  extended by org.ow2.orchestra.facade.AccessorUtil

public final class AccessorUtil
extends Object

This class provide access to Orchestra APIs

Author:
Gael Lalire

Field Summary
static String OBJECT_NAME
           
static String SERVICE_URL
           
 
Method Summary
static InstanceManagementAPI getInstanceManagementAPI(String serviceURL, String objectName)
           
static ManagementAPI getManagementAPI(String serviceURL, String objectName)
           
static QuerierDefinitionAPI getQueryDefinitionAPI(String serviceURL, String objectName)
           
static QuerierRuntimeAPI getQueryRuntimeAPI(String serviceURL, String objectName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OBJECT_NAME

public static final String OBJECT_NAME
See Also:
Constant Field Values

SERVICE_URL

public static final String SERVICE_URL
See Also:
Constant Field Values
Method Detail

getQueryRuntimeAPI

public static QuerierRuntimeAPI getQueryRuntimeAPI(String serviceURL,
                                                   String objectName)
                                            throws OrchestraException
Returns:
a proxy which delegates methods to orchestra
Throws:
OrchestraException - if error occurs

getQueryDefinitionAPI

public static QuerierDefinitionAPI getQueryDefinitionAPI(String serviceURL,
                                                         String objectName)
                                                  throws OrchestraException
Returns:
a proxy which delegates methods to orchestra
Throws:
OrchestraException - if error occurs

getManagementAPI

public static ManagementAPI getManagementAPI(String serviceURL,
                                             String objectName)
                                      throws OrchestraException
Returns:
a proxy which delegates methods to orchestra
Throws:
OrchestraException - if error occurs

getInstanceManagementAPI

public static InstanceManagementAPI getInstanceManagementAPI(String serviceURL,
                                                             String objectName)
                                                      throws OrchestraException
Returns:
a proxy which delegates methods to orchestra
Throws:
OrchestraException - if error occurs


Copyright © 2011 OW2 Consortium. All Rights Reserved.