Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

J2ME RMI Optional Package
A B C D E F G H I J L M N O P R S T U V W

N

Naming - class java.rmi.Naming.
The Naming class provides methods for storing and obtaining references to remote objects in a remote object registry.
NoSuchObjectException - exception java.rmi.NoSuchObjectException.
A NoSuchObjectException is thrown if an attempt is made to invoke a method on an object that no longer exists in the remote virtual machine.
NoSuchObjectException(String) - Constructor for class java.rmi.NoSuchObjectException
Constructs a NoSuchObjectException with the specified detail message.
NotBoundException - exception java.rmi.NotBoundException.
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 class java.rmi.NotBoundException
Constructs a NotBoundException with no specified detail message.
NotBoundException(String) - Constructor for class java.rmi.NotBoundException
Constructs a NotBoundException with the specified detail message.

J2ME RMI Optional Package
A B C D E F G H I J L M N O P R S T U V W
Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 66 specification.