public class JobEntrySendNagiosPassiveCheck extends JobEntryBase implements Cloneable, JobEntryInterface
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_CONNECTION_TIME_OUT
Default connection responseTimeOut to 5000 milliseconds
|
static int |
DEFAULT_PORT
Default port
|
static String[] |
encryption_mode_Code |
static String[] |
encryption_mode_Desc |
static int |
ENCRYPTION_MODE_NONE |
static int |
ENCRYPTION_MODE_TRIPLEDES |
static int |
ENCRYPTION_MODE_XOR |
static String[] |
level_type_Code |
static int |
LEVEL_TYPE_CRITICAL |
static String[] |
level_type_Desc |
static int |
LEVEL_TYPE_OK |
static int |
LEVEL_TYPE_UNKNOWN |
static int |
LEVEL_TYPE_WARNING |
attributesMap, containerObjectId, entryStepSetVariablesMap, extensionDataMap, log, metaStore, parentJob, parentJobMeta, rep, variables
Constructor and Description |
---|
JobEntrySendNagiosPassiveCheck() |
JobEntrySendNagiosPassiveCheck(String n) |
Modifier and Type | Method and Description |
---|---|
void |
check(List<CheckResultInterface> remarks,
JobMeta jobMeta,
VariableSpace space,
Repository repository,
org.pentaho.metastore.api.IMetaStore metaStore)
Allows JobEntry objects to check themselves for consistency
|
Object |
clone()
This method is called when a job entry is duplicated in Spoon.
|
boolean |
evaluates()
This method must return true if the job entry supports the true/false outgoing hops.
|
Result |
execute(Result previousResult,
int nr)
Execute the job entry.
|
String |
getConnectionTimeOut() |
int |
getEncryptionMode() |
static int |
getEncryptionModeByDesc(String tt) |
static String |
getEncryptionModeDesc(int i) |
int |
getLevel() |
static int |
getLevelByDesc(String tt) |
static String |
getLevelDesc(int i) |
String |
getMessage() |
String |
getPassword() |
String |
getPort() |
List<ResourceReference> |
getResourceDependencies(JobMeta jobMeta)
Gets a list of all the resource dependencies that the step is depending on.
|
String |
getResponseTimeOut() |
String |
getSenderServerName() |
String |
getSenderServiceName() |
String |
getServerName() |
String |
getXML()
This method is called by PDI whenever a job entry needs to serialize its settings to XML.
|
void |
loadRep(Repository rep,
org.pentaho.metastore.api.IMetaStore metaStore,
ObjectId id_jobentry,
List<DatabaseMeta> databases,
List<SlaveServer> slaveServers)
This method is called by PDI whenever a job entry needs to read its configuration from a PDI repository.
|
void |
loadXML(Node entrynode,
List<DatabaseMeta> databases,
List<SlaveServer> slaveServers,
Repository rep,
org.pentaho.metastore.api.IMetaStore metaStore)
This method is called by PDI whenever a job entry needs to read its settings from XML.
|
void |
saveRep(Repository rep,
org.pentaho.metastore.api.IMetaStore metaStore,
ObjectId id_job)
This method is called by PDI whenever a job entry needs to save its settings to a PDI repository.
|
void |
setConnectionTimeOut(String connectionTimeOut) |
void |
setEncryptionMode(int encryptionModein) |
void |
setLevel(int levelMode) |
void |
setMessage(String message) |
void |
setPassword(String password) |
void |
setPort(String port) |
void |
setResponseTimeOut(String responseTimeOut) |
void |
setSenderServerName(String senderServerName) |
void |
setSenderServiceName(String senderServiceName) |
void |
setServerName(String serverName) |
check, clear, copyVariablesFrom, environmentSubstitute, environmentSubstitute, equals, exportResources, exportResources, fieldSubstitute, getAttribute, getAttributes, getAttributesMap, getBooleanValueOfVariable, getContainerObjectId, getDescription, getDialogClassName, getEntryStepSetVariable, getEntryStepSetVariablesMap, getExtensionDataMap, getFilename, getHolderType, getLogChannel, getLogChannelId, getLogLevel, getMetaStore, getName, getObjectCopy, getObjectId, getObjectName, getObjectRevision, getObjectType, getParent, getParentJob, getParentJobMeta, getParentVariableSpace, getPluginId, getRealFilename, getReferencedObjectDescriptions, getRegistrationDate, getRepository, getRepositoryDirectory, getSQLStatements, getSQLStatements, getSQLStatements, getTypeDesc, getTypeId, getUsedDatabaseConnections, getVariable, getVariable, getVariables, hasChanged, hashCode, hasRepositoryReferences, initializeVariablesFrom, injectVariables, isBasic, isDebug, isDetailed, isDummy, isEvaluation, isForcingSeparateLogging, isFTP, isGatheringMetrics, isHTTP, isJob, isMail, isReferencedObjectEnabled, isRowlevel, isSFTP, isShell, isSpecial, isStart, isTransformation, isUnconditional, listVariables, loadReferencedObject, loadReferencedObject, loadRep, loadXML, loadXML, logBasic, logBasic, logDebug, logDebug, logDetailed, logDetailed, logError, logError, logError, logMinimal, logMinimal, logRowlevel, logRowlevel, lookupRepositoryReferences, parseRepositoryObjects, resetErrorsBeforeExecution, saveRep, setAttribute, setAttributes, setAttributesMap, setChanged, setChanged, setContainerObjectId, setDescription, setEntryStepSetVariable, setForcingSeparateLogging, setGatheringMetrics, setID, setLogLevel, setMetaStore, setName, setObjectId, setParentJob, setParentJobMeta, setParentVariableSpace, setPluginId, setRepository, setTypeId, setVariable, shareVariablesWith, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
check, clear, exportResources, exportResources, getDescription, getDialogClassName, getFilename, getLogChannel, getName, getObjectId, getParentJob, getParentJobMeta, getPluginId, getRealFilename, getReferencedObjectDescriptions, getSQLStatements, getSQLStatements, getSQLStatements, getTypeId, getUsedDatabaseConnections, hasChanged, hasRepositoryReferences, isDummy, isEvaluation, isJob, isMail, isReferencedObjectEnabled, isShell, isSpecial, isStart, isTransformation, isUnconditional, loadReferencedObject, loadReferencedObject, loadRep, loadXML, lookupRepositoryReferences, resetErrorsBeforeExecution, saveRep, setChanged, setChanged, setDescription, setMetaStore, setName, setObjectId, setParentJob, setParentJobMeta, setPluginId, setRepository
public static int DEFAULT_CONNECTION_TIME_OUT
public static int DEFAULT_PORT
public static final String[] encryption_mode_Desc
public static final String[] encryption_mode_Code
public static final int ENCRYPTION_MODE_NONE
public static final int ENCRYPTION_MODE_TRIPLEDES
public static final int ENCRYPTION_MODE_XOR
public static final String[] level_type_Desc
public static final String[] level_type_Code
public static final int LEVEL_TYPE_UNKNOWN
public static final int LEVEL_TYPE_OK
public static final int LEVEL_TYPE_WARNING
public static final int LEVEL_TYPE_CRITICAL
public JobEntrySendNagiosPassiveCheck(String n)
public JobEntrySendNagiosPassiveCheck()
public Object clone()
JobEntryBase
clone
in interface JobEntryInterface
clone
in class JobEntryBase
public static int getEncryptionModeByDesc(String tt)
public static String getEncryptionModeDesc(int i)
public static String getLevelDesc(int i)
public static int getLevelByDesc(String tt)
public String getXML()
JobEntryBase
getXML
in interface JobEntryInterface
getXML
in class JobEntryBase
public void loadXML(Node entrynode, List<DatabaseMeta> databases, List<SlaveServer> slaveServers, Repository rep, org.pentaho.metastore.api.IMetaStore metaStore) throws KettleXMLException
JobEntryInterface
loadXML
in interface JobEntryInterface
loadXML
in class JobEntryBase
entrynode
- the top-level XML nodedatabases
- the list of databasesslaveServers
- the list of slave serversrep
- the repository objectmetaStore
- The metaStore to optionally load from.KettleXMLException
- if any errors occur during the loading of the XMLpublic void loadRep(Repository rep, org.pentaho.metastore.api.IMetaStore metaStore, ObjectId id_jobentry, List<DatabaseMeta> databases, List<SlaveServer> slaveServers) throws KettleException
JobEntryInterface
loadRep
in interface JobEntryInterface
loadRep
in class JobEntryBase
rep
- the repository objectmetaStore
- the MetaStore to useid_jobentry
- the id of the job entrydatabases
- the list of databasesslaveServers
- the list of slave serversKettleException
- if any errors occur during the loadpublic void saveRep(Repository rep, org.pentaho.metastore.api.IMetaStore metaStore, ObjectId id_job) throws KettleException
JobEntryInterface
saveRep
in interface JobEntryInterface
saveRep
in class JobEntryBase
rep
- the repositorymetaStore
- the MetaStore to useid_job
- the id_jobKettleException
- if any errors occur during the savepublic String getServerName()
public void setServerName(String serverName)
serverName
- The serverName to set.public String getSenderServerName()
public void setSenderServerName(String senderServerName)
senderServerName
- The senderServerName to set.public String getSenderServiceName()
public void setSenderServiceName(String senderServiceName)
senderServiceName
- The senderServiceName to set.public void setPassword(String password)
password
- The password to set.public String getPassword()
public int getEncryptionMode()
public void setEncryptionMode(int encryptionModein)
public int getLevel()
public void setLevel(int levelMode)
public void setMessage(String message)
message
- The message to set.public String getMessage()
public String getPort()
public void setPort(String port)
port
- The port to set.public void setResponseTimeOut(String responseTimeOut)
responseTimeOut
- The responseTimeOut to set.public String getResponseTimeOut()
public void setConnectionTimeOut(String connectionTimeOut)
connectionTimeOut
- The connectionTimeOut to set.public String getConnectionTimeOut()
public Result execute(Result previousResult, int nr)
JobEntryInterface
execute
in interface JobEntryInterface
previousResult
- the previous resultnr
- the number of rowspublic boolean evaluates()
JobEntryBase
evaluates
in interface JobEntryInterface
evaluates
in class JobEntryBase
public List<ResourceReference> getResourceDependencies(JobMeta jobMeta)
JobEntryBase
getResourceDependencies
in interface JobEntryInterface
getResourceDependencies
in class JobEntryBase
ResourceReference
public void check(List<CheckResultInterface> remarks, JobMeta jobMeta, VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
JobEntryBase
check
in interface JobEntryInterface
check
in class JobEntryBase
remarks
- List of CheckResult objects indicating consistency statusjobMeta
- the metadata object for the job entryspace
- the variable space to resolve string expressions with variables withrepository
- the repository to load Kettle objects frommetaStore
- the MetaStore to load common elements fromCopyright © 2018 Hitachi Vantara. All rights reserved.