Method | Description | |
---|---|---|
AfterPropertiesSet ( ) : void |
Ensures the regex property has been set.
|
|
RegexInterest ( ) : Spring.Objects.Factory |
Initializes a new instance of the RegexInterest class.
|
|
RegexInterest ( string regex ) : Spring.Objects.Factory |
Initializes a new instance of the RegexInterest class.
|
|
RegexInterest ( string regex, InterestResultPolicy policy ) : Spring.Objects.Factory |
Initializes a new instance of the RegexInterest class.
|
|
RegexInterest ( string regex, InterestResultPolicy policy, bool durable ) : Spring.Objects.Factory |
Initializes a new instance of the RegexInterest class. The client can register any of its interest lists and continuous queries as durable. Durable interest remains even if the client disconnects for a period of time. During the client’s down time, the server maintains its durable subscriptions and then, when the client reconnects, plays them back to the client. |
|
RegexInterest ( string regex, bool durable ) : Spring.Objects.Factory |
Initializes a new instance of the RegexInterest class. The client can register any of its interest lists and continuous queries as durable. Durable interest remains even if the client disconnects for a period of time. During the client’s down time, the server maintains its durable subscriptions and then, when the client reconnects, plays them back to the client. |
|
ToString ( ) : string |
Returns a System.String that represents this instance.
|
public RegexInterest ( ) : Spring.Objects.Factory | ||
return | Spring.Objects.Factory |
public RegexInterest ( string regex ) : Spring.Objects.Factory | ||
regex | string | The regex. |
return | Spring.Objects.Factory |
public RegexInterest ( string regex, InterestResultPolicy policy ) : Spring.Objects.Factory | ||
regex | string | The regex. |
policy | InterestResultPolicy | The policy. |
return | Spring.Objects.Factory |
public RegexInterest ( string regex, InterestResultPolicy policy, bool durable ) : Spring.Objects.Factory | ||
regex | string | The regex. |
policy | InterestResultPolicy | The policy. |
durable | bool | if set to |
return | Spring.Objects.Factory |
public RegexInterest ( string regex, bool durable ) : Spring.Objects.Factory | ||
regex | string | The regex. |
durable | bool | if set to |
return | Spring.Objects.Factory |