Spec-Zone .ru
спецификации, руководства, описания, API
Please note that the specifications and other information contained herein are not final and are subject to change. The information is being made available to you solely for purpose of evaluation.

Java™ Platform
Standard Ed. 7

DRAFT ea-b118

java.rmi.activation
Class ActivationGroupID

java.lang.Object
  extended by 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:

The ActivationGroupID is returned from the call to ActivationSystem.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
Constructor and Description
ActivationGroupID(ActivationSystem system)
          Constructs a unique group id.
 
Method Summary
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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

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.

Overrides:
hashCode in class Object
Returns:
a hash code value for this object.
Since:
1.2
See Also:
Hashtable

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.

Overrides:
equals in class Object
Parameters:
obj - the Object to compare with
Returns:
true if these Objects are equal; false otherwise.
Since:
1.2
See Also:
Hashtable

Java™ Platform
Standard Ed. 7

DRAFT ea-b118

Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright © 1993, 2010, Oracle Corporation. All rights reserved.
DRAFT ea-b118

Scripting on this page tracks web page traffic, but does not change the content in any way.