Rio Project 4.2 API Documentation



org.rioproject.boot
Class RioServiceDescriptor.Created

java.lang.Object
  extended by org.rioproject.boot.RioServiceDescriptor.Created
Enclosing class:
RioServiceDescriptor

public static class RioServiceDescriptor.Created
extends Object

Object returned by RioServiceDescriptor.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
RioServiceDescriptor.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

RioServiceDescriptor.Created

public RioServiceDescriptor.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

Copyright © Rio Project.

Copyright © 2006-2011 Rio Project. All Rights Reserved.