Class AdminObjectInstanceImpl
java.lang.Object
org.jboss.jca.as.converters.wls.metadata.AdminObjectInstanceImpl
- All Implemented Interfaces:
Serializable,AdminObjectInstance,WlsMetadata
A generic AdminObjectInstance.
- Author:
- Jeff Zhang
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jboss.jca.as.converters.wls.api.metadata.AdminObjectInstance
AdminObjectInstance.Attribute, AdminObjectInstance.Tag -
Constructor Summary
ConstructorsConstructorDescriptionAdminObjectInstanceImpl(String jndiName, ConfigProperties props) constructor -
Method Summary
Modifier and TypeMethodDescriptiongetJndiNamegetProperties
-
Constructor Details
-
AdminObjectInstanceImpl
constructor- Parameters:
jndiName- jndi nameprops- ConfigProperties
-
-
Method Details
-
getJndiName
Description copied from interface:AdminObjectInstancegetJndiName- Specified by:
getJndiNamein interfaceAdminObjectInstance- Returns:
- the JndiName
-
getProperties
Description copied from interface:AdminObjectInstancegetProperties- Specified by:
getPropertiesin interfaceAdminObjectInstance- Returns:
- the ConfigProperties
-