Uses of Interface
com._1c.g5.v8.dt.pm.ServiceBinder
-
Packages that use ServiceBinder Package Description com._1c.g5.v8.dt.pm Process Manager API. -
-
Uses of ServiceBinder in com._1c.g5.v8.dt.pm
Methods in com._1c.g5.v8.dt.pm that return ServiceBinder Modifier and Type Method Description ServiceBinder<T>
ServiceBinder. addAdditionalClasses(Class<?>... additionalClasses)
Adds all the given additional classes to this binder.ServiceBinder<T>
ServiceBinder. addAdditionalClassesProvider(IAdditionalClassesProvider additionalClassesProvider)
Adds all the additional classes provided byadditionalClassesProvider
to this binder.ServiceBinder<T>
ServiceBinder. addLibraries(String... libraries)
Adds all the given libraries to this binder.ServiceBinder<T>
ServiceBinder. addLibrariesProvider(ILibrariesProvider librariesProvider)
Adds all the libraries provided by givenlibrariesProvider
.<T> ServiceBinder<T>
ProcessBinder. getServiceBinder(Class<T> service)
Returns new or existingservice binder
for given service and corresponding process.ServiceBinder<T>
ServiceBinder. setSingleton(boolean singleton)
If value of the given parameter istrue
, only one implementation instance will be created within separate process and all the proxy instances of service (created byIProcessManager.getInstance(String, Class)
) will delegate all the method calls to that instance.
-