com.sun.jini.reggie
Interface RegistrarImpl.LogRecord

All Superinterfaces:
Serializable
All Known Implementing Classes:
RegistrarImpl.AttrsAddedLogObj, RegistrarImpl.AttrsModifiedLogObj, RegistrarImpl.AttrsSetLogObj, RegistrarImpl.EventLeaseCancelledLogObj, RegistrarImpl.EventLeaseRenewedLogObj, RegistrarImpl.EventRegisteredLogObj, RegistrarImpl.LeasesCancelledLogObj, RegistrarImpl.LeasesRenewedLogObj, RegistrarImpl.LookupAttributesChangedLogObj, RegistrarImpl.LookupGroupsChangedLogObj, RegistrarImpl.LookupLocatorsChangedLogObj, RegistrarImpl.MemberGroupsChangedLogObj, RegistrarImpl.ServiceLeaseCancelledLogObj, RegistrarImpl.ServiceLeaseRenewedLogObj, RegistrarImpl.SvcRegisteredLogObj, RegistrarImpl.UnicastPortSetLogObj
Enclosing class:
RegistrarImpl

private static interface RegistrarImpl.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(RegistrarImpl regImpl)
           
 

Method Detail

apply

void apply(RegistrarImpl regImpl)


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