public class SimpleScheduleToken extends Object implements ScheduleToken
Constructor and Description |
---|
SimpleScheduleToken(String tokenId)
Creates a SimpleScheduleToken with the given
tokenId . |
Modifier and Type | Method and Description |
---|---|
String |
getTokenId()
Returns the identifier of the scheduled task.
|
public SimpleScheduleToken(String tokenId)
tokenId
.tokenId
- The identifier referencing the scheduled task.public String getTokenId()
Copyright © 2010–2017. All rights reserved.