A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

N

N_RESIZE_CURSOR - Static variable in class java.awt.Cursor
The north-resize cursor type.
NaN - Static variable in class java.lang.Double
A constant holding a Not-a-Number (NaN) value of type double.
NaN - Static variable in class java.lang.Float
A constant holding a Not-a-Number (NaN) value of type float.
NATIVE - Static variable in class java.lang.reflect.Modifier
The int value representing the native modifier.
NATURAL_IMAGE - Static variable in class org.havi.ui.HImageHints
The image is a "natural" scene, with subtle gradations of color, etc.
nCopies(int, Object) - Static method in class java.util.Collections
Returns an immutable list consisting of n copies of the specified object.
NE_RESIZE_CURSOR - Static variable in class java.awt.Cursor
The north-east-resize cursor type.
needsDictionary() - Method in class java.util.zip.Inflater
Returns true if a preset dictionary is needed for decompression.
needsGui() - Method in interface java.beans.Visibility
Determines whether this bean needs a GUI.
needsInput() - Method in class java.util.zip.Deflater
Returns true if the input data buffer is empty and setInput() should be called in order to provide more input.
needsInput() - Method in class java.util.zip.Inflater
Returns true if no data remains in the input buffer.
negate() - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (-this), and whose scale is this.scale().
negate() - Method in class java.math.BigInteger
Returns a BigInteger whose value is (-this).
negate() - Method in class org.ocap.hn.content.navigation.DatabaseQuery
Create a new DatabaseQuery, which is the logical NOT of this query.
NEGATIVE_INFINITY - Static variable in class java.lang.Double
A constant holding the negative infinity of type double.
NEGATIVE_INFINITY - Static variable in class java.lang.Float
A constant holding the negative infinity of type float.
NegativeArraySizeException - Exception in java.lang
Thrown if an application tries to create an array with negative size.
NegativeArraySizeException() - Constructor for exception java.lang.NegativeArraySizeException
Constructs a NegativeArraySizeException with no detail message.
NegativeArraySizeException(String) - Constructor for exception java.lang.NegativeArraySizeException
Constructs a NegativeArraySizeException with the specified detail message.
NetActionEvent - Class in org.ocap.hn
This class represents an event generated in response to an action.
NetActionHandler - Interface in org.ocap.hn
This interface represents a handler passed to asynchronous methods
NetActionRequest - Interface in org.ocap.hn
All asynchronous actions in the Home networking API return an NetActionRequest.
NetList - Interface in org.ocap.hn
A list comprising of homenetwork elements such as Device or NetModule.
NetManager - Class in org.ocap.hn
The NetManager is a singleton class that registers all the Devices and NetModules within a home network.
NetManager() - Constructor for class org.ocap.hn.NetManager
 
