메소드 | 설명 | |
---|---|---|
AfterPropertiesSet ( ) : void |
@see IInitializationPostOperations#AfterPropertiesSet
|
|
DoExecute ( ) : bool |
Inner execute.
|
|
Execute ( Summer.Batch.Core.StepContribution contribution, Summer.Batch.Core.Scope.Context.ChunkContext chunkContext ) : RepeatStatus |
Send the mail message given all needed information. @see ITasklet#Execute
|
메소드 | 설명 | |
---|---|---|
CreateMailMessage ( ) : |
Create mail message
|
|
GetLines ( |
Read mail body, line by line of the specified LineLength size.
|
|
GetText ( ) : string |
Read mail body from given file
|
|
SetupSmtpClient ( ) : |
Setup smtp client
|
public Execute ( Summer.Batch.Core.StepContribution contribution, Summer.Batch.Core.Scope.Context.ChunkContext chunkContext ) : RepeatStatus | ||
contribution | Summer.Batch.Core.StepContribution | |
chunkContext | Summer.Batch.Core.Scope.Context.ChunkContext | |
리턴 | RepeatStatus |