Uses of Interface
org.cojen.dirmi.Environment
-
Uses of Environment in org.cojen.dirmi
Methods in org.cojen.dirmi that return EnvironmentModifier and TypeMethodDescriptionstatic EnvironmentEnvironment.create()Returns a newEnvironmentinstance which uses a defaultExecutor.static EnvironmentReturns a newEnvironmentinstance which uses the givenExecutor.static EnvironmentReturns a newEnvironmentinstance which uses the givenExecutor.Methods in org.cojen.dirmi with parameters of type EnvironmentModifier and TypeMethodDescriptionstatic ConnectorConnector.local(Environment env) Returns a connector that doesn't establish remote connections, but instead pipes communication directly to accepted sessions of the given environment.