net.sf.jbatchengine.service
Class AdapterService

java.lang.Object
  extended by net.sf.jbatchengine.service.AdapterService

public class AdapterService
extends Object


Field Summary
private  Adapter adapter
           
private static AdapterService instance
           
 
Constructor Summary
AdapterService()
           
 
Method Summary
 Adapter getAdapter()
           
static AdapterService getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

adapter

private Adapter adapter

instance

private static AdapterService instance
Constructor Detail

AdapterService

public AdapterService()
Method Detail

getInstance

public static AdapterService getInstance()

getAdapter

public Adapter getAdapter()