JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
job
Interface BankingJob
All Known Implementing Classes:
InterestCalculationJob
public interface
BankingJob
Interface for Banking related JOBS
Author:
TAMIL MUGHILAN
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
execute
()
String
getJobDescription
()
String
getJobName
()
Method Details
execute
void
execute
()
getJobName
String
getJobName
()
getJobDescription
String
getJobDescription
()