J2ME RMI Profile
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 call if the execution of the remote method on the server machine throws a java.lang.Error.
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 call if the execution of the remote method on the server machine throws a RemoteException.
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).
SocketSecurityException - exception java.rmi.server.SocketSecurityException.
A SocketSecurityException is thrown during remote object export if the code exporting the remote object (either by construction or by explicit call to the exportObject method of UnicastRemoteObject or java.rmi.activation.Activatable) does not have permission to create a java.net.ServerSocket on the port number specified during remote object export.
SocketSecurityException(String) - Constructor for class java.rmi.server.SocketSecurityException
Constructs an SocketSecurityException with the specified detail message.
SocketSecurityException(String, Exception) - Constructor for class java.rmi.server.SocketSecurityException
Constructs an SocketSecurityException with the specified detail message and nested exception.
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 Profile
A B C D E F G H I J L M N O P R S T U V W
Java is a trademark or registred trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road,
Palo, Alto, California, 94303, U.S.A All Rights Reserved. < /font >