BrightSide Workbench Full Report + Source Code
All Classes Namespaces Files Functions Variables Pages
org.turro.action.PushSenders Class Reference

Static Public Member Functions

static IPushSender copyAndPool (IContactSender from)
 
static IPushSender getPool ()
 

Detailed Description

Author
Lluis Turró Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 25 of file PushSenders.java.

Member Function Documentation

◆ copyAndPool()

static IPushSender org.turro.action.PushSenders.copyAndPool ( IContactSender  from)
static

Definition at line 27 of file PushSenders.java.

27  {
28  IPushSender sender = Plugins.loadImplementation(IPushSender.class, "pool");
29  sender.copyFrom(from);
30  return sender;
31  }
Here is the call graph for this function:

◆ getPool()

static IPushSender org.turro.action.PushSenders.getPool ( )
static

Definition at line 33 of file PushSenders.java.

33  {
34  return Plugins.loadImplementation(IPushSender.class, "pool");
35  }
Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following file: