Uses of Interface
spin.demo.complex.DirectoryService
-
Packages that use DirectoryService Package Description spin.demo.complex -
-
Uses of DirectoryService in spin.demo.complex
Classes in spin.demo.complex that implement DirectoryService Modifier and Type Class Description classFileServiceImplementation of a file service.classLatencyServiceService that adds a latency to another service.classUnreliableServiceService that adds a unreliability to another service.Constructors in spin.demo.complex with parameters of type DirectoryService Constructor Description DirectoryServiceGUI(DirectoryService service)Constructor.LatencyService(DirectoryService service)Constructor.UnreliableService(DirectoryService service)Constructor.
-