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, getUserName, isDebugEnabled, setAuthEndpoint, setConnectionTimeout, setDebugEnabled, setPassword, setReadTimeout, setUserName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAuthEndpoint, getConnectionTimeout, getConnectorConfig, getPassword, getReadTimeout, getUserName, isDebugEnabled, setAuthEndpoint, setConnectionTimeout, setDebugEnabled, setPassword, setReadTimeout, setUserName
public boolean connect() throws com.sforce.ws.ConnectionException
connect
in interface SalesforceStreamingClient
com.sforce.ws.ConnectionException
public void destroy()
public boolean disconnect()
disconnect
in interface SalesforceStreamingClient
public org.cometd.bayeux.Channel getChannel(java.lang.String name)
getChannel
in interface SalesforceStreamingClient
public int getTransportTimeout()
getTransportTimeout
in interface SalesforceStreamingClient
public void setTransportTimeout(int transportTimeout)
setTransportTimeout
in interface SalesforceStreamingClient
protected void afterPropertiesSet()
afterPropertiesSet
in class BaseSalesforceClientImpl