Synergy Home Page

au.edu.swin.synergy.plugin.userdb.event
Class BRemoveGroupCE

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--au.edu.swin.synergy.kernel.BCommandEvent
              |
              +--au.edu.swin.synergy.plugin.userdb.event.BUserDBCE
                    |
                    +--au.edu.swin.synergy.plugin.userdb.event.BAdminCE
                          |
                          +--au.edu.swin.synergy.plugin.userdb.event.BUpdatePrivilegedCE
                                |
                                +--au.edu.swin.synergy.plugin.userdb.event.BUpdateGroupCE
                                      |
                                      +--au.edu.swin.synergy.plugin.userdb.event.BRemoveGroupCE

public class BRemoveGroupCE
extends BUpdateGroupCE

This provides the same services as the BRemoveGroupCE however it removes the group from the database.

Author:
Tristan Austin Please complete these missing tags
Copyright Belongs To:
 
See Also:
Serialized Form

Fields inherited from class au.edu.swin.synergy.plugin.userdb.event.BUpdatePrivilegedCE
item, kDeleteSelf, kFailed, kInvalidPrivilege, kLowPrivilege, kNameTooShort, kNotFound, kSuccess
 
Fields inherited from class au.edu.swin.synergy.kernel.BCommandEvent
connectionID, index, kBroadcast, kClient, kClientDone, kLocal, kServer, kServerDone, networkStatus, serialVersionUID
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
BRemoveGroupCE(Object source, BGroup newGroup, BCommandComplete complete)
          Creates a new BRemoveGroupCE object with the group to remove
 
Methods inherited from class au.edu.swin.synergy.plugin.userdb.event.BUpdateGroupCE
getGroup, setGroup
 
Methods inherited from class au.edu.swin.synergy.plugin.userdb.event.BUpdatePrivilegedCE
getItem, getStatus, setItem, setStatus
 
Methods inherited from class au.edu.swin.synergy.kernel.BCommandEvent
decrementThreadCount, doComplete, doInit, getAutoComplete, getCompletionObject, getCompletionStatus, getConnectionID, getIndex, getNetworkStatus, getPipe, getUndoable, setAutoComplete, setCompletionObject, setCompletionStatus, setConnectionID, setIndex, setNetworkStatus, setPipe, setThreadCount, setUndoable
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BRemoveGroupCE

public BRemoveGroupCE(Object source,
                      BGroup newGroup,
                      BCommandComplete complete)
Creates a new BRemoveGroupCE object with the group to remove
Parameters:
source - The source of the event
newGroup - The Group to remove
complete - The complete object to call when done Please complete the missing tags for BRemoveGroupCE

Synergy Home Page