Class NonActivatableServiceDescriptor.Created

java.lang.Object
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 Details

    • 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 Details

    • Created

      public 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