Class ChangeLogProcessorMetadata
java.lang.Object
edu.internet2.middleware.grouper.changeLog.ChangeLogProcessorMetadata
metadata about the change log
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionname of consumer in config fileif there is an exception in a record, put it herelong
the index of the record where the exception took placethe problem text of the problemboolean
if it had problemvoid
registerProblem
(Throwable throwable, String errorMessage, long problemSequenceNumber) register a problem with the runvoid
setConsumerName
(String consumerName1) name of consumer in config filevoid
setHadProblem
(boolean hadProblem1) if it had problemvoid
setHib3GrouperLoaderLog
(Hib3GrouperLoaderLog hib3GrouperLoaderLog1) void
setRecordException
(Throwable recordException1) if there is an exception in a record, put it herevoid
setRecordExceptionSequence
(long recordExceptionSequence1) the index of the record where the exception took placevoid
setRecordProblemText
(String recordProblemText1) the problem text of the problem
-
Constructor Details
-
ChangeLogProcessorMetadata
public ChangeLogProcessorMetadata()
-
-
Method Details
-
getConsumerName
name of consumer in config file- Returns:
- consumer name
-
setConsumerName
name of consumer in config file- Parameters:
consumerName1
-
-
isHadProblem
public boolean isHadProblem()if it had problem- Returns:
- if had problem
-
setHadProblem
public void setHadProblem(boolean hadProblem1) if it had problem- Parameters:
hadProblem1
-
-
getHib3GrouperLoaderLog
- Returns:
- the loader log
-
setHib3GrouperLoaderLog
- Parameters:
hib3GrouperLoaderLog1
-
-
getRecordException
if there is an exception in a record, put it here- Returns:
- exception
-
setRecordException
if there is an exception in a record, put it here- Parameters:
recordException1
-
-
getRecordExceptionSequence
public long getRecordExceptionSequence()the index of the record where the exception took place- Returns:
- sequence
-
setRecordExceptionSequence
public void setRecordExceptionSequence(long recordExceptionSequence1) the index of the record where the exception took place- Parameters:
recordExceptionSequence1
-
-
getRecordProblemText
the problem text of the problem- Returns:
- text
-
setRecordProblemText
the problem text of the problem- Parameters:
recordProblemText1
-
-
registerProblem
register a problem with the run- Parameters:
throwable
-errorMessage
-problemSequenceNumber
- the sequence with the problem
-