org.ow2.orchestra.facade
Class AccessorUtil
java.lang.Object
org.ow2.orchestra.facade.AccessorUtil
public final class AccessorUtil
- extends java.lang.Object
This class provide access to Orchestra APIs
- Author:
- Gael Lalire
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OBJECT_NAME
public static final java.lang.String OBJECT_NAME
- See Also:
- Constant Field Values
SERVICE_URL
public static final java.lang.String SERVICE_URL
- See Also:
- Constant Field Values
getQueryRuntimeAPI
public static QuerierRuntimeAPI getQueryRuntimeAPI(java.lang.String serviceURL,
java.lang.String objectName)
throws OrchestraException
- Returns:
- a proxy which delegates methods to orchestra
- Throws:
OrchestraException
- if error occurs
getQueryDefinitionAPI
public static QuerierDefinitionAPI getQueryDefinitionAPI(java.lang.String serviceURL,
java.lang.String objectName)
throws OrchestraException
- Returns:
- a proxy which delegates methods to orchestra
- Throws:
OrchestraException
- if error occurs
getManagementAPI
public static ManagementAPI getManagementAPI(java.lang.String serviceURL,
java.lang.String objectName)
throws OrchestraException
- Returns:
- a proxy which delegates methods to orchestra
- Throws:
OrchestraException
- if error occurs
getInstanceManagementAPI
public static InstanceManagementAPI getInstanceManagementAPI(java.lang.String serviceURL,
java.lang.String objectName)
throws OrchestraException
- Returns:
- a proxy which delegates methods to orchestra
- Throws:
OrchestraException
- if error occurs
Copyright © 2009 OW2 Consortium. All Rights Reserved.