|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.lonniepryor.blues.cfg.ServiceCfgImpl.IntroduceCfg
Child element for introducing interfaces.
Constructor Summary | |
ServiceCfgImpl.IntroduceCfg()
Creates a new IntroduceCfg object. |
Method Summary | |
java.lang.Class |
getInterface()
Returns the interface to introduce. |
void |
setInterface(java.lang.Class toIntroduce)
Sets the interface to introduce. |
void |
verify()
Verifies the state of this configuration element. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ServiceCfgImpl.IntroduceCfg()
Method Detail |
public void setInterface(java.lang.Class toIntroduce)
toIntroduce
- The interface to introduce.public void verify()
Verifiable
verify
in interface Verifiable
public java.lang.Class getInterface()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |