Uses of Interface
org.refcodes.properties.ScheduledResourceProperties
-
Uses of ScheduledResourceProperties in org.refcodes.properties
Subinterfaces of ScheduledResourceProperties in org.refcodes.propertiesModifier and TypeInterfaceDescriptionstatic interfaceThe interfaceScheduledResourceProperties.ScheduledMuableResourcePropertiesdefines "dirty" methods allowing to modify ("mutate") theScheduledResourceProperties.static interfaceThe interfaceScheduledResourceProperties.ScheduledResourcePropertiesBuilderdefines builder functionality on top of theScheduledResourceProperties.ScheduledMuableResourceProperties.Classes in org.refcodes.properties that implement ScheduledResourcePropertiesModifier and TypeClassDescriptionclassTheScheduledResourcePropertiesBuilderDecoratordecoratesResourceProperties.ResourcePropertiesBuilderfrom which the properties are to be reloaded periodically viaAbstractResourcePropertiesBuilderDecorator.reload(ReloadMode).classTheScheduledResourcePropertiesDecoratordecoratesResourcePropertiesfrom which the properties are to be reloaded periodically viaAbstractResourcePropertiesDecorator.reload(ReloadMode).Methods in org.refcodes.properties that return ScheduledResourcePropertiesModifier and TypeMethodDescriptionstatic ScheduledResourcePropertiesPropertiesSugar.schedule(ResourceProperties aProperties) Creates aScheduledResourcePropertiesDecoratorwrapping the givenResourcePropertieswith default settings being a poll loop time of 10 seconds (as ofIoPollLoopTime.NORMand orphan removal (as ofResourceProperties.reload(ReloadMode)being called withReloadMode.ORPHAN_REMOVAL).static ScheduledResourcePropertiesPropertiesSugar.schedule(ResourceProperties aProperties, int aScheduleTimeMillis) Creates aScheduledResourcePropertiesDecoratorwrapping the givenResourcePropertieswith setting the given poll loop time and orphan removal (as ofResourceProperties.reload(ReloadMode)being called withReloadMode.ORPHAN_REMOVAL).static ScheduledResourcePropertiesPropertiesSugar.schedule(ResourceProperties aProperties, int aScheduleTimeMillis, org.refcodes.controlflow.ThreadMode aThreadMode) Creates aScheduledResourcePropertiesDecoratorwrapping the givenResourcePropertieswith setting the given poll loop time and orphan removal (as ofResourceProperties.reload(ReloadMode)being called withReloadMode.ORPHAN_REMOVAL).static ScheduledResourcePropertiesPropertiesSugar.schedule(ResourceProperties aProperties, int aScheduleTimeMillis, ReloadMode aReloadMode) Creates aScheduledResourcePropertiesDecoratorwrapping the givenResourcePropertieswith setting the given poll loop time and the given orphan removal strategy (as ofResourceProperties.reload(ReloadMode)being called with your argument).static ScheduledResourcePropertiesPropertiesSugar.schedule(ResourceProperties aProperties, int aScheduleTimeMillis, ReloadMode aReloadMode, org.refcodes.controlflow.ThreadMode aThreadMode) Creates aScheduledResourcePropertiesDecoratorwrapping the givenResourcePropertieswith setting the given poll loop time and the given orphan removal strategy (as ofResourceProperties.reload(ReloadMode)being called with your argument).static ScheduledResourcePropertiesPropertiesSugar.schedule(ResourceProperties aProperties, org.refcodes.controlflow.ThreadMode aThreadMode) Creates aScheduledResourcePropertiesDecoratorwrapping the givenResourcePropertieswith default settings being a poll loop time of 10 seconds (as ofIoPollLoopTime.NORMand orphan removal (as ofResourceProperties.reload(ReloadMode)being called withReloadMode.ORPHAN_REMOVAL).static ScheduledResourcePropertiesPropertiesSugar.schedule(ResourceProperties aProperties, ReloadMode aReloadMode) Creates aScheduledResourcePropertiesDecoratorwrapping the givenResourcePropertieswith setting the the default poll loop time of 10 seconds (as ofIoPollLoopTime.NORMand the given orphan removal strategy (as ofResourceProperties.reload(ReloadMode)being called with your argument).static ScheduledResourcePropertiesPropertiesSugar.schedule(ResourceProperties aProperties, ReloadMode aReloadMode, org.refcodes.controlflow.ThreadMode aThreadMode) Creates aScheduledResourcePropertiesDecoratorwrapping the givenResourcePropertieswith setting the the default poll loop time of 10 seconds (as ofIoPollLoopTime.NORMand the given orphan removal strategy (as ofResourceProperties.reload(ReloadMode)being called with your argument).