Package | Description |
---|---|
com.asakusafw.windgate.core |
Script models for WindGate.
|
com.asakusafw.windgate.core.process |
Provides WindGate process.
|
com.asakusafw.windgate.retryable |
Retryable Process Extension for WindGate.
|
Modifier and Type | Method and Description |
---|---|
List<ProcessProfile> |
GateProfile.getProcesses()
Returns the process segment of this profile.
|
Constructor and Description |
---|
GateProfile(String name,
CoreProfile core,
SessionProfile session,
Collection<? extends ProcessProfile> processes,
Collection<? extends ResourceProfile> resources)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
protected ProcessProfile |
ProcessProfile.getThis() |
Modifier and Type | Method and Description |
---|---|
static Collection<? extends ProcessProfile> |
ProcessProfile.loadFrom(Properties properties,
ClassLoader loader)
Deprecated.
use
loadFrom(Properties, ProfileContext) instead |
static Collection<? extends ProcessProfile> |
ProcessProfile.loadFrom(Properties properties,
ProfileContext context)
Loads process profiles from the properties.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BasicProcessProvider.configure(ProcessProfile profile) |
Modifier and Type | Method and Description |
---|---|
protected void |
RetryableProcessProvider.configure(ProcessProfile profile) |
static RetryableProcessProfile |
RetryableProcessProfile.convert(ProcessProfile profile)
Converts
ProcessProfile into RetryableProcessProfile . |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.