public class ActiveTaurusApplication extends Resource implements IActiveTaurusApplication
| Constructor and Description |
|---|
ActiveTaurusApplication(java.lang.String pID)
Basic constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Removes this resource and all its children resources from cache.
|
ITaurusApplication |
getActiveTaurusApplication()
Returns the active Taurus application.
|
static ActiveTaurusApplication |
getInstance()
Gets the singleton instance.
|
void |
setActiveTaurusApplication(ITaurusApplication pTaurusApplication)
Sets the given TaurusApplication as active Taurus application.
|
addChildResource, addPropertyValue, addResourceChild, equals, getAllPropertyValues, getChildrenResources, getID, getName, getParentResource, getPropertyValue, getPropertyValueFromHierarchy, getResourceChildren, getValueOfLinkedProperty, hashCode, removeProperty, removeResourceChild, setName, setPropertyValuesgetClass, notify, notifyAll, toString, wait, wait, waitaddChildResource, addPropertyValue, addResourceChild, getAllPropertyValues, getChildrenResources, getID, getName, getParentResource, getPropertyValue, getPropertyValueFromHierarchy, getResourceChildren, removeResourceChild, setName, setPropertyValuespublic ActiveTaurusApplication(java.lang.String pID)
pID - the IDpublic static ActiveTaurusApplication getInstance()
public ITaurusApplication getActiveTaurusApplication()
IActiveTaurusApplicationgetActiveTaurusApplication in interface IActiveTaurusApplicationpublic void setActiveTaurusApplication(ITaurusApplication pTaurusApplication)
IActiveTaurusApplicationsetActiveTaurusApplication in interface IActiveTaurusApplicationpTaurusApplication - Taurus application to be set as active applicationpublic void delete()
throws TaurusCoreException
IResourcedelete in interface IResourcedelete in class ResourceTaurusCoreException - if the deletion of the resource failsIResource.getChildrenResources()Copyright © 2015 Micro Focus GmbH. All rights reserved.