Uses of Enum Class
org.jivesoftware.openfire.muc.HistoryStrategy.Type
Packages that use HistoryStrategy.Type
-
Uses of HistoryStrategy.Type in org.jivesoftware.openfire.muc
Methods in org.jivesoftware.openfire.muc that return HistoryStrategy.TypeModifier and TypeMethodDescriptionHistoryStrategy.getType()Obtain the type of history strategy being used.static HistoryStrategy.TypeReturns the enum constant of this class with the specified name.static HistoryStrategy.Type[]HistoryStrategy.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jivesoftware.openfire.muc with parameters of type HistoryStrategy.TypeModifier and TypeMethodDescriptionvoidHistoryStrategy.Messages.add(org.xmpp.packet.Message packet, HistoryStrategy.Type strategyType, int strategyMaxNumber) voidHistoryStrategy.setType(HistoryStrategy.Type newType) Set the type of history strategy being used.