|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.changeLog.ChangeLogProcessorMetadata
public class ChangeLogProcessorMetadata
metadata about the change log
Constructor Summary | |
---|---|
ChangeLogProcessorMetadata()
|
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 |
long |
getRecordExceptionSequence()
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,
long problemSequenceNumber)
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 |
setRecordExceptionSequence(long 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 ChangeLogProcessorMetadata()
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 long getRecordExceptionSequence()
public void setRecordExceptionSequence(long 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, long problemSequenceNumber)
throwable
- errorMessage
- problemSequenceNumber
- the sequence with the problem
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |