-
Interface Summary Interface Description ActivationInstantiator AnActivationInstantiator
is responsible for creating instances of "activatable" objects.ActivationMonitor AnActivationMonitor
is specific to anActivationGroup
and is obtained when a group is reported active via a call toActivationSystem.activeGroup
(this is done internally).ActivationSystem TheActivationSystem
provides a means for registering groups and "activatable" objects to be activated within those groups.Activator TheActivator
facilitates remote object activation. -
Class Summary Class Description Activatable TheActivatable
class provides support for remote objects that require persistent access over time and that can be activated by the system.ActivationDesc An activation descriptor contains the information necessary to activate an object: the object's group identifier, the object's fully-qualified class name, the object's code location (the location of the class), a codebase URL path, the object's restart "mode", and, a "marshalled" object that can contain object specific initialization data.ActivationGroup AnActivationGroup
is responsible for creating new instances of "activatable" objects in its group, informing itsActivationMonitor
when either: its object's become active or inactive, or the group as a whole becomes inactive.ActivationGroup_Stub ActivationGroup_Stub
is a stub class for the subclasses ofjava.rmi.activation.ActivationGroup
that are exported as ajava.rmi.server.UnicastRemoteObject
.ActivationGroupDesc An activation group descriptor contains the information necessary to create/recreate an activation group in which to activate objects.ActivationGroupDesc.CommandEnvironment Startup options for ActivationGroup implementations.ActivationGroupID The identifier for a registered activation group serves several purposes: identifies the group uniquely within the activation system, and contains a reference to the group's activation system so that the group can contact its activation system when necessary.ActivationID Activation makes use of special identifiers to denote remote objects that can be activated over time. -
Exception Summary Exception Description ActivateFailedException This exception is thrown by the RMI runtime when activation fails during a remote call to an activatable object.ActivationException General exception used by the activation interfaces.UnknownGroupException AnUnknownGroupException
is thrown by methods of classes and interfaces in thejava.rmi.activation
package when theActivationGroupID
parameter to the method is determined to be invalid, i.e., not known by theActivationSystem
.UnknownObjectException AnUnknownObjectException
is thrown by methods of classes and interfaces in thejava.rmi.activation
package when theActivationID
parameter to the method is determined to be invalid.
Package java.rmi.activation Description
- Since:
- 1.2
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/activation/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.