Uses of Interface
nl.tudelft.simulation.naming.context.RemoteContextInterface
-
Packages that use RemoteContextInterface Package Description nl.tudelft.simulation.naming.context A Context is a JNDI-like implementation to provide tree storage for objects based on keys.nl.tudelft.simulation.naming.context.event The naming.context.event package contains specific classes for contexts that can notify listeners about changes in the context tree or in its objects, based on a provided scope. -
-
Uses of RemoteContextInterface in nl.tudelft.simulation.naming.context
Classes in nl.tudelft.simulation.naming.context that implement RemoteContextInterface Modifier and Type Class Description classRemoteContextContext that exists on another computer. -
Uses of RemoteContextInterface in nl.tudelft.simulation.naming.context.event
Subinterfaces of RemoteContextInterface in nl.tudelft.simulation.naming.context.event Modifier and Type Interface Description interfaceRemoteEventContextInterfaceRemoteEventContextInterface.java.Classes in nl.tudelft.simulation.naming.context.event that implement RemoteContextInterface Modifier and Type Class Description classRemoteEventContextRemoteEventContext.java.
-