Uses of Interface
org.jmanikin.core.Environment
| Package | Description |
|---|---|
| org.jmanikin.core |
Provides the core interfaces
|
| org.jmanikin.example.bank |
Provides the basic Bank example
|
| org.jmanikin.message |
Provides basic abstract Message types
|
| org.jmanikin.test |
Provides conformance tests
|
-
Uses of Environment in org.jmanikin.core
Methods in org.jmanikin.core with parameters of type Environment Modifier and Type Method Description Msg<I,O,E>Message. msg(Environment<I,O,E> env)Builds a Msg, given an Environment -
Uses of Environment in org.jmanikin.example.bank
Subinterfaces of Environment in org.jmanikin.example.bank Modifier and Type Interface Description static interfaceAccountModule.AccountMsgstatic interfaceTransferModule.TransferMsgClasses in org.jmanikin.example.bank that implement Environment Modifier and Type Class Description static classAccountModule.Depositstatic classAccountModule.Openstatic classAccountModule.Withdrawstatic classTransferModule.Book -
Uses of Environment in org.jmanikin.message
Subinterfaces of Environment in org.jmanikin.message Modifier and Type Interface Description interfaceLocalMessage<I extends Id<O>,O,E>A LocalMessage wraps the Environment in a LocalEnv, and temporarily stores the LocalEnv in a ThreadLocal variable.Classes in org.jmanikin.message that implement Environment Modifier and Type Class Description static classLocalMessage.LocalEnvironment<I extends Id<O>,O,E>LocalEnvironment implementation that sets the ThreadLocal variable at each Stage.Methods in org.jmanikin.message with parameters of type Environment Modifier and Type Method Description default Msg<I,O,E>LocalMessage. msg(Environment<I,O,E> e)Constructors in org.jmanikin.message with parameters of type Environment Constructor Description LocalEnvironment(Environment<I,O,E> env) -
Uses of Environment in org.jmanikin.test
Subinterfaces of Environment in org.jmanikin.test Modifier and Type Interface Description static interfaceTestModule.LMsg<E>Classes in org.jmanikin.test that implement Environment Modifier and Type Class Description static classTestModule.LocalCopyIdstatic classTestModule.LocalSendSetMemberstatic classTestModule.LocalSetMemberstatic classTestModule.ThrowPstExceptionMethods in org.jmanikin.test with parameters of type Environment Modifier and Type Method Description Msg<TestModule.CId,TestModule.CObject,java.lang.Void>TestModule.CopyId. msg(Environment<TestModule.CId,TestModule.CObject,java.lang.Void> e)Msg<TestModule.CId,TestModule.CObject,java.lang.Integer>TestModule.SendSetMember. msg(Environment<TestModule.CId,TestModule.CObject,java.lang.Integer> e)Msg<TestModule.CId,TestModule.CObject,java.lang.Integer>TestModule.SetMember. msg(Environment<TestModule.CId,TestModule.CObject,java.lang.Integer> e)