| Package | Description |
|---|---|
| com.microfocus.awm.control |
Contains basic classes for executing AWM actions, like
the ActionExecutor.
|
| 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.zserver.zexplorer.model |
Interfaces for the z/Explorer model (MVS resources).
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TaurusSystemPersistableProxy> |
MasterConfigurationParser.parseMasterConfiguration()
Parses the given master configuration.
|
| Constructor and Description |
|---|
ConfiguredTaurusSystem(ISystemImage pImg,
TaurusSystemPersistableProxy pSystemEntry)
Creates a new abstract AWM system and registers it in the
TaurusSystemDirectory. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TaurusSystemPersistableProxy> |
DefaultConfigurationSystemProxy.parseMasterConfiguration()
Parses the master configuration of the system proxy.
|
| Modifier and Type | Method and Description |
|---|---|
ITaurusSystem |
DefaultConfigurationSystemProvider.loadPersistedSystem(TaurusSystemPersistableProxy pPersistableProxy) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<TaurusSystemPersistableProxy> |
LocalTaurusSystemProxy.readLocalMasterConfiguration()
Reads the local master configuration file, considering the
master configuration provider extension point. |
| Modifier and Type | Method and Description |
|---|---|
ITaurusSystem |
LocalSystemProvider.loadPersistedSystem(TaurusSystemPersistableProxy pPersistableProxy) |
| Constructor and Description |
|---|
DefaultConfigurationSystem(TaurusSystemPersistableProxy pSystemPersistableProxy)
Creates a new
DefaultConfigurationSystem from a persistable
proxy. |
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 |
|---|---|
ITaurusSystem |
ISystemProvider.loadPersistedSystem(TaurusSystemPersistableProxy pPersistableProxy)
Creates an
ITaurusSystem from its persistable proxy
representation. |
| Constructor and Description |
|---|
ZServerTaurusSystem(ISystemImage pImg,
TaurusSystemPersistableProxy pSystemEntry)
Creates a new z/Server AWM system.
|
Copyright © 2015 Micro Focus GmbH. All rights reserved.