All Classes and Interfaces

Class
Description
ContextEventProducerImpl carries out the implementation for the EventContext classes.
This interface represents a factory that creates an initial context.
ContextInterface is the lightweight and simplified version of the JNDI EventContext interface in the standard Java distribution.
ContextScope defines the area of interest for a Listener for the EventContextInterface.
Contextualized indicates that an object has (access to) a context.
ContextUtil contains a few helper methods to deal with an InitialEventContext.
EventContext is the tagging interface combining the ContextInterface, EventContextInterface, and EventProducer.
EventContextInterface specifies the subscription methods for a part of the context tree.
The FileContext as a file-based implementation of the ContextInterface.
A factory for FileContext instances, automatically invoked by JNDI when the correct jndi.properties file has been used.
InitialEventContext class.
The JvmContext is an in-memory, thread-safe context implementation of the ContextInterface.
Record with Context and Name combination.
A factory for JvmContext instances, automatically invoked by JNDI when the correct jndi.properties file has been used.
Context that exists on another computer.
A factory for RemoteContextClient instances, automatically invoked by JNDI when the correct jndi.properties file has been used.
RemoteContextInterface is a tagging interface that extends both ContectInterface and Remote, but that does not force any new methods to be implemented.
RemoteEventContext.java.
RemoteEventContextInterface.java.