Uses of Interface
org.hibernate.service.spi.Manageable
-
Packages that use Manageable Package Description org.hibernate.jmx.spi org.hibernate.service.spi -
-
Uses of Manageable in org.hibernate.jmx.spi
Methods in org.hibernate.jmx.spi with parameters of type Manageable Modifier and Type Method Description voidJmxService. registerService(Manageable service, java.lang.Class<? extends Service> serviceRole)Deprecated.Handles registration of a manageable service. -
Uses of Manageable in org.hibernate.service.spi
Subinterfaces of Manageable in org.hibernate.service.spi Modifier and Type Interface Description interfaceOptionallyManageableExtension to Manageable for things that are optionally Manageable depending on some internal state.Methods in org.hibernate.service.spi that return types with arguments of type Manageable Modifier and Type Method Description java.util.List<Manageable>OptionallyManageable. getRealManageables()Any wrapped services that are Manageable.
-