edu.vt.middleware.registry.manage.interceptor
Class GroupChange

java.lang.Object
  extended by edu.vt.middleware.registry.manage.interceptor.AbstractReplChange<String>
      extended by edu.vt.middleware.registry.manage.interceptor.GroupChange

public class GroupChange
extends AbstractReplChange<String>

GroupChange holds a group to replicate and its priority.

Version:
$Revision: 6175 $
Author:
David Hawes

Constructor Summary
GroupChange(String uugid, int priority)
          Default constructor.
 
Method Summary
 
Methods inherited from class edu.vt.middleware.registry.manage.interceptor.AbstractReplChange
getChange, getPriority, setChange, setPriority
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupChange

public GroupChange(String uugid,
                   int priority)
Default constructor.

Parameters:
uugid - String
priority - int


Copyright © 2008 Virginia Tech. All Rights Reserved.