|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SecurityException | |
---|---|
java.lang | Provides classes that are fundamental to the design of the Java programming language. |
java.lang.reflect | Provides classes and interfaces for obtaining reflective information about classes and objects. |
java.security | Provides the classes and interfaces for the security framework. |
javax.tv.media | |
javax.tv.service | |
javax.tv.service.guide | |
javax.tv.service.selection | |
javax.tv.service.transport | |
org.havi.ui | |
org.ocap.hardware.device | Provides extension classes and interfaces related to accessing and controlling certain device parameters that are normally controlled by a device manufacturer specific application. |
org.ocap.hn | Provides interfaces and classes for representing a home network. |
org.ocap.hn.content | |
org.ocap.ui | Extensions to HAVi User Interface functionality. |
Uses of SecurityException in java.lang |
---|
Methods in java.lang that throw SecurityException | |
---|---|
Constructor |
Class.getConstructor(Class[] parameterTypes)
Returns a Constructor object that reflects the specified
public constructor of the class represented by this Class
object. |
Constructor[] |
Class.getConstructors()
Returns an array containing Constructor objects reflecting
all the public constructors of the class represented by this
Class object. |
Class[] |
Class.getDeclaredClasses()
Returns an array of Class objects reflecting all the
classes and interfaces declared as members of the class represented by
this Class object. |
Constructor |
Class.getDeclaredConstructor(Class[] parameterTypes)
Returns a Constructor object that reflects the specified
constructor of the class or interface represented by this
Class object. |
Constructor[] |
Class.getDeclaredConstructors()
Returns an array of Constructor objects reflecting all the
constructors declared by the class represented by this
Class object. |
Field |
Class.getDeclaredField(String name)
Returns a Field object that reflects the specified declared
field of the class or interface represented by this Class
object. |
Field[] |
Class.getDeclaredFields()
Returns an array of Field objects reflecting all the fields
declared by the class or interface represented by this
Class object. |
Method |
Class.getDeclaredMethod(String name,
Class[] parameterTypes)
Returns a Method object that reflects the specified
declared method of the class or interface represented by this
Class object. |
Method[] |
Class.getDeclaredMethods()
Returns an array of Method objects reflecting all the
methods declared by the class or interface represented by this
Class object. |
Field |
Class.getField(String name)
Returns a Field object that reflects the specified public
member field of the class or interface represented by this
Class object. |
Field[] |
Class.getFields()
Returns an array containing Field objects reflecting all
the accessible public fields of the class or interface represented by
this Class object. |
Method |
Class.getMethod(String name,
Class[] parameterTypes)
Returns a Method object that reflects the specified public
member method of the class or interface represented by this
Class object. |
Method[] |
Class.getMethods()
Returns an array containing Method objects reflecting all
the public member methods of the class or interface represented
by this Class object, including those declared by the class
or interface and and those inherited from superclasses and
superinterfaces. |
Uses of SecurityException in java.lang.reflect |
---|
Methods in java.lang.reflect that throw SecurityException | |
---|---|
static void |
AccessibleObject.setAccessible(AccessibleObject[] array,
boolean flag)
Convenience method to set the accessible flag for an array of objects with a single security check (for efficiency). |
void |
AccessibleObject.setAccessible(boolean flag)
Set the accessible flag for this object to the indicated boolean value. |
Uses of SecurityException in java.security |
---|
Subclasses of SecurityException in java.security | |
---|---|
class |
AccessControlException
This exception is thrown by the AccessController to indicate that a requested access (to a critical system resource such as the file system or the network) is denied. |
Methods in java.security that throw SecurityException | |
---|---|
void |
Guard.checkGuard(Object object)
Determines whether or not to allow access to the guarded object object . |
void |
Permission.checkGuard(Object object)
Implements the guard interface for a permission. |
Object |
GuardedObject.getObject()
Retrieves the guarded object, or throws an exception if access to the guarded object is denied by the guard. |
Uses of SecurityException in javax.tv.media |
---|
Methods in javax.tv.media that throw SecurityException | |
---|---|
void |
MediaSelectControl.add(Locator component)
Adds a service component (for example, subtitles) to the presentation. |
void |
MediaSelectControl.remove(Locator component)
Removes a service component from the presentation. |
void |
MediaSelectControl.replace(Locator fromComponent,
Locator toComponent)
Replaces a service component in the presentation. |
void |
MediaSelectControl.select(Locator component)
Selects a new service component for presentation. |
void |
MediaSelectControl.select(Locator[] components)
Selects one or more service components for presentation. |
Uses of SecurityException in javax.tv.service |
---|
Methods in javax.tv.service that throw SecurityException | |
---|---|
abstract Service |
SIManager.getService(Locator locator)
Provides the Service referred to by a given
Locator . |
abstract void |
SIManager.registerInterest(Locator locator,
boolean active)
Provides a hint to the SI database that the application desires SI information as complete as possible about the specified SIElement . |
abstract SIRequest |
SIManager.retrieveProgramEvent(Locator locator,
SIRequestor requestor)
Retrieves the ProgramEvent corresponding to the
given Locator . |
abstract SIRequest |
SIManager.retrieveServiceDetails(Locator locator,
SIRequestor requestor)
Retrieves the ServiceDetails object corresponding to
the given Locator . |
abstract SIRequest |
SIManager.retrieveSIElement(Locator locator,
SIRequestor requestor)
Retrieves the SIElement corresponding to the
specified Locator . |
Uses of SecurityException in javax.tv.service.guide |
---|
Methods in javax.tv.service.guide that throw SecurityException | |
---|---|
SIRequest |
ProgramSchedule.retrieveProgramEvent(Locator locator,
SIRequestor requestor)
Retrieves a program event matching the locator. |
Uses of SecurityException in javax.tv.service.selection |
---|
Methods in javax.tv.service.selection that throw SecurityException | |
---|---|
abstract ServiceContext |
ServiceContextFactory.createServiceContext()
Creates a ServiceContext object. |
void |
ServiceContext.destroy()
Causes the ServiceContext to release all resources
and enter the destroyed state. |
ServiceContentHandler[] |
ServiceContext.getServiceContentHandlers()
Reports the current collection of ServiceContentHandlers. |
abstract ServiceContext |
ServiceContextFactory.getServiceContext(XletContext ctx)
Reports the ServiceContext in which the
Xlet corresponding to the specified
XletContext is running. |
void |
ServiceContext.select(Locator[] components)
Selects content by specifying the parts of a service to be presented. |
void |
ServiceContext.select(Service selection)
Selects a service to be presented in this ServiceContext . |
void |
ServiceContext.stop()
Causes the ServiceContext to stop presenting content
and enter the not presenting state. |
Uses of SecurityException in javax.tv.service.transport |
---|
Methods in javax.tv.service.transport that throw SecurityException | |
---|---|
SIRequest |
NetworkCollection.retrieveNetwork(Locator locator,
SIRequestor requestor)
Retrieves the specified Network from the collection. |
SIRequest |
TransportStreamCollection.retrieveTransportStream(Locator locator,
SIRequestor requestor)
Retrieves the specified TransportStream from the
collection. |
Uses of SecurityException in org.havi.ui |
---|
Methods in org.havi.ui that throw SecurityException | |
---|---|
Object |
HVideoDevice.getVideoController()
Obtain a reference to the object which controls the presentation of the video. |
Object |
HVideoDevice.getVideoSource()
Obtain a reference to the source of the video being presented by this device at this moment. |
void |
HSound.load(String location)
Loads data synchronously into an HSound object from an audio sample in the specified file. |
void |
HSound.load(URL contents)
Loads data synchronously into an HSound object from an audio sample indicated by a URL. |
boolean |
HBackgroundDevice.setBackgroundConfiguration(HBackgroundConfiguration hbc)
Set the background configuration for the device. |
boolean |
HScreen.setCoherentScreenConfigurations(HScreenConfiguration[] hsca)
Modify the settings for a set of HScreenDevices , based on their HScreenConfigurations supplied. |
boolean |
HEmulatedGraphicsDevice.setGraphicsConfiguration(HEmulatedGraphicsConfiguration hegc)
Set the graphics configuration for the device. |
boolean |
HGraphicsDevice.setGraphicsConfiguration(HGraphicsConfiguration hgc)
Set the graphics configuration for the device. |
boolean |
HVideoDevice.setVideoConfiguration(HVideoConfiguration hvc)
Set the video configuration for the device. |
Uses of SecurityException in org.ocap.hardware.device |
---|
Methods in org.ocap.hardware.device that throw SecurityException | |
---|---|
void |
HostSettings.resetAllDefaults()
Reset all Host device settings to their factory default values. |
Uses of SecurityException in org.ocap.hn |
---|
Methods in org.ocap.hn that throw SecurityException | |
---|---|
Player |
RemoteMediaRendererModule.createRemotePlayer(Locator sourceLocator)
Returns player for this remote renderer |
Enumeration |
RemoteMediaRendererModule.getSupportedMimeTypes()
Returns MIME types supported by the media renderer |
boolean |
RemoteMediaRendererModule.isSupportedMimeType(String mimeType)
Checks to see if the mime type is supported |
Uses of SecurityException in org.ocap.hn.content |
---|
Methods in org.ocap.hn.content that throw SecurityException | |
---|---|
boolean |
ContentContainer.createContentContainer(String name,
ExtendedFileAccessPermissions permissions)
Creates a new ContentContainer as a child of this ContentContainer, in local cache only; does not cause network activity. |
boolean |
RecordingContentItem.delete()
|
boolean |
ContentResource.delete()
Deletes the binary representation of this ContentResource and the ContentResource is removed from any containing ContentEntry. |
boolean |
ContentItem.delete()
Deletes this ContentItem. |
boolean |
ContentEntry.delete()
Deletes this ContentEntry. |
boolean |
ContentContainer.delete()
Deletes this ContentContainer if and only if it is empty. |
boolean |
ContentContainer.deleteContents()
Deletes all the ContentEntry objects in this container except for ContentContainer entries. |
boolean |
ContentContainer.deleteRecursive(boolean recursive)
Deletes this ContentContainer and all of its ContentEntry objects. |
Uses of SecurityException in org.ocap.ui |
---|
Methods in org.ocap.ui that throw SecurityException | |
---|---|
void |
MultiScreenConfigurableContext.addAudioSources(HScreenDevice[] devices,
boolean mixWithAudioFocus)
Add audio source(s) for this 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. |
boolean |
MultiScreenConfigurableContext.checkServiceContextCompatibility(ServiceContext context)
Test compatibility of service context with screen. |
HSceneBinding |
HSceneManager.getAppDefaultHScene(AppID id)
Gets an HSceneBinding that permits determining the
default HScene of an identified application if that
application possesses a default HScene . |
HSceneBinding[] |
HSceneManager.getAppHScenes(AppID id)
Obtain an array of HSceneBinding instances that
denote the current HScene instances of an identified
application. |
HScreen |
MultiScreenConfiguration.getDefaultServiceContextScreen()
Obtain the default service context association screen of this configuration. |
HSceneBinding[] |
HSceneManager.getHSceneOrder()
Gets the set of scene bindings that correspond with the visible HScene s of the default HGraphicsDevice
of the calling application. |
HSceneBinding[] |
HSceneManager.getHSceneOrder(HGraphicsDevice device)
Gets the set of scene bindings that correspond with the visible HScene s of the specified
HGraphicsDevice . |
MultiScreenConfiguration[] |
MultiScreenManager.getMultiScreenConfigurations()
Obtain the set of all current multiscreen configurations supported by this platform, irrespective of their configuration type. |
MultiScreenConfiguration[] |
MultiScreenContext.getMultiScreenConfigurations()
Obtain set of all per-display multiscreen configurations currently associated with this display screen where the configuration type of any such multiscreen configuration SHALL NOT be SCREEN_CONFIGURATION_DISPLAY ). |
MultiScreenConfiguration[] |
MultiScreenManager.getMultiScreenConfigurations(String screenConfigurationType)
Obtain multiscreen configurations of a specific configuration type. |
MultiScreenConfiguration[] |
MultiScreenContext.getMultiScreenConfigurations(String screenConfigurationType)
Obtain per-display multiscreen configurations of a specific type associated with 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 |
MultiScreenConfiguration.setDefaultServiceContextScreen(HScreen screen)
Set the default service context association screen of this configuration. |
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 |
HSceneManager.setHSceneChangeRequestHandler(HSceneChangeRequestHandler handler)
Allow an application establish itself as the HScene
change request handler. |
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. |
void |
HSceneManager.transferHSceneFocus(HGraphicsDevice device)
Request transfer (or removal) of AWT focus to (from) the front-most HScene of the given graphics device. |
void |
HSceneManager.transferHSceneFocus(HSceneBinding binding)
Request transfer (or removal) of AWT focus to (from) a specific HScene (of this application environment). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |