Rio Project 4.2 API Documentation



org.rioproject.boot
Class ServiceStarter.ServiceReference

java.lang.Object
  extended by 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
 
Constructor Summary
ServiceStarter.ServiceReference(Object impl, Object proxy)
          Constructs an instance of this class.
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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

ServiceStarter.ServiceReference

public ServiceStarter.ServiceReference(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
Method Detail

toString

public String toString()
Overrides:
toString in class Object

Copyright © Rio Project.

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