isStarted() method

Format

boolean isStarted()

Explanation

In the data source mode, this method checks whether the input stream has started accepting new stream data.

Parameters

None.

Exceptions

The following table lists the exceptions.

ExceptionGeneration condition
SDPClientCommunicationExceptionA communication exception occurred during RMI connection.
SDPClientException
  • The input stream is already closed.
  • The stream is running in the server mode.
SDPClientQueryGroupHoldExceptionThe query group is held.
SDPClientQueryGroupNotExistExceptionThe query group was deleted.
SDPClientQueryGroupStateExceptionThe query group is not being executed.
SDPClientQueryGroupStopExceptionThe query group is stopped.

Return value

true

The input stream has started to accept stream data.

false

The input stream has not started to accept stream data.