|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceStarter.Result | |
---|---|
com.sun.jini.start | Provides the utilities and APIs used to launch the contributed services provided in the Apache River release. |
Uses of ServiceStarter.Result in com.sun.jini.start |
---|
Methods in com.sun.jini.start that return ServiceStarter.Result | |
---|---|
private static ServiceStarter.Result[] |
ServiceStarter.create(ServiceDescriptor[] descs,
Configuration config)
Generic service creation method that attempts to start the services defined by the provided ServiceDescriptor[]
argument. |
private static ServiceStarter.Result[] |
ServiceStarter.createWithLogin(ServiceDescriptor[] descs,
Configuration config,
LoginContext loginContext)
Generic service creation method that attempts to login via the provided LoginContext and then call the
create overload without a login context argument. |
Methods in com.sun.jini.start with parameters of type ServiceStarter.Result | |
---|---|
private static void |
ServiceStarter.checkResultFailures(ServiceStarter.Result[] results)
Utility routine that prints out warning messages for each service descriptor that produced an exception or that was null. |
private static void |
ServiceStarter.maintainNonActivatableReferences(ServiceStarter.Result[] results)
Utility routine that maintains strong references to any transient services in the provided Result[] . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |