Spring for Apache Hadoop

org.springframework.yarn.batch.repository.bindings.repo
Class IsJobInstanceExistsRes

java.lang.Object
  extended by org.springframework.yarn.integration.ip.mind.binding.BaseObject
      extended by org.springframework.yarn.integration.ip.mind.binding.BaseResponseObject
          extended by org.springframework.yarn.batch.repository.bindings.repo.IsJobInstanceExistsRes

public class IsJobInstanceExistsRes
extends BaseResponseObject

Response binding for JobRepository.isJobInstanceExists(String, JobParameters).

Author:
Janne Valkealahti

Field Summary
 java.lang.Boolean response
           
 
Fields inherited from class org.springframework.yarn.integration.ip.mind.binding.BaseResponseObject
resmsg, resstate
 
Fields inherited from class org.springframework.yarn.integration.ip.mind.binding.BaseObject
type
 
Constructor Summary
IsJobInstanceExistsRes()
           
IsJobInstanceExistsRes(java.lang.Boolean response)
           
 
Method Summary
 
Methods inherited from class org.springframework.yarn.integration.ip.mind.binding.BaseResponseObject
getResmsg, getResstate, setResmsg, setResstate
 
Methods inherited from class org.springframework.yarn.integration.ip.mind.binding.BaseObject
getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

response

public java.lang.Boolean response
Constructor Detail

IsJobInstanceExistsRes

public IsJobInstanceExistsRes()

IsJobInstanceExistsRes

public IsJobInstanceExistsRes(java.lang.Boolean response)

Spring for Apache Hadoop