| Package | Description |
|---|---|
| com.microfocus.awm.core |
Contains central helper classes (like TaurusUtility) and
basic implementations of AWM interfaces.
|
| com.microfocus.awm.core.internal |
Internal core classes.
|
| com.microfocus.awm.localsystem |
Internal implementations for local AWM system types.
|
| com.microfocus.awm.model |
Contains interfaces which provide access to AWM managed
resources at run-time like AWM applications, elements, element lists,
filters, file descriptors, actions, tools, properties and the master
configuration, and so on.
|
| com.microfocus.awm.model.internal |
Internal implementations of AWM interfaces.
|
| com.microfocus.zserver.zexplorer |
Basic z/Explorer classes including Eclipse RSE implementations.
|
| com.microfocus.zserver.zexplorer.model |
Interfaces for the z/Explorer model (MVS resources).
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTaurusSystem
Basic implementation of the
ITaurusSystem interface, which
automatically registers itself in the ITaurusSystemDirectory on
creation and manages custom attributes. |
class |
ConfiguredTaurusSystem
AWM system which is defined by a master configuration.
|
| Modifier and Type | Method and Description |
|---|---|
ITaurusSystem |
TaurusNotification.getSystem()
Gets the
ITaurusSystem of this notification or null. |
static ITaurusSystem |
TaurusUtility.getTaurusSystem(java.lang.String pHostName,
int pPort)
Returns an
ITaurusSystem for the given host name and IP or
null if no TAURUS System exists for these connection
parameters. |
| Modifier and Type | Method and Description |
|---|---|
void |
TaurusNotification.setSystem(ITaurusSystem pSystem)
Sets the system for system based notifications.
|
| Modifier and Type | Method and Description |
|---|---|
ITaurusSystem |
DefaultConfigurationSystemProvider.loadPersistedSystem(TaurusSystemPersistableProxy pPersistableProxy) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ITaurusSystem> |
DefaultConfigurationSystemProxy.create(org.eclipse.core.runtime.IProgressMonitor pMon) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConfigurationSystem
Local AWM system which was created from a default configurations XML
file.
|
class |
LocalTaurusSystem
Class for a local TAURUS system.
|
| Modifier and Type | Method and Description |
|---|---|
ITaurusSystem |
LocalSystemProvider.loadPersistedSystem(TaurusSystemPersistableProxy pPersistableProxy) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ITaurusSystem> |
LocalTaurusSystemProxy.create(org.eclipse.core.runtime.IProgressMonitor pMon) |
| Modifier and Type | Method and Description |
|---|---|
ITaurusSystem |
ITaurusSystemDirectory.getSelectedSystem()
Deprecated.
not used anymore. The active (or "selected") system is
determined by the active application.
|
ITaurusSystem |
ITaurusApplication.getTaurusSystem()
Get this AWM application's system.
|
ITaurusSystem |
AbstractTaurusApplication.getTaurusSystem() |
ITaurusSystem |
ITaurusSystemDirectory.getTaurusSystem(java.lang.String pResourceID)
Returns the TAURUS system with the given ID.
|
ITaurusSystem |
ITaurusSystemDirectory.getTaurusSystem(java.lang.String pSystemName,
java.lang.String pRemoteSysName)
Returns an
ITaurusSystem for the given parameters or
null if that system does not exist. |
ITaurusSystem |
ISystemProvider.loadPersistedSystem(TaurusSystemPersistableProxy pPersistableProxy)
Creates an
ITaurusSystem from its persistable proxy
representation. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ITaurusSystem> |
ITaurusSystemProxy.create(org.eclipse.core.runtime.IProgressMonitor pMon)
Creates one or several
ITaurusSystems from the stub. |
java.util.List<ITaurusSystem> |
ITaurusSystemDirectory.getTaurusSystemList()
Gets a list of all available AWM systems.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ITaurusSystemDirectory.addSystem(ITaurusSystem pSystem,
boolean pNotify)
Add the given TAURUS system to the TAURUS system directory.
|
void |
ITaurusSystemDirectory.removeSystem(ITaurusSystem pSystem)
Remove the given TAURUS system from the system directory.
|
void |
ITaurusSystemDirectory.setSelectedSystem(ITaurusSystem pTaurusSystem)
Deprecated.
not used anymore. The active (or "selected") system is
determined by the active application.
|
| Constructor and Description |
|---|
AbstractTaurusApplication(java.lang.String pName,
ITaurusSystem pSystem)
Basic constructor.
|
AbstractTaurusApplication(java.lang.String pName,
ITaurusSystem pSystem,
java.lang.String pID)
Constructor for loading an application from cache.
|
| Modifier and Type | Method and Description |
|---|---|
ITaurusSystem |
TaurusSystemDirectory.getSelectedSystem() |
ITaurusSystem |
TaurusSystemDirectory.getTaurusSystem(java.lang.String pResourceID) |
ITaurusSystem |
TaurusSystemDirectory.getTaurusSystem(java.lang.String pSystemName,
java.lang.String pUniqueSystemName) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ITaurusSystem> |
TaurusSystemDirectory.getTaurusSystemList() |
| Modifier and Type | Method and Description |
|---|---|
void |
TaurusSystemDirectory.addSystem(ITaurusSystem pSystem,
boolean pNotify) |
void |
TaurusSystemDirectory.removeSystem(ITaurusSystem pSystem) |
void |
TaurusSystemDirectory.setSelectedSystem(ITaurusSystem pSelectedSystem) |
| Constructor and Description |
|---|
MasterConfigurationApplication(java.lang.String pName,
ITaurusSystem pSystem,
java.lang.String pModelLocation,
java.lang.String pNewestModelVersion)
Creates a new master configuration application.
|
| Modifier and Type | Method and Description |
|---|---|
ITaurusSystem |
ZExplorerConnectorService.getTaurusSystem()
Gets the AWM system that is associated to this z/Server connection.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ITaurusSystem> |
ZServerTaurusSystemProxy.create(org.eclipse.core.runtime.IProgressMonitor pMon) |
Copyright © 2015 Micro Focus GmbH. All rights reserved.