|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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
This provides the same services as the BRemoveGroupCE however it removes the group from the database.
| 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 |
public BRemoveGroupCE(Object source,
BGroup newGroup,
BCommandComplete complete)
source - The source of the eventnewGroup - The Group to removecomplete - The complete object to call when done
Please complete the missing tags for BRemoveGroupCE
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||