Uses of Interface
org.jboss.jca.as.converters.wls.api.metadata.AdminObjectInstance
-
Packages that use AdminObjectInstance Package Description org.jboss.jca.as.converters.wls.api.metadata This package contains the weblogic metatdata.org.jboss.jca.as.converters.wls.metadata This package contains the weblogic metatdata. -
-
Uses of AdminObjectInstance in org.jboss.jca.as.converters.wls.api.metadata
Methods in org.jboss.jca.as.converters.wls.api.metadata that return types with arguments of type AdminObjectInstance Modifier and Type Method Description List<AdminObjectInstance>AdminObjectGroup. getAdminObjectInstance()getAdminObjectInstance -
Uses of AdminObjectInstance in org.jboss.jca.as.converters.wls.metadata
Classes in org.jboss.jca.as.converters.wls.metadata that implement AdminObjectInstance Modifier and Type Class Description classAdminObjectInstanceImplA generic AdminObjectInstance.Methods in org.jboss.jca.as.converters.wls.metadata that return types with arguments of type AdminObjectInstance Modifier and Type Method Description List<AdminObjectInstance>AdminObjectGroupImpl. getAdminObjectInstance()Constructor parameters in org.jboss.jca.as.converters.wls.metadata with type arguments of type AdminObjectInstance Constructor Description AdminObjectGroupImpl(String aoInterface, String aoClass, ConfigProperties props, List<AdminObjectInstance> aois)AdminObjectGroupImpl constructor
-