com.lonniepryor.blues.cfg
Class ServiceCfgImpl.IntroduceCfg

java.lang.Object
  |
  +--com.lonniepryor.blues.cfg.ServiceCfgImpl.IntroduceCfg
All Implemented Interfaces:
Verifiable
Enclosing class:
ServiceCfgImpl

public static class ServiceCfgImpl.IntroduceCfg
extends java.lang.Object
implements Verifiable

Child element for introducing interfaces.

Version:
$Revision: 1.1 $
Author:
Lonnie Pryor

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

ServiceCfgImpl.IntroduceCfg

public ServiceCfgImpl.IntroduceCfg()
Creates a new IntroduceCfg object.

Method Detail

setInterface

public void setInterface(java.lang.Class toIntroduce)
Sets the interface to introduce.

Parameters:
toIntroduce - The interface to introduce.

verify

public void verify()
Description copied from interface: Verifiable
Verifies the state of this configuration element.

Specified by:
verify in interface Verifiable

getInterface

public java.lang.Class getInterface()
Returns the interface to introduce.

Returns:
The interface to introduce.


Copyright © 2003 Blues Framework. All Rights Reserved.