Interface ProcessBinder


  • public interface ProcessBinder

    A binder for process with specified key. All bindings for that process must be performed via instance of this interface. Get an instance of this interface via IProcessManager.getProcessBinder(String), set process parameters and bind classes (see ServiceBinder.

    This interface is designed to be thread-safe. Any bindings could be performed in many different threads.

    This interface is not designed for implementing. New features may be added to this interface in next versions, and therefore do not create any implementations of this interface. Instance of this interface must be obtained only by calling IProcessManager.getProcessBinder(String).

    See Also:
    ServiceBinder, IProcessManager