NetModule - Interface in org.ocap.hn
NetModule is an abstraction of functionality that is provided by a Device.
NetModuleEvent - Class in org.ocap.hn
Entity for NetModule Event.
NetModuleEvent(int, Object) - Constructor for class org.ocap.hn.NetModuleEvent
Constructs a NetModuleEvent by specifying type and source.
NetModuleEventListener - Interface in org.ocap.hn
NetModuleEvent callback interface.
NetPermission - Class in java.net
This class is for various network permissions.
NetPermission(String) - Constructor for class java.net.NetPermission
Creates a new NetPermission with the specified name.
NetPermission(String, String) - Constructor for class java.net.NetPermission
Creates a new NetPermission object with the specified name.
Network - Interface in javax.tv.service.transport
This interface provides descriptive information concerning a network.
NetworkChangeEvent - Class in javax.tv.service.transport
A NetworkChangeEvent notifies an NetworkChangeListener of changes detected in a NetworkCollection.
NetworkChangeEvent(NetworkCollection, SIChangeType, Network) - Constructor for class javax.tv.service.transport.NetworkChangeEvent
Constructs a NetworkChangeEvent.
NetworkChangeListener - Interface in javax.tv.service.transport
This interface is implemented by applications wishing to receive notification of changes to Network data.
NetworkCollection - Interface in javax.tv.service.transport
This interface represents a collection of networks on a Transport.
NetworkInterface - Class in java.net
This class represents a Network Interface made up of a name, and a list of IP addresses assigned to this interface.
NetworkInterface - Class in org.davic.net.tuning
Objects of this class represent physical network interfaces that can be used for receiving broadcast transport streams.
NetworkInterfaceController - Class in org.davic.net.tuning
NetworkInterfaceController represents a controller that can be used for tuning a network interface.
NetworkInterfaceController(ResourceClient) - Constructor for class org.davic.net.tuning.NetworkInterfaceController
Creates a NetworkInterfaceController
NetworkInterfaceEvent - Class in org.davic.net.tuning
Base class for events related to network interfaces.
NetworkInterfaceEvent(Object) - Constructor for class org.davic.net.tuning.NetworkInterfaceEvent
The constructor for the event
NetworkInterfaceException - Exception in org.davic.net.tuning
Base class for the NetworkInterfaceExceptions
NetworkInterfaceException() - Constructor for exception org.davic.net.tuning.NetworkInterfaceException
Default constructor for the exception
NetworkInterfaceException(String) - Constructor for exception org.davic.net.tuning.NetworkInterfaceException
Constructor for the network interface exception with a specified reason
NetworkInterfaceListener - Interface in org.davic.net.tuning
The listener used to receive NetworkInterface related events.
NetworkInterfaceManager - Class in org.davic.net.tuning
A network interface manager is an object that keeps track of broadcast network interfaces that are connected to the receiver.
NetworkInterfaceReleasedEvent - Class in org.davic.net.tuning
This event informs that the NetworkInterface returned by the getNetworkInterface method has been released by an application or other entity in the system.
NetworkInterfaceReleasedEvent(Object) - Constructor for class org.davic.net.tuning.NetworkInterfaceReleasedEvent
Constructor for the event
NetworkInterfaceReservedEvent - Class in org.davic.net.tuning
This event informs that a particular network interface has been reserved by an application or other entity in the system.
NetworkInterfaceReservedEvent(Object) - Constructor for class org.davic.net.tuning.NetworkInterfaceReservedEvent
Constructor for the event
NetworkInterfaceTuningEvent - Class in org.davic.net.tuning
This event signals that a particular NetworkInterface has started to tune to another transport stream.
NetworkInterfaceTuningEvent(Object) - Constructor for class org.davic.net.tuning.NetworkInterfaceTuningEvent
Constructor for the event
NetworkInterfaceTuningOverEvent - Class in org.davic.net.tuning
This event signals that a particular NetworkInterface has completed its tuning action.
NetworkInterfaceTuningOverEvent(Object, int) - Constructor for class org.davic.net.tuning.NetworkInterfaceTuningOverEvent
Constructor for the event
NEW_DATABASE - Static variable in class org.dvb.application.AppsDatabaseEvent
The new database event id.
newDatabase(AppsDatabaseEvent) - Method in interface org.dvb.application.AppsDatabaseEventListener
The AppsDataBase has radically changed.
newDatagram(int) - Method in interface javax.microedition.io.DatagramConnection
Create a new datagram object.
newDatagram(int, String) - Method in interface javax.microedition.io.DatagramConnection
Create a new datagram object.
newDatagram(byte[], int) - Method in interface javax.microedition.io.DatagramConnection
Create a new datagram object.
newDatagram(byte[], int, String) - Method in interface javax.microedition.io.DatagramConnection
Make a new datagram object.
newInstance() - Method in class java.lang.Class
Creates a new instance of the class represented by this Class object.
newInstance(Class, int) - Static method in class java.lang.reflect.Array
Creates a new array with the specified component type and length.
newInstance(Class, int[]) - Static method in class java.lang.reflect.Array
Creates a new array with the specified component type and dimensions.
newInstance(Object[]) - Method in class java.lang.reflect.Constructor
Uses the constructor represented by this Constructor object to create and initialize a new instance of the constructor's declaring class, with the specified initialization parameters.
newInstance(URL[], ClassLoader) - Static method in class java.net.URLClassLoader
Creates a new instance of URLClassLoader for the specified URLs and parent class loader.
newInstance(URL[]) - Static method in class java.net.URLClassLoader
Creates a new instance of URLClassLoader for the specified URLs and default parent class loader.
newInstance(URL[]) - Static method in class org.dvb.lang.DVBClassLoader
Creates a new instance of DVBClassLoader for the specified URLs.
newInstance(URL[], ClassLoader) - Static method in class org.dvb.lang.DVBClassLoader
Creates a new instance of DVBClassLoader for the specified URLs.
newInstance(String, int, String) - Static method in class org.ocap.hn.content.navigation.DatabaseQuery
Make a new DatabaseQuery for a specific value in a specific field.
newLine() - Method in class java.io.BufferedWriter
Write a line separator.
newPermissionCollection() - Method in class java.io.FilePermission
Returns a new PermissionCollection object for storing FilePermission objects.
newPermissionCollection() - Method in class java.net.SocketPermission
Returns a new PermissionCollection object for storing SocketPermission objects.
newPermissionCollection() - Method in class java.security.AllPermission
Returns a new PermissionCollection object for storing AllPermission objects.
newPermissionCollection() - Method in class java.security.BasicPermission
Returns a new PermissionCollection object for storing BasicPermission objects.
newPermissionCollection() - Method in class java.security.Permission
Returns an empty PermissionCollection for a given Permission object, or null if one is not defined.
newPermissionCollection() - Method in class java.security.UnresolvedPermission
Returns a new PermissionCollection object for storing UnresolvedPermission objects.
newPermissionCollection() - Method in class java.util.PropertyPermission
Returns a new PermissionCollection object for storing PropertyPermission objects.
newPermissionCollection() - Method in class javax.microedition.xlet.ixc.IxcPermission
Returns a new PermissionCollection object for storing IxcPermission objects.
newPermissionCollection() - Method in class org.ocap.application.OcapIxcPermission
Returns a new PermissionCollection object for storing OcapIxcPermission objects.
newPixels() - Method in class java.awt.image.MemoryImageSource
Sends a whole new buffer of pixels to any ImageConsumers that are currently interested in the data for this image and notify them that an animation frame is complete.
newPixels(int, int, int, int) - Method in class java.awt.image.MemoryImageSource
Sends a rectangular region of the buffer of pixels to any ImageConsumers that are currently interested in the data for this image and notify them that an animation frame is complete.
newPixels(int, int, int, int, boolean) - Method in class java.awt.image.MemoryImageSource
Sends a rectangular region of the buffer of pixels to any ImageConsumers that are currently interested in the data for this image.
newPixels(byte[], ColorModel, int, int) - Method in class java.awt.image.MemoryImageSource
Changes to a new byte array to hold the pixels for this image.
newPixels(int[], ColorModel, int, int) - Method in class java.awt.image.MemoryImageSource
Changes to a new int array to hold the pixels for this image.
newProxyInstance(ClassLoader, Class[], InvocationHandler) - Static method in class java.lang.reflect.Proxy
Returns an instance of a proxy class for the specified interfaces that dispatches method invocations to the specified invocation handler.
newRingSectionFilter(int) - Method in class org.davic.mpeg.sections.SectionFilterGroup
Creates a new ring section filter within the parent section filter group.
newRingSectionFilter(int, int) - Method in class org.davic.mpeg.sections.SectionFilterGroup
Creates a new ring section filter within the parent section filter group.
newSession(ServiceReference) - Method in interface org.dvb.spi.selection.SelectionProvider
Called by the platform to create a session to manage the presentation of a service.
newSimpleSectionFilter() - Method in class org.davic.mpeg.sections.SectionFilterGroup
Creates a new simple section filter object within the parent section filter group.
newSimpleSectionFilter(int) - Method in class org.davic.mpeg.sections.SectionFilterGroup
Creates a new simple section filter object within the parent section filter group.
newTableSectionFilter() - Method in class org.davic.mpeg.sections.SectionFilterGroup
Creates a new table section filter object within the parent section filter group.
newTableSectionFilter(int) - Method in class org.davic.mpeg.sections.SectionFilterGroup
Creates a new table section filter object within the parent section filter group.
newVBIFilter(int[], int, int, int, int) - Method in class org.ocap.media.VBIFilterGroup
Create a new VBIFilter instance within a VBIFilterGroup instance.
next(Container) - Method in class java.awt.CardLayout
Flips to the next card of the specified container.
next(int) - Method in class java.text.BreakIterator
Return the nth boundary from the current boundary
next() - Method in class java.text.BreakIterator
Return the boundary following the current boundary.
next() - Method in interface java.text.CharacterIterator
Increments the iterator's index by one and returns the character at the new index.
next() - Method in class java.text.CollationElementIterator
Get the next collation element in the string.
next() - Method in class java.text.StringCharacterIterator
Implements CharacterIterator.next() for String.
next() - Method in interface java.util.Iterator
Returns the next element in the iteration.
next() - Method in interface java.util.ListIterator
Returns the next element in the list.
nextBoolean() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed boolean value from this random number generator's sequence.
nextBytes(byte[]) - Method in class java.security.SecureRandom
Generates a user-specified number of random bytes.
nextBytes(byte[]) - Method in class java.util.Random
Generates random bytes and places them into a user-supplied byte array.
nextClearBit(int) - Method in class java.util.BitSet
Returns the index of the first bit that is set to false that occurs on or after the specified starting index.
nextDouble(double) - Static method in class java.text.ChoiceFormat
Finds the least double greater than d.
nextDouble(double, boolean) - Static method in class java.text.ChoiceFormat
Finds the least double greater than d (if positive == true), or the greatest double less than d (if positive == false).
nextDouble() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed double value between 0.0 and 1.0 from this random number generator's sequence.
nextElement() - Method in interface java.util.Enumeration
Returns the next element of this enumeration if this enumeration object has at least one more element to provide.
nextElement() - Method in class java.util.StringTokenizer
Returns the same value as the nextToken method, except that its declared return value is Object rather than String.
nextEntries(int) - Method in interface org.ocap.shared.dvr.navigation.RecordingListIterator
Gets the next 'n' RecordingRequest objects in the list.
nextEntry() - Method in interface org.ocap.shared.dvr.navigation.RecordingListIterator
Gets the next RecordingRequest object in the list.
nextFloat() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed float value between 0.0 and 1.0 from this random number generator's sequence.
nextGaussian() - Method in class java.util.Random
Returns the next pseudorandom, Gaussian ("normally") distributed double value with mean 0.0 and standard deviation 1.0 from this random number generator's sequence.
nextIndex() - Method in interface java.util.ListIterator
Returns the index of the element that would be returned by a subsequent call to next.
nextInt() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed int value from this random number generator's sequence.
nextInt(int) - Method in class java.util.Random
Returns a pseudorandom, uniformly distributed int value between 0 (inclusive) and the specified value (exclusive), drawn from this random number generator's sequence.
nextLong() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed long value from this random number generator's sequence.
nextService() - Method in interface javax.tv.service.navigation.ServiceIterator
Reports the next Service object in the list.
nextSetBit(int) - Method in class java.util.BitSet
Returns the index of the first bit that is set to true that occurs on or after the specified starting index.
nextToken() - Method in class java.io.StreamTokenizer
Parses the next token from the input stream of this tokenizer.
nextToken() - Method in class java.util.StringTokenizer
Returns the next token from this string tokenizer.
nextToken(String) - Method in class java.util.StringTokenizer
Returns the next token in this string tokenizer's string.
NO_BACKGROUND_FILL - Static variable in class org.havi.ui.HScene
A constant for use with the setBackgroundMode method which indicates that the HScene should not fill its bounding rectangle with any color before painting any background image and children.
NO_BACKGROUND_FILL - Static variable in class org.havi.ui.HVisible
A constant for use with the HVisible.setBackgroundMode(int) method of HVisible which indicates that an associated HLook should not fill the bounding rectangle of the HVisible with its current background color before drawing any content.
NO_COMPRESSION - Static variable in class java.util.zip.Deflater
Compression level for no compression.
NO_DECOMPOSITION - Static variable in class java.text.Collator
Decomposition mode value.
NO_DEFAULT_HEIGHT - Static variable in class org.havi.ui.HVisible
A constant for use with the HVisible.setDefaultSize(java.awt.Dimension) and HVisible.getDefaultSize() methods of HVisible which indicates that no default height is desired for the HVisible.
NO_DEFAULT_SIZE - Static variable in class org.havi.ui.HVisible
A constant for use with the HVisible.setDefaultSize(java.awt.Dimension) and HVisible.getDefaultSize() methods of HVisible which indicates that no default size is desired for the HVisible.
NO_DEFAULT_WIDTH - Static variable in class org.havi.ui.HVisible
A constant for use with the HVisible.setDefaultSize(java.awt.Dimension) and HVisible.getDefaultSize() methods of HVisible which indicates that no default width is desired for the HVisible.
NO_ENTITLEMENT - Static variable in interface org.davic.mpeg.NotAuthorizedInterface
Minor reason for NOT_POSSIBLE - user does not have an entitlement
NO_ENTITLEMENT - Static variable in interface org.ocap.media.AlternativeMediaPresentationReason
Bit indicating that service components are ciphered and the user has no entitlement to view all or part of them.
NO_FIELDS - Static variable in class java.io.ObjectStreamClass
serialPersistentFields value indicating no serializable fields
NO_ORIENTATION - Static variable in interface java.awt.Adjustable
Indicates that the Adjustable has no orientation.
NO_TIME_SHIFT_BUFFER - Static variable in class org.ocap.dvr.TimeShiftEvent
A time-shift buffer or recording was not found for attachment to the ServiceContext
NO_TRANSFER_ID - Static variable in class org.havi.ui.event.HFocusEvent
A constant returned from the getTransferId method if the event id is not FOCUS_TRANSFER.
NOBUTTON - Static variable in class java.awt.event.MouseEvent
Indicates no mouse buttons; used by MouseEvent.getButton().
NoClassDefFoundError - Error in java.lang
Thrown if the Java Virtual Machine or a ClassLoader instance tries to load in the definition of a class (as part of a normal method call or as part of creating a new instance using the new expression) and no definition of the class could be found.
NoClassDefFoundError() - Constructor for error java.lang.NoClassDefFoundError
Constructs a NoClassDefFoundError with no detail message.
NoClassDefFoundError(String) - Constructor for error java.lang.NoClassDefFoundError
Constructs a NoClassDefFoundError with the specified detail message.
NoComponentSelectedEvent - Class in org.dvb.media
This event is generated whenever presentation of a stream stops because there are no selected components to present.
NoComponentSelectedEvent(Controller, int, int, int, MediaLocator) - Constructor for class org.dvb.media.NoComponentSelectedEvent
Construct an event.
NoDataAvailableException - Exception in org.davic.mpeg.sections
Signals that no data is available from a Section object.
NoDataAvailableException() - Constructor for exception org.davic.mpeg.sections.NoDataAvailableException
Constructs a NoDataAvailableException.
NoDataAvailableException(String) - Constructor for exception org.davic.mpeg.sections.NoDataAvailableException
Constructs a NoDataAvailableException with the specified detail message
NoDataSourceException - Exception in javax.media
 
