Interface HandleAccessor<H>

Type Parameters:
H - The type of the handle to be used.
All Known Subinterfaces:
HandleAccessor.HandleProperty<H>
All Known Implementing Classes:
ComponentRuntimeException.ComponentHandleRuntimeException, HandleTimeoutRuntimeException, IllegalHandleStateChangeRuntimeException, UnknownHandleRuntimeException, UnsupportedHandleOperationRuntimeException

public interface HandleAccessor<H>
Provides an accessor for a handle property for e.g. key / handle pair.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Provides a mutator for a handle property for e.g. key / handle pair.
    static interface 
    Provides a handle property for e.g. key / handle pair.
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the handle from the handle property.
  • Method Details

    • getHandle

      H getHandle()
      Retrieves the handle from the handle property.
      Returns:
      The handle stored by the handle property.