public class ResourceManagementClientImpl extends ServiceClientImpl implements ResourceManagementClient
| Constructor and Description |
|---|
ResourceManagementClientImpl(URL resourceUrl) |
addRequestHeader, convert, getLastCallTree, getLastCopyrightInfo, getLastLicenseInfo, getLastName, getTreeBindings, invoke, setPassword, setUpService, setUserIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddRequestHeader, getLastCallTree, getLastCopyrightInfo, getLastLicenseInfo, getLastName, getTreeBindings, setPassword, setUserIdpublic ResourceManagementClientImpl(URL resourceUrl)
protected org.apache.axis.client.Stub createStub(URL url) throws javax.xml.rpc.ServiceException
createStub in class ServiceClientImpljavax.xml.rpc.ServiceExceptionpublic void clear()
throws LangridException
clear in interface ResourceManagementClientLangridExceptionpublic void addResource(String resourceId, ResourceProfile profile, ResourceInstance instance, Attribute[] attributes) throws LangridException
addResource in interface ResourceManagementClientLangridExceptionpublic void addResourceAs(String ownerUserId, String resourceId, ResourceProfile profile, ResourceInstance instance, Attribute[] attributes) throws LangridException
addResourceAs in interface ResourceManagementClientLangridExceptionpublic ResourceEntrySearchResult searchResources(int startIndex, int maxCount, MatchingCondition[] conditions, Order[] orders, Scope scope) throws LangridException
searchResources in interface ResourceManagementClientLangridExceptionpublic void deleteResource(String resourceId) throws LangridException
deleteResource in interface ResourceManagementClientLangridExceptionpublic ResourceProfile getResourceProfile(String resourceId) throws LangridException
getResourceProfile in interface ResourceManagementClientLangridExceptionpublic void setResourceProfile(String resourceId, ResourceProfile profile) throws LangridException
setResourceProfile in interface ResourceManagementClientLangridExceptionpublic ResourceInstance getResourceInstance(String resourceId) throws LangridException
getResourceInstance in interface ResourceManagementClientLangridExceptionpublic void setResourceInstance(String resourceId, ResourceInstance instance) throws LangridException
setResourceInstance in interface ResourceManagementClientLangridExceptionpublic Attribute[] getResourceAttributes(String resourceId, String[] attributeNames) throws LangridException
getResourceAttributes in interface ResourceManagementClientLangridExceptionpublic void setResourceAttributes(String resourceId, Attribute[] attributes) throws LangridException
setResourceAttributes in interface ResourceManagementClientLangridExceptionpublic void activateResource(String resourceId) throws LangridException
ResourceManagementClientactivateResource in interface ResourceManagementClientLangridExceptionpublic void deactivateResource(String resourceId) throws LangridException
deactivateResource in interface ResourceManagementClientLangridExceptionpublic boolean isResourceActive(String resourceId) throws LangridException
isResourceActive in interface ResourceManagementClientLangridExceptionpublic void authorizeResource(String resourceId) throws LangridException
authorizeResource in interface ResourceManagementClientLangridExceptionpublic void deauthorizeResource(String resourceId) throws LangridException
deauthorizeResource in interface ResourceManagementClientLangridException