- java.lang.Object
-
- java.rmi.activation.ActivationGroupID
-
- All Implemented Interfaces:
- Serializable
public class ActivationGroupID extends Object implements Serializable
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.
The
ActivationGroupID
is returned from the call toActivationSystem.registerGroup
and is used to identify the group within the activation system. This group id is passed as one of the arguments to the activation group's special constructor when an activation group is created/recreated.- Since:
- 1.2
- See Also:
ActivationGroup
,ActivationGroupDesc
, Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description ActivationGroupID(ActivationSystem system)
Constructs a unique group id.
-
Method Summary
Methods Modifier and Type Method and Description boolean
equals(Object obj)
Compares two group identifiers for content equality.ActivationSystem
getSystem()
Returns the group's activation system.int
hashCode()
Returns a hashcode for the group's identifier.
-
-
-
Constructor Detail
-
ActivationGroupID
public ActivationGroupID(ActivationSystem system)
Constructs a unique group id.- Parameters:
system
- the group's activation system- Since:
- 1.2
-
-
Method Detail
-
getSystem
public ActivationSystem getSystem()
Returns the group's activation system.- Returns:
- the group's activation system
- Since:
- 1.2
-
hashCode
public int hashCode()
Returns a hashcode for the group's identifier. Two group identifiers that refer to the same remote group will have the same hash code.
-
equals
public boolean equals(Object obj)
Compares two group identifiers for content equality. Returns true if both of the following conditions are true: 1) the unique identifiers are equivalent (by content), and 2) the activation system specified in each refers to the same remote object.
-
-
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/activation/ActivationGroupID.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.