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

C

clean(ObjID[], long, VMID, boolean) - Method in interface java.rmi.dgc.DGC
The clean call removes the 'vmid' from the reference list of each remote object indicated in 'id's.
clone() - Method in class java.rmi.server.UnicastRemoteObject
Returns a clone of the remote object that is distinct from the original.
ConnectException - exception java.rmi.ConnectException.
A ConnectException is thrown if a connection is refused to the remote host for a remote method call.
ConnectException(String) - Constructor for class java.rmi.ConnectException
Constructs a ConnectException with the specified detail message.
ConnectException(String, Exception) - Constructor for class java.rmi.ConnectException
Constructs a ConnectException with the specified detail message and nested exception.
ConnectIOException - exception java.rmi.ConnectIOException.
A ConnectIOException is thrown if an IOException occurs while making a connection to the remote host for a remote method call.
ConnectIOException(String) - Constructor for class java.rmi.ConnectIOException
Constructs a ConnectIOException with the specified detail message.
ConnectIOException(String, Exception) - Constructor for class java.rmi.ConnectIOException
Constructs a ConnectIOException with the specified detail message and nested exception.
createRegistry(int) - Static method in class java.rmi.registry.LocateRegistry
Creates and exports a Registry on the local host that accepts requests on the specified port.
createRegistry(int, RMIClientSocketFactory, RMIServerSocketFactory) - Static method in class java.rmi.registry.LocateRegistry
Creates and exports a Registry on the local host that uses custom socket factories for communication with that registry.
createServerSocket(int) - Method in interface java.rmi.server.RMIServerSocketFactory
Create a server socket on the specified port (port 0 indicates an anonymous port).
createServerSocket(int) - Method in class java.rmi.server.RMISocketFactory
Create a server socket on the specified port (port 0 indicates an anonymous port).
createSocket(String, int) - Method in interface java.rmi.server.RMIClientSocketFactory
Create a client socket connected to the specified host and port.
createSocket(String, int) - Method in class java.rmi.server.RMISocketFactory
Creates a client socket connected to the specified host and port.

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 1994-2002 Sun Microsystems, Inc. All Rights Reserved.