Uses of Interface
org.refcodes.component.HandleAccessor
-
-
Uses of HandleAccessor in org.refcodes.component
Subinterfaces of HandleAccessor in org.refcodes.component Modifier and Type Interface Description static interfaceHandleAccessor.HandleProperty<H>Provides a handle property for e.g. key / handle pair.Classes in org.refcodes.component that implement HandleAccessor Modifier and Type Class Description classHandleTimeoutRuntimeExceptionThis exception is thrown in case a handle was provided which was unknown to the invoked component.classIllegalHandleStateChangeRuntimeExceptionThis exception is thrown in case a handle was provided whose reference does not support a given operation.classUnknownHandleRuntimeExceptionThis exception is thrown in case a handle was provided which was unknown to the invoked component.classUnsupportedHandleOperationRuntimeExceptionThis exception is thrown in case a handle was provided whose reference does not support a given operation.
-