|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConfigurationModelContainer
Created on Sep 18, 2002 The ConfigurationModelContainer represents the logical view to obtaining configuration related information. The persistent layer will build this container
Method Summary | |
---|---|
java.lang.Object |
clone()
|
ConfigurationModelContainer |
copyAs(ConfigurationID configID)
|
java.util.Collection |
getAllComponentTypeDefinitions(ComponentTypeID typeID)
Return a collection of the ComponentTypeDefinition |
java.util.Collection |
getAllObjects()
Return all the objects that make up this model. |
ComponentType |
getComponentType(java.lang.String fullName)
Return the ComponentType for the specified name |
ComponentTypeDefn |
getComponentTypeDefinition(ComponentTypeID typeID,
java.lang.String defnName)
Return a ComponentTypeDefn for a give typeID and defnName. |
java.util.Map |
getComponentTypes()
Return a map of the component types. |
Configuration |
getConfiguration()
|
ConfigurationID |
getConfigurationID()
|
java.util.Collection |
getConnectionPools()
Return a collection of objects of type ResourceDescriptor . |
java.util.Properties |
getDefaultPropertyValues(ComponentTypeID componentTypeID)
Return a properties object that contains the default properties defined for the specified component type |
Host |
getHost(java.lang.String fullName)
Return a host based on the host name. |
java.util.Collection |
getHosts()
Return a collection of objects of type Host . |
ProductType |
getProductType(java.lang.String fullname)
Return a ProductType based on the specified name. |
java.util.Collection |
getProductTypes()
Return a collection of objects of type ProductType . |
SharedResource |
getResource(java.lang.String resourceName)
|
java.util.Collection |
getResources()
|
Method Detail |
---|
Configuration getConfiguration()
ConfigurationID getConfigurationID()
java.util.Collection getAllObjects()
java.util.Collection getHosts()
Host
.
These are all the hosts defined in this configuration.
Host getHost(java.lang.String fullName)
fullName
-
java.util.Map getComponentTypes()
java.util.Collection getAllComponentTypeDefinitions(ComponentTypeID typeID)
ComponentTypeDefinitions for
the request component type
- Parameters:
typeID
-
- Returns:
- Collection of ComponentTypeDefinitions
- Since:
- 4.1
ComponentTypeDefn getComponentTypeDefinition(ComponentTypeID typeID, java.lang.String defnName)
ComponentTypeDefn
for a give typeID and defnName.
typeID
- identifies the specific @link ComponentType to look fordefnName
- idenfities the @link ComponentTypeDefn to look for
in the componentType.
ComponentType getComponentType(java.lang.String fullName)
fullName
-
java.util.Properties getDefaultPropertyValues(ComponentTypeID componentTypeID)
componentTypeID
-
java.util.Collection getConnectionPools()
ResourceDescriptor
.
These are all the hosts defined in this configuration.
java.util.Collection getProductTypes()
ProductType
.
These are all the hosts defined in this configuration.
ProductType getProductType(java.lang.String fullname)
ProductType
based on the specified name.
SharedResource getResource(java.lang.String resourceName)
java.util.Collection getResources()
ConfigurationModelContainer copyAs(ConfigurationID configID) throws ConfigurationException
ConfigurationException
java.lang.Object clone()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |