Class AdminObjectGroupImpl
java.lang.Object
org.jboss.jca.as.converters.wls.metadata.AdminObjectGroupImpl
- All Implemented Interfaces:
Serializable,AdminObjectGroup,WlsMetadata
A generic AdminObjectGroup.
- Author:
- Jeff Zhang
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jboss.jca.as.converters.wls.api.metadata.AdminObjectGroup
AdminObjectGroup.Attribute, AdminObjectGroup.Tag -
Constructor Summary
ConstructorsConstructorDescriptionAdminObjectGroupImpl(String aoInterface, String aoClass, ConfigProperties props, List<AdminObjectInstance> aois) AdminObjectGroupImpl constructor -
Method Summary
Modifier and TypeMethodDescriptiongetAdminObjectClassgetAdminObjectInstancegetAdminObjectInterfacegetDefaultProperties
-
Constructor Details
-
AdminObjectGroupImpl
public AdminObjectGroupImpl(String aoInterface, String aoClass, ConfigProperties props, List<AdminObjectInstance> aois) AdminObjectGroupImpl constructor- Parameters:
aoInterface- admin object interfaceaoClass- admin object classprops- ConfigPropertiesaois- List
-
-
Method Details
-
getAdminObjectInterface
Description copied from interface:AdminObjectGroupgetAdminObjectInterface- Specified by:
getAdminObjectInterfacein interfaceAdminObjectGroup- Returns:
- the AdminObjectInterface
-
getAdminObjectClass
Description copied from interface:AdminObjectGroupgetAdminObjectClass- Specified by:
getAdminObjectClassin interfaceAdminObjectGroup- Returns:
- the AdminObjectClass
-
getDefaultProperties
Description copied from interface:AdminObjectGroupgetDefaultProperties- Specified by:
getDefaultPropertiesin interfaceAdminObjectGroup- Returns:
- the ConfigProperties
-
getAdminObjectInstance
Description copied from interface:AdminObjectGroupgetAdminObjectInstance- Specified by:
getAdminObjectInstancein interfaceAdminObjectGroup- Returns:
- the List
-