GigaSpaces XAP 8.0 API

com.sun.jini.start
Class SharedActivatableServiceDescriptor.Created

java.lang.Object
  extended by com.sun.jini.start.SharedActivatableServiceDescriptor.Created
Enclosing class:
SharedActivatableServiceDescriptor

public static class SharedActivatableServiceDescriptor.Created
extends Object

Object returned by SharedActivatableServiceDescriptor.create() method that returns the associated proxy, activation group identifier, and activation identifier for the created service.


Field Summary
 ActivationID aid
          The activation id of the service
 ActivationGroupID gid
          The activation group id of the group hosting the service
 Object proxy
          The reference to the proxy of the created service
 
Constructor Summary
SharedActivatableServiceDescriptor.Created(ActivationGroupID gid, ActivationID aid, Object proxy)
          Constructs an instance of this class.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

gid

public final ActivationGroupID gid
The activation group id of the group hosting the service


aid

public final ActivationID aid
The activation id of the service


proxy

public final Object proxy
The reference to the proxy of the created service

Constructor Detail

SharedActivatableServiceDescriptor.Created

public SharedActivatableServiceDescriptor.Created(ActivationGroupID gid,
                                                  ActivationID aid,
                                                  Object proxy)
Constructs an instance of this class.

Parameters:
gid - activation group id of the created service
aid - activation id of the created service
proxy - reference to the proxy of the created service

GigaSpaces XAP 8.0 API

Copyright © GigaSpaces.