Class AdminObjectGroupImpl
- java.lang.Object
-
- org.jboss.jca.as.converters.wls.metadata.AdminObjectGroupImpl
-
- All Implemented Interfaces:
Serializable,AdminObjectGroup,WlsMetadata
public class AdminObjectGroupImpl extends Object implements AdminObjectGroup
A generic AdminObjectGroup.- Author:
- Jeff Zhang
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jboss.jca.as.converters.wls.api.metadata.AdminObjectGroup
AdminObjectGroup.Attribute, AdminObjectGroup.Tag
-
-
Constructor Summary
Constructors Constructor Description AdminObjectGroupImpl(String aoInterface, String aoClass, ConfigProperties props, List<AdminObjectInstance> aois)AdminObjectGroupImpl constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAdminObjectClass()getAdminObjectClassList<AdminObjectInstance>getAdminObjectInstance()getAdminObjectInstanceStringgetAdminObjectInterface()getAdminObjectInterfaceConfigPropertiesgetDefaultProperties()getDefaultProperties
-
-
-
Constructor Detail
-
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 Detail
-
getAdminObjectInterface
public String getAdminObjectInterface()
Description copied from interface:AdminObjectGroupgetAdminObjectInterface- Specified by:
getAdminObjectInterfacein interfaceAdminObjectGroup- Returns:
- the AdminObjectInterface
-
getAdminObjectClass
public String getAdminObjectClass()
Description copied from interface:AdminObjectGroupgetAdminObjectClass- Specified by:
getAdminObjectClassin interfaceAdminObjectGroup- Returns:
- the AdminObjectClass
-
getDefaultProperties
public ConfigProperties getDefaultProperties()
Description copied from interface:AdminObjectGroupgetDefaultProperties- Specified by:
getDefaultPropertiesin interfaceAdminObjectGroup- Returns:
- the ConfigProperties
-
getAdminObjectInstance
public List<AdminObjectInstance> getAdminObjectInstance()
Description copied from interface:AdminObjectGroupgetAdminObjectInstance- Specified by:
getAdminObjectInstancein interfaceAdminObjectGroup- Returns:
- the List
-
-