| Interface | Description |
|---|---|
| ChadCommand |
Interface that represents a Chad command (Command pattern)
|
| Class | Description |
|---|---|
| AddAdminUserCommand |
Command to add an administrator
|
| AddPollCommand |
Command to add a poll
|
| ChangeAdminUserPasswordCommand |
Command to change a administrator's password
|
| CommandExecutor |
This class executes any
ChadCommand
provided to its CommandExecutor.execute(org.wso2.appserver.sample.chad.command.ChadCommand) method, after switching to the Chad.aar
classloader and, finally switches back to the original classloader. |
| DeleteAdminUserCommand |
Command to delete an adminsitrator
|
| GetAdminUserCommand |
Command to retrieve an administrator
|
| GetAllPollsCommand |
Command to retrieve all polls
|
| GetPollCommand |
Command to retrieve a single poll with a particular pollId
|
| GetPollResultCommand |
Command to retrieve the result of a particular poll in any point in time
|
| ListAdminUsersCommand |
Command to retrive all administrator usernames
|
| ListPollsCommand |
Command to retrieve all polls
|
| UpdatePollCommand |
Command to update a particular poll
|
| Exception | Description |
|---|---|
| CommmandExecutionException |
Copyright © 2015 WSO2 Inc. All rights reserved.