GigaSpaces XAP 9.1 API

com.sun.jini.start
Class NonActivatableServiceDescriptor.Created

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

public static class NonActivatableServiceDescriptor.Created
extends Object

Object returned by NonActivatableServiceDescriptor.create() method that returns the proxy and implementation references for the created service.


Field Summary
 Object impl
          The reference to the implementation of the created service
 Object proxy
          The reference to the proxy of the created service
 
Constructor Summary
NonActivatableServiceDescriptor.Created(Object impl, 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

proxy

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


impl

public final Object impl
The reference to the implementation of the created service

Constructor Detail

NonActivatableServiceDescriptor.Created

public NonActivatableServiceDescriptor.Created(Object impl,
                                               Object proxy)
Constructs an instance of this class.

Parameters:
impl - reference to the implementation of the created service
proxy - reference to the proxy of the created service

GigaSpaces XAP 9.1 API

Copyright © GigaSpaces.