EventType
- the event type of the contextpublic class EventContext<EventType>
extends org.opensaml.messaging.context.BaseContext
Actions that operate on contexts and want to signal the result in the form of an "event" to a sibling or parent component can create or modify an EventContext. The context contains a generic type that represents an event of meaning to a surrounding processing model, such as a workflow.
Constructor and Description |
---|
EventContext() |
Modifier and Type | Method and Description |
---|---|
EventType |
getEvent()
Get the event represented by the context.
|
void |
setEvent(EventType newEvent)
Set the event represented by the context.
|
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, isAutoCreateSubcontexts, iterator, removeSubcontext, removeSubcontext, setAutoCreateSubcontexts, setParent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
Copyright © 2016 JBoss by Red Hat. All rights reserved.