Uses of Class
java.lang.IllegalStateException

Packages that use IllegalStateException
java.awt Contains all of the classes for creating user interfaces and for painting graphics and images. 
org.havi.ui   
org.ocap.dvr Provides extension classes and interfaces to the shared DVR APIs. 
org.ocap.dvr.storage Provides management and representation of storage for stored media. 
org.ocap.hardware.frontpanel Represents various aspects of front panel displays . 
org.ocap.shared.dvr The shared DVR API for scheduling and managing recording requests. 
org.ocap.ui Extensions to HAVi User Interface functionality. 
 

Uses of IllegalStateException in java.awt
 

Subclasses of IllegalStateException in java.awt
 class IllegalComponentStateException
          Signals that an AWT component is not in an appropriate state for the requested operation.
 

Uses of IllegalStateException in org.havi.ui
 

Methods in org.havi.ui that throw IllegalStateException
 HSceneTemplate HSceneFactory.resizeScene(HScene hs, HSceneTemplate hst)
          Resizes an HScene so that it best corresponds to the input HSceneTemplate, or remains unchanged if it cannot be so resized.
 

Uses of IllegalStateException in org.ocap.dvr
 

Methods in org.ocap.dvr that throw IllegalStateException
 void OcapRecordingRequest.cancel()
          Cancels a pending recording request.
 

Uses of IllegalStateException in org.ocap.dvr.storage
 

Methods in org.ocap.dvr.storage that throw IllegalStateException
 void MediaStorageOption.initialize(long mediafsSize)
          Initializes the storage device so that the there are at least mediafsSize bytes available for MEDIAFS use.
 

Uses of IllegalStateException in org.ocap.hardware.frontpanel
 

Methods in org.ocap.hardware.frontpanel that throw IllegalStateException
 void Indicator.setBlinkSpec(BlinkSpec blinkSpec)
          Sets the blink specification for the front panel Indicator.
 void Indicator.setBrightSpec(BrightSpec brightSpec)
          Sets the Brightness specification for the front panel Indicator.
 void TextDisplay.setClockDisplay(byte mode, BlinkSpec blinkSpec, ScrollSpec scrollSpec, BrightSpec brightSpec, ColorSpec colorSpec)
          Displays the current system time on the front panel text display.
 void Indicator.setColorSpec(ColorSpec colorSpec)
          Sets the Color specification for the front panel Indicator.
 void TextDisplay.setTextDisplay(String[] text, BlinkSpec blinkSpec, ScrollSpec scrollSpec, BrightSpec brightSpec, ColorSpec colorSpec)
          Displays text on the front panel display.
 

Uses of IllegalStateException in org.ocap.shared.dvr
 

Methods in org.ocap.shared.dvr that throw IllegalStateException
 void ParentRecordingRequest.cancel()
          Cancels the parent recording request.
 void LeafRecordingRequest.cancel()
          Cancels a pending recording request.
 DeletionDetails LeafRecordingRequest.getDeletionDetails()
          Gets detailed information about the deletion of the recorded service corresponding to this recording request.
 Exception LeafRecordingRequest.getFailedException()
          Gets the exception that caused the recording request to enter the FAILED_STATE, or INCOMPLETE_STATE or IN_PROGRESS_WITH_ERROR_STATE, or IN_PROGRESS_INCOMPLETE_STATE.
 RecordingList ParentRecordingRequest.getKnownChildren()
          Gets all the immediate child Recordings corresponding to this parent RecordingRequest.
 SegmentedRecordedService LeafRecordingRequest.getService()
          Returns the SegmentedRecordedService corresponding to the recording request.
 void RecordingRequest.setRecordingProperties(RecordingProperties properties)
          Modify the RecordingProperties corresponding to the RecordingSpec for this recording request.
 void LeafRecordingRequest.stop()
          Stops the recording for an in-progress recording request regardless of how much of the duration has been recorded.
 

Uses of IllegalStateException in org.ocap.ui
 

Methods in org.ocap.ui that throw IllegalStateException
 void MultiScreenConfigurableContext.addAudioSources(HScreenDevice[] devices, boolean mixWithAudioFocus)
          Add audio source(s) for this screen.
 void MultiScreenContext.addMultiScreenConfigurationListener(MultiScreenConfigurationListener listener)
          Add a listener to be notified upon the occurence of multiscreen configuration events that apply to this screen in the case it is a display screen.
 void MultiScreenConfigurableContext.addOutputPorts(VideoOutputPort[] ports, boolean removeExisting)
          Add video output port(s) to which screen is mapped.
 void MultiScreenManager.addPlayerScreenDevices(Player player, HScreenDevice[] devices)
          Add screen device(s) to a media player.
 void MultiScreenConfigurableContext.addServiceContexts(ServiceContext[] contexts, boolean associateDefaultDevices)
          Add service context(s) to this screen.
 void MultiScreenConfigurableContext.assignAudioFocus()
          Assign audio focus to this screen.
 MultiScreenConfiguration MultiScreenContext.getMultiScreenConfiguration()
          Obtain the currently active per-display multiscreen configuration for this display screen.
 void MultiScreenManager.moveServiceContexts(HScreen src, HScreen dst, ServiceContext[] contexts)
          Atomically move a set of specific service context from one HScreen instance to another HScreen instance.
 void MultiScreenConfigurableContext.removeAudioSources(HScreenDevice[] devices)
          Remove audio source(s) for this screen.
 void MultiScreenConfigurableContext.removeOutputPorts(VideoOutputPort[] ports)
          Remove video output port(s) to which screen is mapped.
 void MultiScreenManager.removePlayerScreenDevices(Player player, HScreenDevice[] devices)
          Remove screen device(s) from a media player.
 void MultiScreenConfigurableContext.removeServiceContexts(ServiceContext[] contexts)
          Remove service context(s) from screen.
 void MultiScreenManager.requestMultiScreenConfigurationChange(MultiScreenConfiguration configuration, Dictionary serviceContextAssociations)
          Request change to the currently active per-platform display multiscreen configuration.
 void MultiScreenConfigurableContext.requestMultiScreenConfigurationChange(MultiScreenConfiguration configuration, Dictionary serviceContextAssociations)
          Request that the currently active multiscreen configuration for this display screen be changed.
 void MultiScreenConfigurableContext.setDisplayArea(HScreenRectangle rect)
          Set area of display screen to which logical screen is mapped.
 void MultiScreenConfigurableContext.setDisplayScreen(HScreen screen)
          Associate logical screen with display screen.
 void MultiScreenManager.setMultiScreenConfiguration(MultiScreenConfiguration configuration, Dictionary serviceContextAssociations)
          Set currently active per-platform display multiscreen configuration.
 void MultiScreenManager.setMultiScreenConfiguration(MultiScreenConfiguration configuration, Dictionary serviceContextAssociations)
          Set currently active per-platform display multiscreen configuration.
 void MultiScreenConfigurableContext.setMultiScreenConfiguration(MultiScreenConfiguration configuration, Dictionary serviceContextAssociations)
          Set currently active multiscreen configuration for this display screen (i.e., choose among the set of subsets of logical screens that may be associated with this display screen at a given time).
 void MultiScreenConfigurableContext.setVisible(boolean visible)
          Set screen visibility.
 void MultiScreenConfigurableContext.setZOrder(HScreenDevice[] devices)
          Set the screen device z-order within this screen for a set of screen devices.
 void MultiScreenConfigurableContext.setZOrder(int order)
          Set screen z-order.
 void MultiScreenManager.swapServiceContexts(HScreen screen1, HScreen screen2, ServiceContext[] exclusions)
          Atomically swap service contexts between two HScreen instances.