public interface ITaurusSystemProxy
ITaurusSystem.
Simple ITaurusSystem implementations (e.g. which do not require a
remote connection) can simply implement both interfaces and return
this for create(IProgressMonitor).
AWM system proxies are created by ISystemProviders.
Copyright Micro Focus GmbH.
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ITaurusSystem> |
create(org.eclipse.core.runtime.IProgressMonitor pMon)
Creates one or several
ITaurusSystems from the stub. |
java.lang.String |
getDescription()
Gets a human readable description of the system stub, ideally containing
brief information about the contained AWM applications.
|
java.lang.String |
getName()
Gets the name of the AWM system stub.
|
java.lang.String getName()
java.lang.String getDescription()
Examples:
java.util.List<ITaurusSystem> create(org.eclipse.core.runtime.IProgressMonitor pMon) throws TaurusCoreException
ITaurusSystems from the stub. This can be
used for systems which need to be created by e.g. reading a master
configuration file from a remote system.
Simple ITaurusSystem implementations can simply implement this
interface and return this in a List.
pMon - a progress monitorITaurusSystemTaurusCoreException - if an exception occurs during AWM system creationCopyright © 2015 Micro Focus GmbH. All rights reserved.