|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.engines.talend.client.SpagoBITalendEngineClient
public class SpagoBITalendEngineClient
Constructor Summary | |
---|---|
SpagoBITalendEngineClient(java.lang.String usr,
java.lang.String pwd,
java.lang.String host,
java.lang.String port,
java.lang.String appContext)
Instantiates a new spago bi talend engine client. |
Method Summary | |
---|---|
boolean |
deployJob(JobDeploymentDescriptor jobDeploymentDescriptor,
java.io.File executableJobFiles)
Deploy job. |
java.lang.String |
getEngineName()
Gets the engine name. |
java.lang.String |
getEngineVersion()
Gets the engine version. |
boolean |
isEngineAvailible()
Checks if is engine availible. |
static void |
main(java.lang.String[] args)
The main method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpagoBITalendEngineClient(java.lang.String usr, java.lang.String pwd, java.lang.String host, java.lang.String port, java.lang.String appContext) throws AuthenticationFailedException
usr
- the usrpwd
- the pwdhost
- the hostport
- the portappContext
- the app context
AuthenticationFailedException
- the authentication failed exceptionMethod Detail |
---|
public java.lang.String getEngineVersion()
public java.lang.String getEngineName()
public boolean isEngineAvailible()
public boolean deployJob(JobDeploymentDescriptor jobDeploymentDescriptor, java.io.File executableJobFiles)
jobDeploymentDescriptor
- the job deployment descriptorexecutableJobFiles
- the executable job files
public static void main(java.lang.String[] args) throws java.util.zip.ZipException, java.io.IOException
args
- the arguments
java.util.zip.ZipException
- the zip exception
java.io.IOException
- Signals that an I/O exception has occurred.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |