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
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 11/06/2005 gemaakt, de laatste keer de 04/03/2020 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-rf-java/rmi/server/package-summary.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.
Referenties
Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.