Uses of Class
org.refcodes.component.IllegalHandleStateChangeRuntimeException

  • Uses of IllegalHandleStateChangeRuntimeException in org.refcodes.component

    Modifier and Type
    Method
    Description
    void
    CeasableHandle.cease(H aHandle)
    Ceases the component identified by the given handle.
    void
    ClosableHandle.close(H aHandle)
    Closes or pre-closes (flush) the component identified by the given handle.
    void
    DestroyableHandle.destroy(H aHandle)
    Destroys the component identified by the given handle.
    void
    ConfigurableHandle.initialize(H aHandle, CTX aContext)
    Initialize/configure the component identified by the given handle.
    void
    InitializableHandle.initialize(H aHandle)
    Initialize the component identified by the given handle.
    void
    BidirectionalConnectionOpenableHandle.open(H aHandle, INPUT aInputConnection, OUTPUT aOutputConnection)
    Open/connect the component identified by the given handle.
    void
    ConnectionOpenableHandle.open(H aHandle, CON aConnection)
    Open/connect the component identified by the given handle.
    void
    OpenableHandle.open(H aHandle)
    Open/connect the component identified by the given handle.
    void
    PausableHandle.pause(H aHandle)
    Pauses the component identified by the given handle.
    void
    ResumableHandle.resume(H aHandle)
    Resumes the component identified by the given handle.
    void
    StartableHandle.start(H aHandle)
    Starts the component identified by the given handle.
    void
    StoppableHandle.stop(H aHandle)
    Stops the component identified by the given handle.