public class SalesforceStreamingClientImpl extends BaseSalesforceClientImpl implements SalesforceStreamingClient
| Constructor and Description |
|---|
SalesforceStreamingClientImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterPropertiesSet() |
boolean |
connect() |
void |
destroy() |
boolean |
disconnect() |
org.cometd.bayeux.Channel |
getChannel(java.lang.String name) |
int |
getTransportTimeout() |
void |
setTransportTimeout(int transportTimeout) |
getAuthEndpoint, getConnectionTimeout, getConnectorConfig, getPartnerConnection, getPassword, getReadTimeout, getRetryCount, getRetryCount, getServiceEndpoint, getSessionId, getUserName, isDebugEnabled, setAuthEndpoint, setConnectionTimeout, setDebugEnabled, setPassword, setReadTimeout, setServiceEndpoint, setSessionId, setUserNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAuthEndpoint, getConnectionTimeout, getConnectorConfig, getPassword, getReadTimeout, getServiceEndpoint, getSessionId, getUserName, isDebugEnabled, setAuthEndpoint, setConnectionTimeout, setDebugEnabled, setPassword, setReadTimeout, setServiceEndpoint, setSessionId, setUserNamepublic boolean connect()
throws com.sforce.ws.ConnectionException
connect in interface SalesforceStreamingClientcom.sforce.ws.ConnectionExceptionpublic void destroy()
public boolean disconnect()
disconnect in interface SalesforceStreamingClientpublic org.cometd.bayeux.Channel getChannel(java.lang.String name)
getChannel in interface SalesforceStreamingClientpublic int getTransportTimeout()
getTransportTimeout in interface SalesforceStreamingClientpublic void setTransportTimeout(int transportTimeout)
setTransportTimeout in interface SalesforceStreamingClientprotected void afterPropertiesSet()
afterPropertiesSet in class BaseSalesforceClientImpl