Uses of Class
ami.AMIServiceProcessor

Packages that use AMIServiceProcessor
ami Base AMI classes 
 

Uses of AMIServiceProcessor in ami
 

Fields in ami declared as AMIServiceProcessor
private static AMIServiceProcessor AMIServiceProcessor.asp
          Self instance used for signleton pattern
private  AMIServiceProcessor AMIServiceReader.asp
           
 

Methods in ami that return AMIServiceProcessor
static AMIServiceProcessor AMIServiceProcessor.getInstance()
          Return a self instance Implementation of the singleton pattern
 

Methods in ami with parameters of type AMIServiceProcessor
static AMIServiceReader AMIServiceReader.getInstance(AMIServiceProcessor asp)
          Return a self instance Implementation of the singleton pattern
 

Constructors in ami with parameters of type AMIServiceProcessor
AMIServiceReader(AMIServiceProcessor asp)
          Constructor for the AMIServiceReader object