|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.messaging.MessagingListenerMetadata
public class MessagingListenerMetadata
metadata about the messaging listener
Constructor Summary | |
---|---|
MessagingListenerMetadata()
|
Method Summary | |
---|---|
java.lang.String |
getConsumerName()
name of consumer in config file |
Hib3GrouperLoaderLog |
getHib3GrouperLoaderLog()
|
java.lang.Throwable |
getRecordException()
if there is an exception in a record, put it here |
java.lang.String |
getRecordExceptionId()
the index of the record where the exception took place |
java.lang.String |
getRecordProblemText()
the problem text of the problem |
boolean |
isHadProblem()
if it had problem |
void |
registerProblem(java.lang.Throwable throwable,
java.lang.String errorMessage,
java.lang.String problemMessageId)
register a problem with the run |
void |
setConsumerName(java.lang.String consumerName1)
name of consumer in config file |
void |
setHadProblem(boolean hadProblem1)
if it had problem |
void |
setHib3GrouperLoaderLog(Hib3GrouperLoaderLog hib3GrouperLoaderLog1)
|
void |
setRecordException(java.lang.Throwable recordException1)
if there is an exception in a record, put it here |
void |
setRecordExceptionId(java.lang.String recordExceptionSequence1)
the index of the record where the exception took place |
void |
setRecordProblemText(java.lang.String recordProblemText1)
the problem text of the problem |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MessagingListenerMetadata()
Method Detail |
---|
public java.lang.String getConsumerName()
public void setConsumerName(java.lang.String consumerName1)
consumerName1
- public boolean isHadProblem()
public void setHadProblem(boolean hadProblem1)
hadProblem1
- public Hib3GrouperLoaderLog getHib3GrouperLoaderLog()
public void setHib3GrouperLoaderLog(Hib3GrouperLoaderLog hib3GrouperLoaderLog1)
hib3GrouperLoaderLog1
- public java.lang.Throwable getRecordException()
public void setRecordException(java.lang.Throwable recordException1)
recordException1
- public java.lang.String getRecordExceptionId()
public void setRecordExceptionId(java.lang.String recordExceptionSequence1)
recordExceptionSequence1
- public java.lang.String getRecordProblemText()
public void setRecordProblemText(java.lang.String recordProblemText1)
recordProblemText1
- public void registerProblem(java.lang.Throwable throwable, java.lang.String errorMessage, java.lang.String problemMessageId)
throwable
- errorMessage
- problemMessageId
- the sequence with the problem
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |