Uses of Interface
net.officefloor.compile.spi.mbean.MBeanRegistrator
-
Packages that use MBeanRegistrator Package Description net.officefloor.compile net.officefloor.compile.impl net.officefloor.compile.impl.adapt net.officefloor.compile.impl.structure net.officefloor.compile.spi.mbean -
-
Uses of MBeanRegistrator in net.officefloor.compile
Methods in net.officefloor.compile with parameters of type MBeanRegistrator Modifier and Type Method Description abstract voidOfficeFloorCompiler. setMBeanRegistrator(MBeanRegistrator mbeanRegistrator)Specifies theMBeanRegistrator. -
Uses of MBeanRegistrator in net.officefloor.compile.impl
Methods in net.officefloor.compile.impl with parameters of type MBeanRegistrator Modifier and Type Method Description voidOfficeFloorCompilerImpl. setMBeanRegistrator(MBeanRegistrator mbeanRegistrator) -
Uses of MBeanRegistrator in net.officefloor.compile.impl.adapt
Methods in net.officefloor.compile.impl.adapt with parameters of type MBeanRegistrator Modifier and Type Method Description voidOfficeFloorCompilerAdapter. setMBeanRegistrator(MBeanRegistrator mbeanRegistrator) -
Uses of MBeanRegistrator in net.officefloor.compile.impl.structure
Constructors in net.officefloor.compile.impl.structure with parameters of type MBeanRegistrator Constructor Description OfficeFloorMBeanRegistratorImpl(MBeanRegistrator mbeanRegistrator)Instantiate. -
Uses of MBeanRegistrator in net.officefloor.compile.spi.mbean
Methods in net.officefloor.compile.spi.mbean that return MBeanRegistrator Modifier and Type Method Description static MBeanRegistratorMBeanRegistrator. getPlatformMBeanRegistrator()Obtains the platform (ManagementFactory.getPlatformMBeanServer())MBeanRegistrator.
-