Uses of Interface
com.sun.jini.fiddler.FiddlerImpl.LogRecord

Packages that use FiddlerImpl.LogRecord
com.sun.jini.fiddler Provides the server side of an implementation of the lookup discovery service (see LookupDiscoveryService). 
 

Uses of FiddlerImpl.LogRecord in com.sun.jini.fiddler
 

Classes in com.sun.jini.fiddler that implement FiddlerImpl.LogRecord
private static class FiddlerImpl.GroupsAddedToRegistrationLogObj
          LogObj class whose instances are recorded to the log file whenever the managed set of groups corresponding to a registration is is augmented with new elements.
private static class FiddlerImpl.GroupsRemovedFromRegistrationLogObj
          LogObj class whose instances are recorded to the log file whenever one or more elements of the managed set of groups corresponding to a registration are removed.
private static class FiddlerImpl.GroupsSetInRegistrationLogObj
          LogObj class whose instances are recorded to the log file whenever a the managed set of groups corresponding to a registration is is replaced (set) with a new set of group names.
private static class FiddlerImpl.LeaseBoundSetLogObj
          LogObj class whose instances are recorded to the log file whenever a new value is assigned to the least upper bound applied during the determination of the duration of the lease on a requested registration.
private static class FiddlerImpl.LeaseCancelledLogObj
          LogObj class whose instances are recorded to the log file whenever a lease on an existing registration (granted by the current backend server of the lookup discovery service -- the lease grantor) is cancelled.
private static class FiddlerImpl.LeaseRenewedLogObj
          LogObj class whose instances are recorded to the log file whenever a lease on an existing registration (granted by the current backend server of the lookup discovery service -- the lease grantor) is renewed.
private static class FiddlerImpl.LeasesCancelledLogObj
          LogObj class whose instances are recorded to the log file whenever a set of leases from a LeaseMap are cancelled.
private static class FiddlerImpl.LeasesRenewedLogObj
          LogObj class whose instances are recorded to the log file whenever a set of leases from a LeaseMap are renewed.
private static class FiddlerImpl.LocsAddedToRegistrationLogObj
          LogObj class whose instances are recorded to the log file whenever the managed set of locators corresponding to a registration is is augmented with new elements.
private static class FiddlerImpl.LocsRemovedFromRegistrationLogObj
          LogObj class whose instances are recorded to the log file whenever one or more elements of the managed set of locators corresponding to a registration are removed.
private static class FiddlerImpl.LocsSetInRegistrationLogObj
          LogObj class whose instances are recorded to the log file whenever the managed set of locators corresponding to a registration is is replaced (set) with a new set of locators.
private static class FiddlerImpl.LookupAttrsAddedLogObj
          LogObj class whose instances are recorded to the log file whenever new attributes are added to this service's existing set of attributes.
private static class FiddlerImpl.LookupAttrsModifiedLogObj
          LogObj class whose instances are recorded to the log file whenever the attributes currently associated with this service in the lookup services with which it is registered are modified.
private static class FiddlerImpl.LookupGroupsChangedLogObj
          LogObj class whose instances are recorded to the log file whenever the set containing the names of the groups whose members are lookup services the lookup discovery service wishes to register with (join) is modified in some way; for example, through the invocation of: JoinAdmin.addLookupGroups, JoinAdmin.removeLookupGroups or JoinAdmin.setLookupGroups.
private static class FiddlerImpl.LookupLocatorsChangedLogObj
          LogObj class whose instances are recorded to the log file whenever the set containing the instances of LookupLocator that correspond to specific lookup services the lookup discovery service wishes to register with (join) is modified in some way; for example, through the invocation of: JoinAdmin.addLookupLocators, JoinAdmin.removeLookupLocators or JoinAdmin.setLookupLocators.
private static class FiddlerImpl.RegistrationGrantedLogObj
          LogObj class whose instances are recorded to the log file whenever a registration is created and returned to a client.
private static class FiddlerImpl.SnapshotThresholdSetLogObj
          LogObj class whose instances are recorded to the log file whenever a new value is assigned to the Threshold used in the "time-to-take-a-snapshot determination" expression.
private static class FiddlerImpl.SnapshotWeightSetLogObj
          LogObj class whose instances are recorded to the log file whenever a new value is assigned to the Weight Factor applied to the Snapshot File size used in the "time-to-take-a-snapshot determination" expression.
 

Methods in com.sun.jini.fiddler with parameters of type FiddlerImpl.LogRecord
private  void FiddlerImpl.addLogRecord(FiddlerImpl.LogRecord rec)
          Add a state-change record to persistent storage.
private  void FiddlerImpl.logInfoAddLogRecord(FiddlerImpl.LogRecord rec)
           
 



Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.