Uses of Interface
com.sun.jini.mercury.MailboxImpl.LogRecord

Packages that use MailboxImpl.LogRecord
com.sun.jini.mercury Provides implementations of the EventMailbox service. 
 

Uses of MailboxImpl.LogRecord in com.sun.jini.mercury
 

Classes in com.sun.jini.mercury that implement MailboxImpl.LogRecord
private static class MailboxImpl.AttrsAddedLogObj
          LogObj class whose instances are recorded to the log file whenever the set of lookup attributes is augmented.
private static class MailboxImpl.AttrsModifiedLogObj
          LogObj class whose instances are recorded to the log file whenever the set of lookup attributes is modified.
private static class MailboxImpl.LookupGroupsChangedLogObj
          LogObj class whose instances are recorded to the log file whenever the set of groups to join is changed.
private static class MailboxImpl.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 MailboxImpl.RegistrationCancelledLogObj
          LogObj class whose instances are recorded to the log file whenever a registration is cancelled.
private static class MailboxImpl.RegistrationDisabledLogObj
          LogObj class whose instances are recorded to the log file whenever a registration is disabled.
private static class MailboxImpl.RegistrationEnabledLogObj
          LogObj class whose instances are recorded to the log file whenever a registration is enabled.
private static class MailboxImpl.RegistrationIteratorEnabledLogObj
          LogObj class whose instances are recorded to the log file whenever a registration iterator is enabled.
private static class MailboxImpl.RegistrationLogObj
          LogObj class whose instances are recorded to the log file whenever a new registration is created.
private static class MailboxImpl.RegistrationRenewedLogObj
          LogObj class whose instances are recorded to the log file whenever a registration is renewed.
private static class MailboxImpl.UnknownEventExceptionLogObj
          LogObj class whose instances are recorded to the log file whenever an UnknownEventException is received during event notification.
 

Methods in com.sun.jini.mercury with parameters of type MailboxImpl.LogRecord
private  void MailboxImpl.addLogRecord(MailboxImpl.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.