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

S

serialVersionUID - Static variable in interface java.rmi.server.RemoteRef
indicate compatibility with JDK 1.1.x version of class.
ServerCloneException - exception java.rmi.server.ServerCloneException.
A ServerCloneException is thrown if a remote exception occurs during the cloning of a UnicastRemoteObject.
ServerCloneException(String) - Constructor for class java.rmi.server.ServerCloneException
Constructs an ServerCloneException with the specified detail message.
ServerCloneException(String, Exception) - Constructor for class java.rmi.server.ServerCloneException
Constructs an ServerCloneException with the specified detail message and nested exception.
ServerError - exception java.rmi.ServerError.
A ServerError is thrown as a result of a remote method invocation when an Error is thrown while processing the invocation on the server, either while unmarshalling the arguments, executing the remote method itself, or marshalling the return value.
ServerError(String, Error) - Constructor for class java.rmi.ServerError
Constructs a ServerError with the specified detail message and nested error.
ServerException - exception java.rmi.ServerException.
A ServerException is thrown as a result of a remote method invocation when a RemoteException is thrown while processing the invocation on the server, either while unmarshalling the arguments, executing the remote method itself, or marshalling the return value.
ServerException(String) - Constructor for class java.rmi.ServerException
Constructs a ServerException with the specified detail message.
ServerException(String, Exception) - Constructor for class java.rmi.ServerException
Constructs a ServerException with the specified detail message and nested exception.
ServerNotActiveException - exception java.rmi.server.ServerNotActiveException.
An ServerNotActiveException is an Exception thrown during a call to RemoteServer.getClientHost if the getClientHost method is called outside of servicing a remote method call.
ServerNotActiveException() - Constructor for class java.rmi.server.ServerNotActiveException
Constructs an ServerNotActiveException with no specified detail message.
ServerNotActiveException(String) - Constructor for class java.rmi.server.ServerNotActiveException
Constructs an ServerNotActiveException with the specified detail message.
setFailureHandler(RMIFailureHandler) - Static method in class java.rmi.server.RMISocketFactory
Sets the failure handler to be called by the RMI runtime if server socket creation fails.
setLog(OutputStream) - Static method in class java.rmi.server.RemoteServer
Log RMI calls to the output stream out.
setSocketFactory(RMISocketFactory) - Static method in class java.rmi.server.RMISocketFactory
Set the global socket factory from which RMI gets sockets (if the remote object is not associated with a specific client and/or server socket factory).
StubNotFoundException - exception java.rmi.StubNotFoundException.
A StubNotFoundException is thrown if a valid stub class could not be found for a remote object when it is exported.
StubNotFoundException(String) - Constructor for class java.rmi.StubNotFoundException
Constructs a StubNotFoundException with the specified detail message and nested exception.
StubNotFoundException(String, Exception) - Constructor for class java.rmi.StubNotFoundException
Constructs a StubNotFoundException with the specified detail message and nested exception.

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.