| Package | Description |
|---|---|
| com.atlassian.johnson |
Johnson is an application consistency framework.
|
| com.atlassian.johnson.event | |
| com.atlassian.johnson.filters | |
| com.atlassian.johnson.support |
| Modifier and Type | Method and Description |
|---|---|
Collection<Event> |
JohnsonEventContainer.getEvents()
Retrieves an immutable view of the contained
Events. |
List<Event> |
DefaultJohnsonEventContainer.getEvents()
Retrieves an unmodifiable view of the current
Event list. |
| Modifier and Type | Method and Description |
|---|---|
void |
JohnsonEventContainer.addEvent(Event event)
Adds the provided event to the collection.
|
void |
DefaultJohnsonEventContainer.addEvent(Event event)
Adds the provided
Event to the list. |
void |
JohnsonEventContainer.removeEvent(Event event)
Removes the specified
Event from the container, if it can be found. |
void |
DefaultJohnsonEventContainer.removeEvent(Event event)
Removes the provided
Event from the list, if it can be found. |
| Modifier and Type | Method and Description |
|---|---|
Event |
RemoveEvent.getEvent()
Retrieves the Johnson
Event to remove from the container. |
Event |
AddEvent.getEvent()
Retrieves the Johnson
Event to add to the container. |
| Constructor and Description |
|---|
AddEvent(Object o,
Event event)
Constructs a new
AddEvent, setting its source and the Johnson Event to be added. |
RemoveEvent(Object o,
Event event)
Constructs a new
RemoveEvent, setting its source and the Johnson Event to be removed. |
| Modifier and Type | Method and Description |
|---|---|
protected String |
AbstractJohnsonFilter.getStringForEvents(Collection<Event> events) |
| Modifier and Type | Method and Description |
|---|---|
Event |
EventExceptionTranslator.translate(Throwable thrown)
Attempt to translate the provided
Throwable to an event. |
Copyright © 2014 Atlassian. All rights reserved.