Deprecated Methods |
com.platform.symphony.soam.Connection.createSession()
As of Symphony 3.1, replaced by Connection.createSession(SessionCreationAttributes) |
com.platform.symphony.soam.Connection.createSession(String)
As of Symphony 3.1, replaced by Connection.createSession(SessionCreationAttributes) |
com.platform.symphony.soam.Connection.createSession(String, String)
As of Symphony 3.1, replaced by Connection.createSession(SessionCreationAttributes) |
com.platform.symphony.soam.Connection.createSession(String, String, long)
As of Symphony 3.1, replaced by Connection.createSession(SessionCreationAttributes) |
com.platform.symphony.soam.Connection.createSession(String, String, long, SessionCallback)
As of Symphony 3.1, replaced by Connection.createSession(SessionCreationAttributes) |
com.platform.symphony.soam.Connection.createSession(String, String, long, SessionCallback, Message)
As of Symphony 3.1, replaced by Connection.createSession(SessionCreationAttributes) |
com.platform.symphony.soam.Connection.createSession(String, String, long, SessionCallback, Serializable)
As of Symphony 3.1, replaced by Connection.createSession(SessionCreationAttributes) |
com.platform.symphony.soam.Connection.openSession(String)
As of Symphony 3.1, replaced by Connection.openSession(SessionOpenAttributes) |
com.platform.symphony.soam.Connection.openSession(String, long)
As of Symphony 3.1, replaced by Connection.openSession(SessionOpenAttributes) |
com.platform.symphony.soam.Connection.openSession(String, long, SessionCallback)
As of Symphony 3.1, replaced by Connection.openSession(SessionOpenAttributes) |
com.platform.symphony.soam.ServiceContainer.run(String[])
As of Symphony 3.0.1, replaced by ServiceContainer.run() |