coherence-community / oracle-bedrock

Oracle Bedrock
Other
55 stars 31 forks source link

Allow wildcards to be provided for CoherenceClusterMember.isServiceRunning(...) #193

Closed brianoliver closed 9 years ago

brianoliver commented 9 years ago

Say you'd like to assert that all services of a specific name or name pattern are running. It's very hard to do this at the moment without knowing all of the configured service names.

An easy solution would be to allow pattern matching of names when asking isServiceRunning(...) on a CoherenceClusterMember.

brianoliver commented 9 years ago

@brianoliver said: What we really need is a way of asking Coherence is all of the services it thinks should be running (i.e.: autostart services) are actually running.

Implementing this feature in Oracle Tools is basically the wrong place to do this. Instead we should add the feature to Coherence and then allow Oracle Tools to query it.

Once Coherence has this feature we'll add it to Oracle Tools. So for now we'll close this issue.

brianoliver commented 8 years ago

This issue was imported from JIRA ORACLETOOLS-193

brianoliver commented 9 years ago

Reported by @brianoliver

brianoliver commented 9 years ago

Marked as won't fix by @brianoliver on Thursday, November 13th 2014, 9:26:07 am