Liking cljdoc? Tell your friends :D

jdk.rmi.activation.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.

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.

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 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.
raw docstring

->activation-group-idclj

(->activation-group-id system)

Constructor.

Constructs a unique group id.

system - the group's activation system - java.rmi.activation.ActivationSystem

throws: java.lang.UnsupportedOperationException - if and only if activation is not supported by this implementation

Constructor.

Constructs a unique group id.

system - the group's activation system - `java.rmi.activation.ActivationSystem`

throws: java.lang.UnsupportedOperationException - if and only if activation is not supported by this implementation
raw docstring

equalsclj

(equals this 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.

obj - the Object to compare with - java.lang.Object

returns: true if these Objects are equal; false otherwise. - boolean

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.

obj - the Object to compare with - `java.lang.Object`

returns: true if these Objects are equal; false otherwise. - `boolean`
raw docstring

get-systemclj

(get-system this)

Returns the group's activation system.

returns: the group's activation system - java.rmi.activation.ActivationSystem

Returns the group's activation system.

returns: the group's activation system - `java.rmi.activation.ActivationSystem`
raw docstring

hash-codeclj

(hash-code this)

Returns a hashcode for the group's identifier. Two group identifiers that refer to the same remote group will have the same hash code.

returns: a hash code value for this object. - int

Returns a hashcode for the group's identifier.  Two group
 identifiers that refer to the same remote group will have the
 same hash code.

returns: a hash code value for this object. - `int`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close