com.sun.jini.fiddler
Interface FiddlerImpl.LogRecord

All Superinterfaces:
Serializable
All Known Implementing Classes:
FiddlerImpl.GroupsAddedToRegistrationLogObj, FiddlerImpl.GroupsRemovedFromRegistrationLogObj, FiddlerImpl.GroupsSetInRegistrationLogObj, FiddlerImpl.LeaseBoundSetLogObj, FiddlerImpl.LeaseCancelledLogObj, FiddlerImpl.LeaseRenewedLogObj, FiddlerImpl.LeasesCancelledLogObj, FiddlerImpl.LeasesRenewedLogObj, FiddlerImpl.LocsAddedToRegistrationLogObj, FiddlerImpl.LocsRemovedFromRegistrationLogObj, FiddlerImpl.LocsSetInRegistrationLogObj, FiddlerImpl.LookupAttrsAddedLogObj, FiddlerImpl.LookupAttrsModifiedLogObj, FiddlerImpl.LookupGroupsChangedLogObj, FiddlerImpl.LookupLocatorsChangedLogObj, FiddlerImpl.RegistrationGrantedLogObj, FiddlerImpl.SnapshotThresholdSetLogObj, FiddlerImpl.SnapshotWeightSetLogObj
Enclosing class:
FiddlerImpl

private static interface FiddlerImpl.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(FiddlerImpl fiddlerImpl)
           
 

Method Detail

apply

void apply(FiddlerImpl fiddlerImpl)


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