public interface EventServiceConfigurationTransferable extends Serializable
EventServiceConfigurationTransferable
holds the configuration options for
EventService
which could be usable by the client side.
The whole covered configuration for EventService
is only available
to the server side and isn't transferable / serializable.Modifier and Type | Method and Description |
---|---|
String |
getConnectionId()
Returns the connection / client id.
|
String |
getConnectionStrategyClientConnector()
Returns the class name of the configured connection strategy (client side part).
|
Integer |
getMaxWaitingTime()
Returns the max waiting time.
|
Integer |
getMinWaitingTime()
Returns the min waiting time.
|
Integer |
getReconnectAttemptCount()
Returns the number of reconnect attempts to execute.
|
Integer |
getTimeoutTime()
Returns the timeout time.
|
Integer getMinWaitingTime()
Integer getMaxWaitingTime()
Integer getTimeoutTime()
Integer getReconnectAttemptCount()
String getConnectionId()
String getConnectionStrategyClientConnector()
Copyright © 2012. All Rights Reserved.