|
||||||||||
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()
|
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 . |
SharedResource |
getResource(java.lang.String resourceName)
Return a ProductType based on the specified name. |
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.
SharedResource getResource(java.lang.String resourceName)
ProductType
based on the specified name.
java.util.Collection getResources()
java.lang.Object clone()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |