public class LocalTaurusSystem extends ConfiguredTaurusSystem implements IRemoteSystemAssociation
setRemoteSystemImage(ISystemImage),
Copyright (C) Micro Focus 2014. All rights reserved.ID_PREFIX| Constructor and Description |
|---|
LocalTaurusSystem(TaurusSystemPersistableProxy pSystemProxy)
Creates a new local AWM system from a persistable proxy, which is usually
created by parsing a master configuration file.
|
| Modifier and Type | Method and Description |
|---|---|
ISystemImage |
getLocalSystemImage()
Gets the local system image of this system-
|
java.lang.String |
getProviderID()
Gets the ID of the
ISystemProvider for the AWM system. |
ISystemImage |
getRemoteSystemImage()
Returns the associated remote system image (if there is one) or
null. |
void |
refresh(org.eclipse.core.runtime.IProgressMonitor pMonitor)
Refreshes the system and all its applications.
|
void |
setRemoteSystemImage(ISystemImage pRemoteSystem)
Associates a remote system image and notifies observers.
|
getApplicationsdelete, equals, getCustomAttribute, getCustomAttributes, getSystemImage, hashCodeaddChildResource, addPropertyValue, addResourceChild, getAllPropertyValues, getChildrenResources, getID, getName, getParentResource, getPropertyValue, getPropertyValueFromHierarchy, getResourceChildren, getValueOfLinkedProperty, removeProperty, removeResourceChild, setName, setPropertyValuesgetClass, notify, notifyAll, toString, wait, wait, waitaddChildResource, addPropertyValue, addResourceChild, getAllPropertyValues, getChildrenResources, getID, getName, getParentResource, getPropertyValue, getPropertyValueFromHierarchy, getResourceChildren, removeResourceChild, setName, setPropertyValuespublic LocalTaurusSystem(TaurusSystemPersistableProxy pSystemProxy) throws TaurusCoreException
pSystemProxy - the persistable AWM system proxyTaurusCoreException - if creating the system failspublic ISystemImage getLocalSystemImage()
public ISystemImage getRemoteSystemImage()
null.getRemoteSystemImage in interface IRemoteSystemAssociationnullsetRemoteSystemImage(ISystemImage)public void setRemoteSystemImage(ISystemImage pRemoteSystem)
null must be given.setRemoteSystemImage in interface IRemoteSystemAssociationpRemoteSystem - the remote system image to be associated or null
to remove the current one.getRemoteSystemImage()public java.lang.String getProviderID()
ITaurusSystemISystemProvider for the AWM system. Can return
null if the system does not have a system provider.getProviderID in interface ITaurusSystemnullTaurusExtensionPointUtility.getTaurusSystemProviders()public void refresh(org.eclipse.core.runtime.IProgressMonitor pMonitor)
throws TaurusCoreException
ITaurusSystemrefresh in interface ITaurusSystempMonitor - a progress monitorTaurusCoreException - if refreshing the system fails for any reasonCopyright © 2015 Micro Focus GmbH. All rights reserved.