|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.zphinx.spine.start.DelegateConfiguration
public class DelegateConfiguration
DelegateConfiguration maintains configuration properties related to data access for each individual alias that is retrieved from configuration
Copyright ©Zphinx Software Solutions
Constructor Summary | |
---|---|
DelegateConfiguration()
Public Constructor - creates a new ArrayList to store our delegate beans |
Method Summary | |
---|---|
void |
add(DelegateBean dBean)
Add a DelegateBean to the array of DelegateBeans |
DelegateBean[] |
getDataBean()
Gets the array of DelegateBeans |
String |
getProcessorClass()
Sets the processorClass |
void |
setProcessorClass(String processorClass)
Gets the processorClass |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DelegateConfiguration()
Method Detail |
---|
public DelegateBean[] getDataBean()
public void add(DelegateBean dBean)
dBean
- The DelegateBean to add to the array of DelegateBeanspublic String getProcessorClass()
public void setProcessorClass(String processorClass)
processorClass
- the processorClass to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |