private static class ServiceStarter.Result extends Object
create
methods. This class aggregates
the results of a service creation attempt:
proxy (if any), exception (if any), associated
descriptor object.Modifier and Type | Field and Description |
---|---|
ServiceDescriptor |
descriptor
Associated
ServiceDescriptor object
used to create the service instance |
Exception |
exception
Service creation exception, if any.
|
Object |
result
Service proxy object, if any.
|
Constructor and Description |
---|
ServiceStarter.Result(ServiceDescriptor d,
Object o,
Exception e)
Trivial constructor.
|
public final Object result
public final Exception exception
public final ServiceDescriptor descriptor
ServiceDescriptor
object
used to create the service instanceServiceStarter.Result(ServiceDescriptor d, Object o, Exception e)
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.