|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.parabon.rapids.FrontierServer
public class FrontierServer
FrontierServer class.
| Nested Class Summary | |
|---|---|
static class |
FrontierServer.JobIdType
|
| Constructor Summary | |
|---|---|
FrontierServer()
|
|
| Method Summary | |
|---|---|
void |
connect()
Connect to the Frontier Server. |
void |
disconnect()
Disconnect from element Frontier Server. |
JobStatus[] |
listJobs()
List jobs on the Frontier Server. |
void |
removeJob(java.lang.String jobId,
FrontierServer.JobIdType jit)
Remove a job from the Frontier Server. |
void |
upload(java.lang.String elementName)
Upload a native element Frontier Server. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FrontierServer()
| Method Detail |
|---|
public void connect()
throws java.io.IOException
java.io.IOException
public void removeJob(java.lang.String jobId,
FrontierServer.JobIdType jit)
throws java.io.IOException
java.io.IOException
public JobStatus[] listJobs()
throws java.io.IOException
java.io.IOException
public void upload(java.lang.String elementName)
throws com.parabon.rapids.TemplateFormatException,
java.io.IOException
com.parabon.rapids.TemplateFormatException
java.io.IOExceptionpublic void disconnect()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||