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 class
FileService
Implementation of a file service.class
LatencyService
Service that adds a latency to another service.class
UnreliableService
Service 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.
-