@Portable public class TaskSelectionEvent extends Object implements Serializable
| Constructor and Description |
|---|
TaskSelectionEvent() |
TaskSelectionEvent(Long taskId) |
TaskSelectionEvent(String serverTemplateId,
String containerId,
Long taskId,
String taskName) |
TaskSelectionEvent(String serverTemplateId,
String containerId,
Long taskId,
String taskName,
boolean forAdmin,
boolean forLog) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContainerId() |
String |
getServerTemplateId() |
Long |
getTaskId() |
String |
getTaskName() |
boolean |
isForAdmin() |
boolean |
isForLog() |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.