|
Clearspace API (1.10.16) Core Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jivesoftware.community.TrackbackManagerFactory
public class TrackbackManagerFactory
A factory that returns a concrete instance of a TrackbackManager
| Field Summary | |
|---|---|
static com.jivesoftware.community.cache.Cache<java.lang.Long,Trackback> |
trackbackCache
A cache for user objects. |
| Method Summary | |
|---|---|
void |
destroy()
Notifies the manager to release any resources that may be holding on too. |
static void |
doInitialize()
|
static TrackbackManager |
getInstance(int objectType,
long objectID,
JiveContext jiveContext)
Returns a concrete instance of the trackback manager interface. |
void |
initialize(JiveContext jiveContext)
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 com.jivesoftware.community.cache.Cache<java.lang.Long,Trackback> trackbackCache
| Method Detail |
|---|
public static TrackbackManager getInstance(int objectType,
long objectID,
JiveContext jiveContext)
public void initialize(JiveContext jiveContext)
JiveManager
initialize in interface JiveManagerjiveContext - the context to use during initializationpublic void destroy()
JiveManager
destroy in interface JiveManagerpublic static void doInitialize()
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||