Serialized Form
-
Package nl.tudelft.simulation.naming.context
-
Class nl.tudelft.simulation.naming.context.FileContext extends JVMContext implements Serializable
- serialVersionUID:
- 20200101L
-
Serialized Fields
-
file
File file
file links to the file.
-
-
Class nl.tudelft.simulation.naming.context.JVMContext extends LocalEventProducer implements Serializable
- serialVersionUID:
- 20200101L
-
Class nl.tudelft.simulation.naming.context.RemoteContext extends RmiObject implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
embeddedContext
ContextInterface embeddedContext
The underlying event context. -
remoteEventProducer
RemoteContext.RemoteChangeEventProducer remoteEventProducer
The (remote) event producer for this context.
-
-
Class nl.tudelft.simulation.naming.context.RemoteContext.RemoteChangeEventProducer extends RmiEventProducer implements Serializable
- serialVersionUID:
- 20200208L
-
Serialized Fields
-
bindingKey
String bindingKey
the stored binding key that acts as the source id.
-
-
-
Package nl.tudelft.simulation.naming.context.event
-
Class nl.tudelft.simulation.naming.context.event.ContextEventProducerImpl extends LocalEventProducer implements Serializable
- serialVersionUID:
- 20200209L
-
Serialized Fields
-
parent
EventContext parent
the EventContext for which we do the work. -
regExpListenerMap
Map<String,ContextEventProducerImpl.PatternListener> regExpListenerMap
The registry for the listeners. The key of the map is made from the given path to listen followed by a hash sign and the toString of the used ContextScope enum. String has a cached hash. -
registryMap
Map<String,ContextEventProducerImpl.PatternListener> registryMap
The records for the scope listeners so we can find them back for removal. The key of the map is made from the given path to listen followed by a hash sign and the toString of the used ContextScope enum. String has a cached hash.
-
-
Class nl.tudelft.simulation.naming.context.event.ContextEventProducerImpl.PatternListener extends Object implements Serializable
- serialVersionUID:
- 20200210L
-
Serialized Fields
-
listener
EventListener listener
the event listener for this pattern. -
pattern
Pattern pattern
the compiled regular expression pattern.
-
-
Class nl.tudelft.simulation.naming.context.event.InitialEventContext extends Object implements Serializable
- serialVersionUID:
- 20200101L
-
Serialized Fields
-
contextEventProducerImpl
ContextEventProducerImpl contextEventProducerImpl
The event producer to which context events will be delegated for handling. -
defaultInitCtx
ContextInterface defaultInitCtx
The initial context, usually built by a factory. It is set by getDefaultInitCtx() the first time getDefaultInitCtx() is called. Subsequent invocations of getDefaultInitCtx() return the value of defaultInitCtx until close() is called. -
gotDefault
boolean gotDefault
has the default context been generated? -
properties
Hashtable<?,?> properties
the properties of the initialEventContext.
-
-
Class nl.tudelft.simulation.naming.context.event.RemoteEventContext extends RemoteContext implements Serializable
- serialVersionUID:
- 20200208L
-
Serialized Fields
-
contextEventProducerImpl
ContextEventProducerImpl contextEventProducerImpl
The event producer to which context events will be delegated for handling.
-
-