Interface AdminObjectInstance
-
- All Superinterfaces:
Serializable,WlsMetadata
- All Known Implementing Classes:
AdminObjectInstanceImpl
public interface AdminObjectInstance extends WlsMetadata
A generic AdminObjectInstance.- Author:
- Jeff Zhang
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAdminObjectInstance.AttributeA Attribute.static classAdminObjectInstance.TagA Tag.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetJndiName()getJndiNameConfigPropertiesgetProperties()getProperties
-
-
-
Method Detail
-
getJndiName
String getJndiName()
getJndiName- Returns:
- the JndiName
-
getProperties
ConfigProperties getProperties()
getProperties- Returns:
- the ConfigProperties
-
-