NoDataSourceException() - Constructor for exception javax.media.NoDataSourceException
 
NoDataSourceException(String) - Constructor for exception javax.media.NoDataSourceException
 
NoFreeInterfaceException - Exception in org.davic.net.tuning
This exception is raised when a NetworkInterface that could be reserved by the application, cannot be found.
NoFreeInterfaceException() - Constructor for exception org.davic.net.tuning.NoFreeInterfaceException
Default constructor for the exception
NoFreeInterfaceException(String) - Constructor for exception org.davic.net.tuning.NoFreeInterfaceException
Constructor for the exception with a specified reason
NoMoreDataEntriesException - Exception in org.ocap.shared.dvr
No more data entries allowed for this recording request.
NoMoreDataEntriesException() - Constructor for exception org.ocap.shared.dvr.NoMoreDataEntriesException
Constructs a NoMoreDataEntriesException with no detail message
NON_SPACING_MARK - Static variable in class java.lang.Character
General category "Mn" in the Unicode specification.
NONE - Static variable in class java.awt.GridBagConstraints
Do not resize the component.
NoPlayerException - Exception in javax.media
 
NoPlayerException() - Constructor for exception javax.media.NoPlayerException
 
NoPlayerException(String) - Constructor for exception javax.media.NoPlayerException
 
