com.sun.jini.mercury
Class MailboxImpl.LookupGroupsChangedLogObj

java.lang.Object
  extended by com.sun.jini.mercury.MailboxImpl.LookupGroupsChangedLogObj
All Implemented Interfaces:
MailboxImpl.LogRecord, Serializable
Enclosing class:
MailboxImpl

private static class MailboxImpl.LookupGroupsChangedLogObj
extends Object
implements MailboxImpl.LogRecord

LogObj class whose instances are recorded to the log file whenever the set of groups to join is changed.


Field Summary
private  String[] groups
          The new groups to join.
private static long serialVersionUID
           
 
Constructor Summary
MailboxImpl.LookupGroupsChangedLogObj(String[] groups)
          Simple constructor
 
Method Summary
 void apply(MailboxImpl mb)
          Sets the value of lookupGroups to the provided set.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

groups

private String[] groups
The new groups to join.

Constructor Detail

MailboxImpl.LookupGroupsChangedLogObj

public MailboxImpl.LookupGroupsChangedLogObj(String[] groups)
Simple constructor

Method Detail

apply

public void apply(MailboxImpl mb)
Sets the value of lookupGroups to the provided set.

Specified by:
apply in interface MailboxImpl.LogRecord


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