-
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
Destroys the component identified by the given handle.
void
Initialize/configure the component identified by the given handle.
void
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
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.