Uses of Class
dk.netarkivet.common.distribute.monitorregistry.HostEntry

Packages that use HostEntry
dk.netarkivet.monitor.jmx   
dk.netarkivet.monitor.registry   
dk.netarkivet.monitor.registry.distribute   
 

Uses of HostEntry in dk.netarkivet.monitor.jmx
 

Methods in dk.netarkivet.monitor.jmx that return types with arguments of type HostEntry
static java.util.Map<java.lang.String,java.util.Set<HostEntry>> HostForwarding.getCurrentHostEntries()
          Get current list of host-JMX port mappings.
 

Uses of HostEntry in dk.netarkivet.monitor.registry
 

Methods in dk.netarkivet.monitor.registry that return types with arguments of type HostEntry
 java.util.Map<java.lang.String,java.util.Set<HostEntry>> MonitorRegistry.getHostEntries()
          Get all JMX host entries.
 

Methods in dk.netarkivet.monitor.registry with parameters of type HostEntry
 void MonitorRegistry.register(HostEntry hostEntry)
          Register a new JMX host entry.
 

Uses of HostEntry in dk.netarkivet.monitor.registry.distribute
 

Fields in dk.netarkivet.monitor.registry.distribute declared as HostEntry
(package private)  HostEntry RegisterHostMessage.hostEntry
          The HostEntry to register.
 

Methods in dk.netarkivet.monitor.registry.distribute that return HostEntry
 HostEntry RegisterHostMessage.getHostEntry()
          Get the host entry for the host registering.