Rio Project 4.2 API Documentation
org.rioproject.boot
Class RioServiceDescriptor.Created
java.lang.Object
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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
RioServiceDescriptor.Created
public RioServiceDescriptor.Created(Object impl,
Object proxy)
- Constructs an instance of this class.
- Parameters:
impl - reference to the implementation of the created serviceproxy - reference to the proxy of the created service
Copyright © 2006-2011 Rio Project. All Rights Reserved.