Jive Forums API (5.5.20.2-oracle) Core Javadocs

Uses of Interface
com.jivesoftware.forum.MessageInterceptor

Packages that use MessageInterceptor
com.jivesoftware.forum Core interfaces and classes for Jive Forums. 
 

Uses of MessageInterceptor in com.jivesoftware.forum
 

Methods in com.jivesoftware.forum that return MessageInterceptor
 MessageInterceptor[] InterceptorManager.getAvailableInterceptors()
          Returns an array of MessageInterceptor objects that are all of the currently available incerceptors in the system.
 MessageInterceptor InterceptorManager.getInterceptor(int index)
          Return the interceptor at the specified index in the list of currently configured interceptors.
 

Methods in com.jivesoftware.forum with parameters of type MessageInterceptor
 void InterceptorManager.addInterceptor(int index, MessageInterceptor interceptor)
          Inserts a new interceptor at specified index in the list of currently configured interceptors.
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.