public static class CheckpointHelper.CheckpointFilename extends Object
Constructor and Description |
---|
CheckpointFilename(File file) |
Modifier and Type | Method and Description |
---|---|
static CheckpointHelper.CheckpointFilename |
createAttachment(Job job,
String attachmentId) |
static CheckpointHelper.CheckpointFilename |
createBasic(Job job) |
static CheckpointHelper.CheckpointFilename |
createBasic(String jobId,
File dir) |
String |
getAttachmentId() |
com.sun.enterprise.v3.admin.CheckpointHelper.CheckpointFilename.ExtensionType |
getExt() |
File |
getFile() |
CheckpointHelper.CheckpointFilename |
getForPayload(boolean inbound) |
String |
getJobId() |
File |
getParentDir() |
String |
toString() |
public CheckpointFilename(File file) throws IOException
IOException
public com.sun.enterprise.v3.admin.CheckpointHelper.CheckpointFilename.ExtensionType getExt()
public String getJobId()
public String getAttachmentId()
public File getParentDir()
public File getFile()
public CheckpointHelper.CheckpointFilename getForPayload(boolean inbound)
public static CheckpointHelper.CheckpointFilename createBasic(Job job)
public static CheckpointHelper.CheckpointFilename createBasic(String jobId, File dir)
public static CheckpointHelper.CheckpointFilename createAttachment(Job job, String attachmentId)
Copyright © 2018. All rights reserved.