Uses of Interface
org.hardtokenmgmt.admin.control.IHostStatusFetcher

Packages that use IHostStatusFetcher
org.hardtokenmgmt.admin.control   
 

Uses of IHostStatusFetcher in org.hardtokenmgmt.admin.control
 

Classes in org.hardtokenmgmt.admin.control that implement IHostStatusFetcher
 class BaseHostStatusFetcher
          Base class that manages host monitored functionality
 class DummyImpl
          DummyImplementation of a IHostInfoFetcher that retrieves information about the local host.
 class HTMFWSImpl
          Implementation of several control interfaces targeted against HTMFWS.
 

Methods in org.hardtokenmgmt.admin.control that return IHostStatusFetcher
static IHostStatusFetcher AdminInterfacesFactory.getHostInfoFetcher()