Uses of Interface
com.sun.jini.reggie.RegistrarImpl.LogRecord

Packages that use RegistrarImpl.LogRecord
com.sun.jini.reggie Provides implementations of ServiceRegistrar
 

Uses of RegistrarImpl.LogRecord in com.sun.jini.reggie
 

Classes in com.sun.jini.reggie that implement RegistrarImpl.LogRecord
private static class RegistrarImpl.AttrsAddedLogObj
          LogObj class whose instances are recorded to the log file whenever new attributes are added to an existing service in the Registrar.
private static class RegistrarImpl.AttrsModifiedLogObj
          LogObj class whose instances are recorded to the log file whenever existing attributes of an existing service in the Registrar are modified.
private static class RegistrarImpl.AttrsSetLogObj
          LogObj class whose instances are recorded to the log file whenever new attributes are set on an existing service in the Registrar.
private static class RegistrarImpl.EventLeaseCancelledLogObj
          LogObj class whose instances are recorded to the log file whenever a lease on a registered event is cancelled.
private static class RegistrarImpl.EventLeaseRenewedLogObj
          LogObj class whose instances are recorded to the log file whenever a lease on a registered event is renewed.
private static class RegistrarImpl.EventRegisteredLogObj
          LogObj class whose instances are recorded to the log file whenever a new event is registered.
private static class RegistrarImpl.LeasesCancelledLogObj
          LogObj class whose instances are recorded to the log file whenever lease are cancelled via a LeaseMap.
private static class RegistrarImpl.LeasesRenewedLogObj
          LogObj class whose instances are recorded to the log file whenever a leases in the Registrar is renewed via a LeaseMap.
private static class RegistrarImpl.LookupAttributesChangedLogObj
          LogObj class whose instances are recorded to the log file whenever the attributes for the lookup service are changed.
private static class RegistrarImpl.LookupGroupsChangedLogObj
          LogObj class whose instances are recorded to the log file whenever the set of groups to join is changed.
private static class RegistrarImpl.LookupLocatorsChangedLogObj
          LogObj class whose instances are recorded to the log file whenever the set of locators of lookup services to join is changed.
private static class RegistrarImpl.MemberGroupsChangedLogObj
          LogObj class whose instances are recorded to the log file whenever the memberGroups array is set to reference a new array of strings.
private static class RegistrarImpl.ServiceLeaseCancelledLogObj
          LogObj class whose instances are recorded to the log file whenever a lease on an existing service in the Registrar is cancelled.
private static class RegistrarImpl.ServiceLeaseRenewedLogObj
          LogObj class whose instances are recorded to the log file whenever a lease on an existing service in the Registrar is renewed.
private static class RegistrarImpl.SvcRegisteredLogObj
          LogObj class whose instances are recorded to the log file whenever a new service is registered.
private static class RegistrarImpl.UnicastPortSetLogObj
          LogObj class whose instances are recorded to the log file whenever the Unicast Port Number is set to a new value.
 

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



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