Results 1 to 3 of 3

Thread: ResourceSpecificConsumerDetails

  1. #1
    Join Date
    May 2012
    Posts
    27

    Default ResourceSpecificConsumerDetails

    The getResource() on ResourceSpecificConsumerDetails doesn't appear to be used. Is this intended for future use, or it from an old feature that was dropped?

  2. #2
    Join Date
    Jun 2005
    Posts
    4,230

    Default

    I don't see that method on master (and it hasn't changed in a while). What version are you using? I actually don't see any explicit callers of that whole interface (which doesn't mean it's not used reflectively somewhere).

  3. #3
    Join Date
    May 2012
    Posts
    27

    Default

    Quote Originally Posted by Dave Syer View Post
    I don't see that method on master (and it hasn't changed in a while). What version are you using? I actually don't see any explicit callers of that whole interface (which doesn't mean it's not used reflectively somewhere).
    I'm using RC2

    BaseConsumerDetails implements it, but I don't see it used anywhere.

    Code:
    public class BaseConsumerDetails implements ResourceSpecificConsumerDetails, ExtraTrustConsumerDetails {

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •