| Package | Description |
|---|---|
| net.anotheria.moskito.core.journey |
| Modifier and Type | Method and Description |
|---|---|
Journey |
JourneyManagerImpl.createJourney(java.lang.String name) |
Journey |
JourneyManager.createJourney(java.lang.String name)
Creates a new journey with the given name and returns it to the caller.
|
Journey |
JourneyManagerImpl.getJourney(java.lang.String name) |
Journey |
JourneyManager.getJourney(java.lang.String name)
Returns the monitoring journey with the given name.
|
Journey |
JourneyManagerImpl.getOrCreateJourney(java.lang.String name) |
Journey |
JourneyManager.getOrCreateJourney(java.lang.String name)
Returns an existing journey or creates a new one.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Journey> |
JourneyManagerImpl.getJourneys() |
java.util.List<Journey> |
JourneyManager.getJourneys()
Returns all known journeys.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JourneyManagerImpl.removeJourney(Journey journey) |
void |
JourneyManager.removeJourney(Journey journey)
Removes the journey from the internal storage.
|
Copyright © 2010-2020 anotheria.net. All Rights Reserved.