public abstract class PlatformTask extends Object implements Task
| Constructor and Description |
|---|
PlatformTask(Task.Type type,
Interval interval,
PlatformEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
PlatformEndpoint |
getEndpoint() |
Interval |
getInterval() |
Task.Kind |
getKind() |
Task.Type |
getType() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetKeyGeneratorpublic PlatformTask(Task.Type type, Interval interval, PlatformEndpoint endpoint)
public Task.Type getType()
public Interval getInterval()
getInterval in interface Taskpublic Task.Kind getKind()
public PlatformEndpoint getEndpoint()
Copyright © 2015 Red Hat, Inc.. All rights reserved.