Uses of Class
com.tccc.kos.commons.core.service.trouble.Trouble
Packages that use Trouble
Package
Description
-
Uses of Trouble in com.tccc.kos.commons.core.service.trouble
Methods in com.tccc.kos.commons.core.service.trouble that return TroubleModifier and TypeMethodDescriptionTroubleService.getFirstTrouble(TroubleMatcher matcher) Returns the first trouble that matches the matcher.TroubleService.getTroubleById(int id) Gets a trouble by ID.Trouble.setResolvable(boolean resolvable) Methods in com.tccc.kos.commons.core.service.trouble that return types with arguments of type TroubleModifier and TypeMethodDescriptionTroubleService.getTroubles()Returns the list of all troubles.TroubleService.getTroubles(TroubleMatcher matcher) Returns a list of troubles that match the specified matcher.Methods in com.tccc.kos.commons.core.service.trouble with parameters of type TroubleModifier and TypeMethodDescriptionbooleanAdds the specified trouble to the service.static voidAdds the iface to the specifiedTrouble.booleanReturns true if the set contains the specified trouble.TroubleInfoFactory.getTroubleInfo(Trouble trouble) voidLogs a trouble.booleanReturn true if the specified trouble matches the matcher logic.default voidTroubleAware.onTroubleAdded(Trouble trouble) Called when a trouble is added.voidTroubleAwareAdapter.onTroubleAdded(Trouble trouble) voidTroubleListenerAdapter.onTroubleAdded(Trouble trouble) default voidTroubleAware.onTroubleRemoved(Trouble trouble) Called when a trouble is removed.voidTroubleAwareAdapter.onTroubleRemoved(Trouble trouble) voidTroubleListenerAdapter.onTroubleRemoved(Trouble trouble) default voidTroubleAware.onTroubleResolved(Trouble trouble, boolean success) Called when a trouble completes resolve processing whether it is successful or not.voidTroubleAwareAdapter.onTroubleResolved(Trouble trouble, boolean success) voidTroubleListenerAdapter.onTroubleResolved(Trouble trouble, boolean success) voidRemoves the specified trouble form the list.Resolves a trouble.Method parameters in com.tccc.kos.commons.core.service.trouble with type arguments of type TroubleModifier and TypeMethodDescriptionTroubleService.resolve(Collection<Trouble> troubles) Resolves a list of troubles and wrap it all up in a single future.Constructors in com.tccc.kos.commons.core.service.trouble with parameters of type TroubleModifierConstructorDescription -
Uses of Trouble in com.tccc.kos.commons.core.service.trouble.matcher
Methods in com.tccc.kos.commons.core.service.trouble.matcher with parameters of type Trouble -
Uses of Trouble in com.tccc.kos.core.service.hardware
Methods in com.tccc.kos.core.service.hardware with parameters of type Trouble