Package java.rmi.server
See: Description
-
Interface Summary Interface Description LoaderHandler Deprecated no replacementRemoteCall Deprecated no replacement.RemoteRef RemoteRef
represents the handle for a remote object.RMIClientSocketFactory AnRMIClientSocketFactory
instance is used by the RMI runtime in order to obtain client sockets for RMI calls.RMIFailureHandler AnRMIFailureHandler
can be registered via theRMISocketFactory.setFailureHandler
call.RMIServerSocketFactory AnRMIServerSocketFactory
instance is used by the RMI runtime in order to obtain server sockets for RMI calls.ServerRef A ServerRef represents the server-side handle for a remote object implementation.Skeleton Deprecated no replacement.Unreferenced A remote object implementation should implement theUnreferenced
interface to receive notification when there are no more clients that reference that remote object. -
Class Summary Class Description LogStream Deprecated no replacementObjID AnObjID
is used to identify a remote object exported to an RMI runtime.Operation Deprecated no replacementRemoteObject TheRemoteObject
class implements thejava.lang.Object
behavior for remote objects.RemoteObjectInvocationHandler An implementation of theInvocationHandler
interface for use with Java Remote Method Invocation (Java RMI).RemoteServer TheRemoteServer
class is the common superclass to server implementations and provides the framework to support a wide range of remote reference semantics.RemoteStub TheRemoteStub
class is the common superclass to client stubs and provides the framework to support a wide range of remote reference semantics.RMIClassLoader RMIClassLoader
comprises static methods to support dynamic class loading with RMI.RMIClassLoaderSpi RMIClassLoaderSpi
is the service provider interface forRMIClassLoader
.RMISocketFactory AnRMISocketFactory
instance is used by the RMI runtime in order to obtain client and server sockets for RMI calls.UID AUID
represents an identifier that is unique over time with respect to the host it is generated on, or one of 216 "well-known" identifiers.UnicastRemoteObject Used for exporting a remote object with JRMP and obtaining a stub that communicates to the remote object. -
Exception Summary Exception Description ExportException AnExportException
is aRemoteException
thrown if an attempt to export a remote object fails.ServerCloneException AServerCloneException
is thrown if a remote exception occurs during the cloning of aUnicastRemoteObject
.ServerNotActiveException AnServerNotActiveException
is anException
thrown during a call toRemoteServer.getClientHost
if the getClientHost method is called outside of servicing a remote method call.SkeletonMismatchException Deprecated no replacement.SkeletonNotFoundException Deprecated no replacement.SocketSecurityException An obsolete subclass ofExportException
.
Package java.rmi.server Description
- Since:
- JDK1.1
Deutsche Übersetzung
Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.
Vielen Dank im Voraus.
Dokument erstellt 11/06/2005, zuletzt geändert 04/03/2020
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/java-api-rf-java/rmi/server/package-summary.html
Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.
Referenzen
Diese Verweise und Links verweisen auf Dokumente, die während des Schreibens dieser Seite konsultiert wurden, oder die zusätzliche Informationen liefern können, aber die Autoren dieser Quellen können nicht für den Inhalt dieser Seite verantwortlich gemacht werden.
Der Autor Diese Website ist allein dafür verantwortlich, wie die verschiedenen Konzepte und Freiheiten, die mit den Nachschlagewerken gemacht werden, hier dargestellt werden. Denken Sie daran, dass Sie mehrere Quellinformationen austauschen müssen, um das Risiko von Fehlern zu reduzieren.