Class MessagingListenerMetadata
java.lang.Object
edu.internet2.middleware.grouper.messaging.MessagingListenerMetadata
metadata about the messaging listener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionname of consumer in config fileif there is an exception in a record, put it herethe index of the record where the exception took placethe problem text of the problemboolean
if it had problemvoid
registerProblem
(Throwable throwable, String errorMessage, String problemMessageId) 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
setRecordExceptionId
(String recordExceptionSequence1) the index of the record where the exception took placevoid
setRecordProblemText
(String recordProblemText1) the problem text of the problem
-
Constructor Details
-
MessagingListenerMetadata
public MessagingListenerMetadata()
-
-
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
-
-
getRecordExceptionId
the index of the record where the exception took place- Returns:
- sequence
-
setRecordExceptionId
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
-problemMessageId
- the sequence with the problem
-