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