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