org.glite.lb
public class EventChangeACL extends Event
| Nested Class Summary | |
|---|---|
| static class | EventChangeACL.Operation |
| static class | EventChangeACL.Permission |
| static class | EventChangeACL.PermissionType |
| static class | EventChangeACL.UserIdType |
| Constructor Summary | |
|---|---|
| EventChangeACL() | |
| Method Summary | |
|---|---|
| String | getEventType() |
| EventChangeACL.Operation | getOperation() |
| EventChangeACL.Permission | getPermission() |
| EventChangeACL.PermissionType | getPermissionType() |
| String | getUserId() |
| EventChangeACL.UserIdType | getUserIdType() |
| void | setOperation(EventChangeACL.Operation val) |
| void | setPermission(EventChangeACL.Permission val) |
| void | setPermissionType(EventChangeACL.PermissionType val) |
| void | setUserId(String val) |
| void | setUserIdType(EventChangeACL.UserIdType val) |
| String | ulm() |