jgroup.core
Interface Layer.FinalizeLayer
- All Known Subinterfaces:
- MembershipService, NotifyService, TimestampService
- All Known Implementing Classes:
- JeriEGMILayer, MembershipLayer, MergingLayer, NotifyLayer, TimestampLayer
- Enclosing interface:
- Layer
public static interface Layer.FinalizeLayer
This is a special interface implemented by layers that has to perform
post construction finalization.
- Since:
- Jgroup 2.1
- Author:
- Hein Meling
Method Summary |
void |
complete(java.lang.Object server)
This method is invoked on the layer, once the whole Jgroup group
manager construction has been completed. |
complete
void complete(java.lang.Object server)
throws JgroupException
- This method is invoked on the layer, once the whole Jgroup group
manager construction has been completed. The
complete()
method is supposed to implemented stuff that depends on several
other group manager components having been constructed.
- Parameters:
server
- The server using a layer implementing the FinalizeLayer
interface.
- Throws:
JgroupException
- Thrown if the layer could not be completed.
Copyright © 1998-2006 The Jgroup/ARM development team. All Rights Reserved.