|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jini.start.ServiceStarter.Result
private static class ServiceStarter.Result
Trivial class used as the return value by the
create
methods. This class aggregates
the results of a service creation attempt:
proxy (if any), exception (if any), associated
descriptor object.
Field Summary | |
---|---|
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 Summary | |
---|---|
ServiceStarter.Result(ServiceDescriptor d,
Object o,
Exception e)
Trivial constructor. |
Method Summary | |
---|---|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final Object result
public final Exception exception
public final ServiceDescriptor descriptor
ServiceDescriptor
object
used to create the service instance
Constructor Detail |
---|
ServiceStarter.Result(ServiceDescriptor d, Object o, Exception e)
Method Detail |
---|
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |