Interface and Description |
---|
org.jivesoftware.openfire.forms.DataForm
replaced by
DataForm |
org.jivesoftware.openfire.forms.FormField
replaced by
FormField |
org.jivesoftware.openfire.resultsetmanager.Result
Replaced by
Result |
Class and Description |
---|
org.jivesoftware.openfire.resultsetmanager.ResultSet
Replaced by
ResultSet |
org.jivesoftware.openfire.resultsetmanager.ResultSetImpl
Replaced by
ResultSetImpl |
org.jivesoftware.openfire.forms.spi.XDataFormImpl
replaced by
DataForm |
org.jivesoftware.openfire.forms.spi.XFormFieldImpl
replaced by
FormField |
Field and Description |
---|
org.jivesoftware.util.JiveConstants.XMPP_DATETIME_FORMAT
Deprecated by the org.jivesoftware.util.XMPPDateTimeFormat class
|
org.jivesoftware.util.JiveConstants.XMPP_DELAY_DATETIME_FORMAT
Deprecated by the org.jivesoftware.util.XMPPDateTimeFormat class
|
Method and Description |
---|
org.jivesoftware.database.DbConnectionManager.createScrollableStatement(Connection) |
org.jivesoftware.util.Log.debug(String)
replaced by
Logger.debug(String) .
Functionality of this method is delegated there. |
org.jivesoftware.util.Log.debug(String, Throwable)
replaced by
Logger.debug(String, Throwable) .
Functionality of this method is delegated there. |
org.jivesoftware.util.Log.debug(Throwable)
replaced by
Logger.debug(String, Throwable) .
Functionality of this method is delegated there. |
org.jivesoftware.util.Log.error(String)
replaced by
Logger.error(String) .
Functionality of this method is delegated there. |
org.jivesoftware.util.Log.error(String, Throwable)
replaced by
Logger.error(String, Throwable) .
Functionality of this method is delegated there. |
org.jivesoftware.util.Log.error(Throwable)
replaced by
Logger.error(String, Throwable) .
Functionality of this method is delegated there. |
org.jivesoftware.openfire.auth.AuthFactory.getAuthProvider()
Prefer using the corresponding factory method, rather than
invoking methods on the provider directly
|
org.jivesoftware.openfire.muc.spi.IQMUCSearchHandler.getFirstValue(FormField)
replaced by
FormField.getFirstValue() |
org.jivesoftware.openfire.launcher.GraphicUtils.getFocusableComponentOrChild(Component) |
org.jivesoftware.openfire.XMPPServerInfo.getName()
replaced by
XMPPServerInfo.getXMPPDomain() |
org.jivesoftware.openfire.spi.XMPPServerInfoImpl.getName() |
org.jivesoftware.openfire.muc.MUCRoom.getOccupant(String)
Prefer
MUCRoom.getOccupantsByNickname(String) instead (a user may be connected more than once) |
org.jivesoftware.openfire.muc.spi.LocalMUCRoom.getOccupant(String)
Prefer
LocalMUCRoom.getOccupantsByNickname(String) (user can be connected more than once) |
org.jivesoftware.util.XMLProperties.getProperties(String)
Retained for backward compatibility. Prefer getProperties(String, boolean)
|
org.jivesoftware.util.Log.info(String)
replaced by
Logger.info(String) .
Functionality of this method is delegated there. |
org.jivesoftware.util.Log.info(String, Throwable)
replaced by
Logger.info(String, Throwable) .
Functionality of this method is delegated there. |
org.jivesoftware.util.Log.info(Throwable)
replaced by
Logger.info(String, Throwable) .
Functionality of this method is delegated there. |
org.jivesoftware.util.Log.isDebugEnabled()
replaced by
Logger.isDebugEnabled() .
Functionality of this method is delegated there. |
org.jivesoftware.util.Log.isErrorEnabled()
replaced by
Logger.isErrorEnabled() .
Functionality of this method is delegated there. |
org.jivesoftware.util.Log.isInfoEnabled()
replaced by
Logger.isInfoEnabled() .
Functionality of this method is delegated there. |
org.jivesoftware.util.Log.isWarnEnabled()
replaced by
Logger.isWarnEnabled() .
Functionality of this method is delegated there. |
org.jivesoftware.openfire.net.DNSUtil.resolveXMPPServerDomain(String, int)
replaced with support for multiple srv records, see
DNSUtil.resolveXMPPDomain(String, int) |
org.jivesoftware.openfire.XMPPServerInfo.setName(String)
replaced by
XMPPServerInfo.setXMPPDomain(String) |
org.jivesoftware.openfire.spi.XMPPServerInfoImpl.setName(String) |
org.jivesoftware.util.Log.warn(String)
replaced by
Logger.warn(String) .
Functionality of this method is delegated there. |
org.jivesoftware.util.Log.warn(String, Throwable)
replaced by
Logger.debug(String, Throwable) .
Functionality of this method is delegated there. |
org.jivesoftware.util.Log.warn(Throwable)
replaced by
Logger.warn(String, Throwable) .
Functionality of this method is delegated there. |
Copyright © 2003-2008 Jive Software.