|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jivesoftware.base.PollManagerFactory
public class PollManagerFactory
A factory that returns a concrete instance of a poll manager.
Field Summary | |
---|---|
static Cache |
pollCache
|
static Cache |
pollQueryCache
|
static Cache |
voteCache
|
Method Summary | |
---|---|
void |
destroy()
Notifies the manager to release any resources that may be holding on too. |
static void |
doInitialize()
|
static PollManager |
getInstance()
Returns a concrete instance of the poll manager interface. |
void |
initialize()
Initialize the manager. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static Cache pollCache
public static Cache pollQueryCache
public static Cache voteCache
Method Detail |
---|
public static PollManager getInstance()
Note: in general, this method is not intended to be called by outside polls of the API. Doing so is dangerous since the PollManager implementation returned will not be secured by a protection proxy.
public void initialize()
JiveManager
This method is used internally by Jive during application startup and should not be called during normal usage of the class.
initialize
in interface JiveManager
public void destroy()
JiveManager
destroy
in interface JiveManager
public static void doInitialize()
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |