Index - All Packages - All Categories - All Classes
Class FeAdminer
A client interface for system administration operations. This object can only be obtained using a KeyMaster that has System Admin authority. 
Package: Udanax-Gold
All Superclasses: Object Heaper 
Protocols: Object
Categories: Xanadu-nkernel
Class MethodsinfostProtocol 
make 
Instance MethodsacceptConnections: open 
Essential. Enable or disable the ability of the Server to accept communications connections from client machines. Anyone who has received a GateKeeper or Server object will continue to stay connected, but no new such objects will be handed out
activeSessions 
Essential. Return a list of all active sessions.
actualHashForEqual 
clearProfile 
consistencyCheck 
defaultLockSmith 
disableAccess: clubID 
Disable login access to a Club, by revoking its direct membership of the System Access Club
enableAccess: clubID 
execute: commands 
Essential. Execute a sequence of server configuration commands.
gateLockSmith 
Essential. The LockSmith which hands out locks when a client tries to login through the GateKeeper with an invalid Club ID or name.
grant: clubID with: globalIDs 
Essential. Grant a Club the authority to assign global IDs on this Server.
grants 
grants: clubIDs 
grants: clubIDs with: globalIDs 
isAcceptingConnections 
Essential. Whether the Server is accepting communications connections from client machines. 
isEqual: other 
nameClub: name with: clubID 
renameClub: oldName with: newName 
setDefaultLockSmith: lockSmith 
setGateLockSmith: lockSmith 
Essential. Set the LockSmith which creates locks to hand out when a client tries to login with an invalid Club ID or name through the GateKeeper.
shutDown 
shutdown 
Essential. Shutdown the Server immediately, taking down all the connections and writing all current changes to disk.
unnameClub: name 
writeProfile 
Index - All Packages - All Categories - All Classes