com.sun.jini.mercury
Interface MailboxImpl.LogRecord

All Superinterfaces:
Serializable
All Known Implementing Classes:
MailboxImpl.AttrsAddedLogObj, MailboxImpl.AttrsModifiedLogObj, MailboxImpl.LookupGroupsChangedLogObj, MailboxImpl.LookupLocatorsChangedLogObj, MailboxImpl.RegistrationCancelledLogObj, MailboxImpl.RegistrationDisabledLogObj, MailboxImpl.RegistrationEnabledLogObj, MailboxImpl.RegistrationIteratorEnabledLogObj, MailboxImpl.RegistrationLogObj, MailboxImpl.RegistrationRenewedLogObj, MailboxImpl.UnknownEventExceptionLogObj
Enclosing class:
MailboxImpl

private static interface MailboxImpl.LogRecord
extends Serializable

Interface defining the method(s) that must be implemented by each of the concrete LogObj classes. This allows for the definition of object-dependent invocations of the appropriate implementation of the method(s) declared in this interface.


Method Summary
 void apply(MailboxImpl mb)
           
 

Method Detail

apply

void apply(MailboxImpl mb)


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