com.sun.mfwk.cib.config
Interface CIBConfiguration

All Superinterfaces:
CIBProvider
All Known Subinterfaces:
CIBApplicationConfiguration, CIBExternalResourceConfiguration, CIBResourceConfiguration, CIBServiceConfiguration
All Known Implementing Classes:
CIBApplicationConfigurationImpl, CIBConfigurationImpl, CIBExternalResourceConfigurationImpl, CIBResourceConfigurationImpl, CIBServiceConfigurationImpl

public interface CIBConfiguration
extends CIBProvider

The Configuration model defines attributes that should be implemented by each configuration provider. The CIBConfiguration interface is the root interface for this model.


Method Summary
 java.lang.String getType()
          Returns the configuration type
 
Methods inherited from interface com.sun.mfwk.cib.providers.CIBProvider
destroy, init
 

Method Detail

getType

public java.lang.String getType()
Returns the configuration type

Returns:
String