com.parabon.rapids
Class FrontierServer

java.lang.Object
  extended by com.parabon.rapids.FrontierServer

public class FrontierServer
extends java.lang.Object

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

FrontierServer

public FrontierServer()
Method Detail

connect

public void connect()
             throws java.io.IOException
Connect to the Frontier Server.

Throws:
java.io.IOException

removeJob

public void removeJob(java.lang.String jobId,
                      FrontierServer.JobIdType jit)
               throws java.io.IOException
Remove a job from the Frontier Server.

Throws:
java.io.IOException

listJobs

public JobStatus[] listJobs()
                     throws java.io.IOException
List jobs on the Frontier Server.

Throws:
java.io.IOException

upload

public void upload(java.lang.String elementName)
            throws com.parabon.rapids.TemplateFormatException,
                   java.io.IOException
Upload a native element Frontier Server.

Throws:
com.parabon.rapids.TemplateFormatException
java.io.IOException

disconnect

public void disconnect()
Disconnect from element Frontier Server.