Uses of Interface
org.jivesoftware.openfire.streammanagement.TerminationDelegate
Packages that use TerminationDelegate
-
Uses of TerminationDelegate in org.jivesoftware.openfire.streammanagement
Methods in org.jivesoftware.openfire.streammanagement that return types with arguments of type TerminationDelegateModifier and TypeMethodDescriptionStreamManager.getTerminationDelegates()Returns a defensive copy of all delegates that can determine if a detached session can be terminated.Methods in org.jivesoftware.openfire.streammanagement with parameters of type TerminationDelegateModifier and TypeMethodDescriptionvoidStreamManager.addTerminationDelegate(TerminationDelegate delegate) Adds a new delegate that can determine if a detached session can be terminated.voidStreamManager.removeTerminationDelegate(TerminationDelegate delegate) Removes a delegate that can determine if a detached session can be terminated.