Rio Project 4.2 API Documentation
org.rioproject.boot
Class ServiceStarter.ServiceReference
java.lang.Object
org.rioproject.boot.ServiceStarter.ServiceReference
- Enclosing class:
- ServiceStarter
public static class ServiceStarter.ServiceReference
- extends Object
Object returned by ServiceStarter.start(java.lang.String...)
|
Field Summary |
Object |
impl
The reference to the implementation of the created service |
Object |
proxy
The reference to the proxy of the created service |
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
ServiceStarter.ServiceReference
public ServiceStarter.ServiceReference(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
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2006-2011 Rio Project. All Rights Reserved.