NORM_PRIORITY - Static variable in class java.lang.Thread
The default priority that is assigned to a thread.
NORMAL - Static variable in class java.awt.Frame
Frame is in the "normal" state.
NORMAL_STATE - Static variable in interface org.havi.ui.HState
This constant (i.e.
NormalContentEvent - Class in javax.tv.service.selection
NormalContentEvent is generated to indicate that the normal content of a service is being presented.
NormalContentEvent(ServiceContext) - Constructor for class javax.tv.service.selection.NormalContentEvent
Constructs the event.
normalize() - Method in class java.net.URI
Normalizes this URI's path.
NormalMediaPresentationEvent - Class in org.ocap.media
NormalMediaPresentationEvent is a JMF event generated when the normal media components of a service are presented.
NoRouteToHostException - Exception in java.net
Signals that an error occurred while attempting to connect a socket to a remote address and port.
NoRouteToHostException(String) - Constructor for exception java.net.NoRouteToHostException
Constructs a new NoRouteToHostException with the specified detail message as to why the remote host cannot be reached.
NoRouteToHostException() - Constructor for exception java.net.NoRouteToHostException
Construct a new NoRouteToHostException with no detailed message.
NORTH - Static variable in class java.awt.BorderLayout
The north layout constraint (top of container).
NORTH - Static variable in class java.awt.GridBagConstraints
Put the component at the top of its display area, centered horizontally.
NORTHEAST - Static variable in class java.awt.GridBagConstraints
Put the component at the top-right corner of its display area.
NORTHWEST - Static variable in class java.awt.GridBagConstraints
Put the component at the top-left corner of its display area.
NoSuchAlgorithmException - Exception in java.security
This exception is thrown when a particular cryptographic algorithm is requested but is not available in the environment.
NoSuchAlgorithmException() - Constructor for exception java.security.NoSuchAlgorithmException
Constructs a NoSuchAlgorithmException with no detail message.
NoSuchAlgorithmException(String) - Constructor for exception java.security.NoSuchAlgorithmException
Constructs a NoSuchAlgorithmException with the specified detail message.
NoSuchElementException - Exception in java.util
Thrown by the nextElement method of an Enumeration to indicate that there are no more elements in the enumeration.
NoSuchElementException() - Constructor for exception java.util.NoSuchElementException
Constructs a NoSuchElementException with null as its error message string.
NoSuchElementException(String) - Constructor for exception java.util.NoSuchElementException
Constructs a NoSuchElementException, saving a reference to the error message string s for later retrieval by the getMessage method.
NoSuchFieldError - Error in java.lang
Thrown if an application tries to access or modify a specified field of an object, and that object no longer has that field.
NoSuchFieldError() - Constructor for error java.lang.NoSuchFieldError
Constructs a NoSuchFieldException with no detail message.
NoSuchFieldError(String) - Constructor for error java.lang.NoSuchFieldError
Constructs a NoSuchFieldException with the specified detail message.
NoSuchFieldException - Exception in java.lang
Signals that the class doesn't have a field of a specified name.
NoSuchFieldException() - Constructor for exception java.lang.NoSuchFieldException
Constructor.
NoSuchFieldException(String) - Constructor for exception java.lang.NoSuchFieldException
Constructor with a detail message.
NoSuchMethodError - Error in java.lang
Thrown if an application tries to call a specified method of a class (either static or instance), and that class no longer has a definition of that method.
NoSuchMethodError() - Constructor for error java.lang.NoSuchMethodError
Constructs a NoSuchMethodError with no detail message.
NoSuchMethodError(String) - Constructor for error java.lang.NoSuchMethodError
Constructs a NoSuchMethodError with the specified detail message.
NoSuchMethodException - Exception in java.lang
Thrown when a particular method cannot be found.
NoSuchMethodException() - Constructor for exception java.lang.NoSuchMethodException
Constructs a NoSuchMethodException without a detail message.
NoSuchMethodException(String) - Constructor for exception java.lang.NoSuchMethodException
Constructs a NoSuchMethodException with a detail message.
NoSuchProviderException - Exception in java.security
This exception is thrown when a particular security provider is requested but is not available in the environment.
NoSuchProviderException() - Constructor for exception java.security.NoSuchProviderException
Constructs a NoSuchProviderException with no detail message.
NoSuchProviderException(String) - Constructor for exception java.security.NoSuchProviderException
Constructs a NoSuchProviderException with the specified detail message.
not() - Method in class java.math.BigInteger
Returns a BigInteger whose value is (~this).
NOT_CONTRIBUTING - Static variable in class org.havi.ui.HVideoDevice
Constant indicating that a video device is not contributing to the output of its HScreen.
NOT_EQUALS - Static variable in class org.ocap.hn.content.navigation.DatabaseQuery
Operator to check for in-equality.
NOT_LOADED - Static variable in interface org.dvb.application.AppProxy
The application has not yet been loaded from the network at all.
NOT_POSSIBLE - Static variable in interface org.davic.mpeg.NotAuthorizedInterface
Major reason - access not possible
NOT_PRESENT - Static variable in interface org.ocap.storage.StorageProxy
Returned by StorageProxy.getStatus() to indicate that a detected storage device bay does not contain a removable storage device, i.e.
NOT_YET_VALID - Static variable in exception javax.microedition.pki.CertificateException
Indicates a certificate is not yet valid.
NotActiveException - Exception in java.io
Thrown when serialization or deserialization is not active.
NotActiveException(String) - Constructor for exception java.io.NotActiveException
Constructor to create a new NotActiveException with the reason given.
NotActiveException() - Constructor for exception java.io.NotActiveException
Constructor to create a new NotActiveException without a reason.
NotAuthorizedException - Exception in org.davic.media
This exception indicates that the source can not be accessed in order to reference the new content, the source has not been accepted.
NotAuthorizedException() - Constructor for exception org.davic.media.NotAuthorizedException
Constructor without reason
NotAuthorizedException(String) - Constructor for exception org.davic.media.NotAuthorizedException
Constructor with reason
NotAuthorizedException - Exception in org.davic.mpeg
This class is thrown by MPEG related APIs when access is requested to information which is scrambled and to which access is not permitted by the security system.
NotAuthorizedException() - Constructor for exception org.davic.mpeg.NotAuthorizedException
Constructs a NotAuthorizedException with no detail message
NotAuthorizedException(String) - Constructor for exception org.davic.mpeg.NotAuthorizedException
Constructs a NotAuthorizedException with the specified detail message
NotAuthorizedException - Exception in org.ocap.hn
Exception indicating that the application has no permission to perform certain action.
NotAuthorizedException() - Constructor for exception org.ocap.hn.NotAuthorizedException
Constructs a NotAuthorizedException object.
NotAuthorizedException(String) - Constructor for exception org.ocap.hn.NotAuthorizedException
Constructs a NotAuthorizedException object with a reason.
NotAuthorizedInterface - Interface in org.davic.mpeg
NotAuthorizedInterface shall be implemented by classes which can report failure to access broadcast content due to failure to descramble that content.
NotAuthorizedMediaException - Exception in org.davic.media
This exception indicates that the source can not be accessed in order to reference the new content, the source has not been accepted.
NotAuthorizedMediaException(Service, int) - Constructor for exception org.davic.media.NotAuthorizedMediaException
Constructor for exception due to failure accessing an MPEG service
NotAuthorizedMediaException(ElementaryStream[], int[]) - Constructor for exception org.davic.media.NotAuthorizedMediaException
Constructor for exception due to failure accessing one or more MPEG elementary streams The caller of this constructor is responsible for ensuring the two arrays provided as parameters are the same size.
NotAuthorizedMediaException(ElementaryStream[], int[], int[]) - Constructor for exception org.davic.media.NotAuthorizedMediaException
Constructor for exception due to failure accessing one or more MPEG elementary streams The caller of this constructor is responsible for ensuring the three arrays provided as parameters are the same size.
NotAuthorizedMediaException(Service, int, int) - Constructor for exception org.davic.media.NotAuthorizedMediaException
Constructor for exception due to failure accessing an MPEG service
NotBoundException - Exception in java.rmi
A NotBoundException is thrown if an attempt is made to lookup or unbind in the registry a name that has no associated binding.
NotBoundException() - Constructor for exception java.rmi.NotBoundException
Constructs a NotBoundException with no specified detail message.
NotBoundException(String) - Constructor for exception java.rmi.NotBoundException
Constructs a NotBoundException with the specified detail message.
NotEntitledEvent - Class in org.dvb.dsmcc
This event is sent when an attempt to asynchronously load an object has failed because the elementary stream carrying the object is scrambled and the user is not entitled to access the content of the object.
NotEntitledEvent(DSMCCObject) - Constructor for class org.dvb.dsmcc.NotEntitledEvent
Creates a NotEntitledEvent object.
NotEntitledException - Exception in org.dvb.dsmcc
This Exception is thrown when the user is not entitled to access the content of the object (the Elementary Stream is scrambled and the user is not entitled).
NotEntitledException() - Constructor for exception org.dvb.dsmcc.NotEntitledException
construct a NotEntitledException with no detail message
NotEntitledException(String) - Constructor for exception org.dvb.dsmcc.NotEntitledException
construct a NotEntitledException with a detail message
NothingToAbortException - Exception in org.dvb.dsmcc
A NothingToAbortException is thrown when the abort method is called and there is no loading in progress.
NothingToAbortException() - Constructor for exception org.dvb.dsmcc.NothingToAbortException
Construct a NothingToAbortException with no detail message
NothingToAbortException(String) - Constructor for exception org.dvb.dsmcc.NothingToAbortException
Construct a NothingToAbortException with the specified detail message
notify() - Method in class java.lang.Object
Wakes up a single thread that is waiting on this object's monitor.
notify(NetActionEvent) - Method in interface org.ocap.hn.NetActionHandler
Notifies the application of an action event.
notify(NetModuleEvent) - Method in interface org.ocap.hn.NetModuleEventListener
Callback function for NetModule event.
notify(int, Player) - Method in interface org.ocap.media.MediaTimerListener
This is a call back method to inform event on a MediaTimer.
notify(EASEvent) - Method in interface org.ocap.system.EASListener
Notifies an application that an EAS message has started, is in-progress, or has completed.
notify(MultiScreenConfigurationEvent) - Method in interface org.ocap.ui.event.MultiScreenConfigurationListener
When a MultiScreenConfigurationEvent is generated, the implempentation SHALL invoke this method on all registered listeners in order to report event information to each listener as required by specific event semantics.
notify(MultiScreenContextEvent) - Method in interface org.ocap.ui.event.MultiScreenContextListener
When an OCAP implementation makes any change to a MultiScreenContext that causes generation of a MultiScreenContextEvent, then the implementation SHALL invoke this method on all registered listeners in order to report change information to the listener.
notifyAll() - Method in class java.lang.Object
Wakes up all threads that are waiting on this object's monitor.
notifyChange(ProgramScheduleEvent) - Method in interface javax.tv.service.guide.ProgramScheduleListener
Notifies the ProgramScheduleListener of a change to a ProgramSchedule.
notifyChange(ServiceComponentChangeEvent) - Method in interface javax.tv.service.navigation.ServiceComponentChangeListener
Notifies the ServiceComponentChangeListener of a change to a ServiceComponent.
notifyChange(NetworkChangeEvent) - Method in interface javax.tv.service.transport.NetworkChangeListener
Notifies the NetworkChangeListener of a change to a Network.
notifyChange(ServiceDetailsChangeEvent) - Method in interface javax.tv.service.transport.ServiceDetailsChangeListener
Notifies the ServiceDetailsChangeListener of a change to a ServiceDetails.
notifyChange(TransportStreamChangeEvent) - Method in interface javax.tv.service.transport.TransportStreamChangeListener
Notifies the TransportStreamChangeListener of a change to a TransportStream.
notifyChange(SIChangeEvent) - Method in interface org.ocap.si.TableChangeListener
This method notifies that the SI table has changed.
notifyChange(StorageManagerEvent) - Method in interface org.ocap.storage.StorageManagerListener
The implementation calls this method to inform the listener when a storage proxy was added, removed or changes state.
notifyDestroyed() - Method in interface javax.microedition.xlet.XletContext
Used by an application to notify its manager that it has entered into the Destroyed state.
notifyDestroyed() - Method in interface javax.tv.xlet.XletContext
Used by an application to notify its manager that it has entered into the Destroyed state.
notifyEvent(SystemEvent) - Method in interface org.ocap.system.event.SystemEventListener
Receives error, resource depletion, or reboot events from the system when a trusted application has registered as the event handler for the respective event type.
notifyFailure(SIRequestFailureType) - Method in interface javax.tv.service.SIRequestor
Notifies the SIRequestor of unsuccessful asynchronous SI retrieval.
notifyFreeSpace() - Method in interface org.ocap.dvr.storage.FreeSpaceListener
Notifies the listener the remaining free space has reached the level specified by MediaStorageVolume.addFreeSpaceListener(org.ocap.dvr.storage.FreeSpaceListener, int).
notifyHighWaterMarkReached() - Method in interface org.ocap.storage.AvailableStorageListener
Notifies the listener a high water mark has been reached in the available memory indicated by dvb.persistent.root and available to all applications.
notifyListeners(TVTimer) - Method in class javax.tv.util.TVTimerSpec
Calls all listeners registered on this timer specification.
notifyObservers() - Method in class java.util.Observable
If this object has changed, as indicated by the hasChanged method, then notify all of its observers and then call the clearChanged method to indicate that this object has no longer changed.
notifyObservers(Object) - Method in class java.util.Observable
If this object has changed, as indicated by the hasChanged method, then notify all of its observers and then call the clearChanged method to indicate that this object has no longer changed.
notifyPaused() - Method in interface javax.microedition.xlet.XletContext
Notifies the manager that the Xlet does not want to be active and has entered the Paused state.
notifyPaused() - Method in interface javax.tv.xlet.XletContext
Notifies the manager that the Xlet does not want to be active and has entered the Paused state.
notifyPIDsChanged(int[]) - Method in interface org.ocap.dvr.event.StreamChangeListener
Notifies a change in the PIDs for the service containing the stream type it is interested in.
notifyPresentationChanged(boolean) - Method in interface org.ocap.dvr.event.StreamChangeListener
Notifies the presentation status has changed.
notifyPrivateDescriptor(byte[]) - Method in interface org.ocap.system.EASHandler
This is a call back method to notify a private descriptor in the cable_emergency_alert message defined in [SCTE 18].
notifyRecordingPlayback(ServiceContext, int, int[]) - Method in interface org.ocap.dvr.RecordingPlaybackListener
Notifies the listener a recording playback has started.
notifyRelease(ResourceProxy) - Method in interface org.davic.resources.ResourceClient
A call to this operation notifies the ResourceClient that proxy has lost access to a resource.
notifyReserved(ResourceProxy, Object, ResourceClient) - Method in interface org.ocap.resource.RequestRetryCallback
A call to this method notifies the implementing application that the given resource was successfully reserved following an automatic retry.
notifySessionStopped(int) - Method in interface org.ocap.dvr.event.StreamChangeListener
Notifies the handler the implementation had to stop a session.
notifySignaledBlocking(OcapLocator[]) - Method in interface org.ocap.media.MediaAccessHandler
Notifies the handler when a service is blocked based on ratings set by a call to the MediaAccessHandlerRegistrar.setSignaledBlocking(int) and MediaAccessHandlerRegistrar.setNotRatedSignaledBlocking(int, boolean) methods.
notifySNMPRequest(SNMPRequest) - Method in interface org.ocap.diagnostics.MIBListener
Notifies a listener when a MIB object it registered control over has been requested.
notifyStreamType(LightweightTriggerSession) - Method in interface org.ocap.dvr.event.LightweightTriggerHandler
Notifies the handler when a PMT is received that contains an elementary stream with a stream type it registered interest in.
notifySuccess(SIRetrievable[]) - Method in interface javax.tv.service.SIRequestor
Notifies the SIRequestor of successful asynchronous SI retrieval.
notifyTextOverflow(String, HVisible, boolean, boolean) - Method in interface org.dvb.ui.TextOverflowListener
This method is called by the DVBTextLayoutManager if the text does not fit within the component
notifyUnregister() - Method in interface org.ocap.system.SystemModuleHandler
This is a call back method to notify that the SystemModuleHandler is being unregistered and give a chance to do a termination procedure.
notifyUpdate(int, byte[]) - Method in interface org.ocap.hardware.pod.HostParamHandler
This is a call back method to notify an update of the Feature parameter in the Host device.
notifyWhen(MediaTimeEventListener, long, int) - Method in interface org.davic.media.MediaTimeEventControl
This method allows the application to associate an event with the specified media time.
notifyWhen(MediaTimeEventListener, long) - Method in interface org.davic.media.MediaTimeEventControl
This method allows the application to associate an event with the specified media time.
notifyXAITUpdate(OcapAppAttributes[]) - Method in interface org.ocap.application.AppSignalHandler
Notifies the registered handler that the version of the signaled XAIT has changed.
NotLoadedException - Exception in org.dvb.dsmcc
A NotLoadedException is thrown when an operation fails because information which is required to be loaded has not been.
NotLoadedException() - Constructor for exception org.dvb.dsmcc.NotLoadedException
Construct a NotLoadedException with no detail message
NotLoadedException(String) - Constructor for exception org.dvb.dsmcc.NotLoadedException
Construct a NotLoadedException with the specified detail message
NotOwnerException - Exception in java.security.acl
This is an exception that is thrown whenever the modification of an object (such as an Access Control List) is only allowed to be done by an owner of the object, but the Principal attempting the modification is not an owner.
NotOwnerException() - Constructor for exception java.security.acl.NotOwnerException
Constructs a NotOwnerException.
NotOwnerException - Exception in org.davic.net.tuning
This exception is raised when the application calls a method and has no control over the corresponding NetworkInterface.
NotOwnerException() - Constructor for exception org.davic.net.tuning.NotOwnerException
Default constructor for the exception
NotOwnerException(String) - Constructor for exception org.davic.net.tuning.NotOwnerException
Constructor for the exception with a specified reason
NotPrefetchedError - Error in javax.media
 
NotPrefetchedError(String) - Constructor for error javax.media.NotPrefetchedError
 
NotRealizedError - Error in javax.media
 
NotRealizedError(String) - Constructor for error javax.media.NotRealizedError
 
NotSerializableException - Exception in java.io
Thrown when an instance is required to have a Serializable interface.
NotSerializableException(String) - Constructor for exception java.io.NotSerializableException
Constructs a NotSerializableException object with message string.
NotSerializableException() - Constructor for exception java.io.NotSerializableException
Constructs a NotSerializableException object.
NotTunedException - Exception in org.davic.net.tuning
This exception is raised when a method that requires access to a transport stream is called on a network interface that is not tuned to any transport stream.
NotTunedException() - Constructor for exception org.davic.net.tuning.NotTunedException
Default constructor for the exception
NotTunedException(String) - Constructor for exception org.davic.net.tuning.NotTunedException
Constructor for the exception with a specified reason
NOVEMBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the eleventh month of the year.
npoints - Variable in class java.awt.Polygon
The total number of points.
NPTDiscontinuityEvent - Class in org.dvb.dsmcc
Sent when an MHP terminal detects a permanent discontinuity in NPT as defined in the main body of the present document.
NPTDiscontinuityEvent(DSMCCStream, long, long) - Constructor for class org.dvb.dsmcc.NPTDiscontinuityEvent
Construct an event.
NPTListener - Interface in org.dvb.dsmcc
Objects that implement the NPTListener interface can receive NPTStatusEvent and NPTRateChangedEvent events.
NPTPresentEvent - Class in org.dvb.dsmcc
Sent to listeners on a DSMCCStream object when NPT newly appears for that DSMCC stream when it was not previously present.
NPTPresentEvent(DSMCCStream) - Constructor for class org.dvb.dsmcc.NPTPresentEvent
Construct an event.
NPTRate - Class in org.dvb.dsmcc
Represents the rate at which an NPT time-base progresses.
NPTRateChangeEvent - Class in org.dvb.dsmcc
Sent only when the rate of an NPT time-base changes value.
NPTRateChangeEvent(DSMCCStream, NPTRate) - Constructor for class org.dvb.dsmcc.NPTRateChangeEvent
Construct an event.
NPTRemovedEvent - Class in org.dvb.dsmcc
Sent to listeners on a DSMCCStream object when NPT which was present for that DSMCC stream is removed.
NPTRemovedEvent(DSMCCStream) - Constructor for class org.dvb.dsmcc.NPTRemovedEvent
Construct an event.
NPTStatusEvent - Class in org.dvb.dsmcc
Sent when an MHP terminal detects a change of status in the NPT of a stream.
NPTStatusEvent(DSMCCStream) - Constructor for class org.dvb.dsmcc.NPTStatusEvent
Construct an event.
NULLORDER - Static variable in class java.text.CollationElementIterator
Null order which indicates the end of string is reached by the cursor.
NullPointerException - Exception in java.lang
Thrown when an application attempts to use null in a case where an object is required.
NullPointerException() - Constructor for exception java.lang.NullPointerException
Constructs a NullPointerException with no detail message.
NullPointerException(String) - Constructor for exception java.lang.NullPointerException
Constructs a NullPointerException with the specified detail message.
NUM_COLORS - Static variable in class java.awt.SystemColor
The number of system colors in the array.
Number - Class in java.lang
The abstract class Number is the superclass of classes BigDecimal, BigInteger, Byte, Double, Float, Integer, Long, and Short.
Number() - Constructor for class java.lang.Number
 
NUMBER_FORMS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
NUMBER_FORMS - Static variable in class org.havi.ui.HFontCapabilities
This corresponds to the character range (U+2150..U+218F) as defined in ISO 10646-1(E) normative Annex A
NumberFormat - Class in java.text
NumberFormat is the abstract base class for all number formats.
NumberFormat() - Constructor for class java.text.NumberFormat
 
NumberFormat.Field - Class in java.text
Defines constants that are used as attribute keys in the AttributedCharacterIterator returned from NumberFormat.formatToCharacterIterator and as field identifiers in FieldPosition.
NumberFormatException - Exception in java.lang
Thrown to indicate that the application has attempted to convert a string to one of the numeric types, but that the string does not have the appropriate format.
NumberFormatException() - Constructor for exception java.lang.NumberFormatException
Constructs a NumberFormatException with no detail message.
NumberFormatException(String) - Constructor for exception java.lang.NumberFormatException
Constructs a NumberFormatException with the specified detail message.
nval - Variable in class java.io.StreamTokenizer
If the current token is a number, this field contains the value of that number.
NVOD_REFERENCE - Static variable in class javax.tv.service.ServiceType
NVOD reference service type.
NVOD_TIME_SHIFTED - Static variable in class javax.tv.service.ServiceType
NVOD time-shifted service type.
NW_RESIZE_CURSOR - Static variable in class java.awt.Cursor
The north-west-resize cursor type.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z