[infinispan-issues] [JBoss JIRA] Created: (ISPN-808) Provide programmatic access to RemoteCacheManager configuration data

Richard Achmatowicz (JIRA) jira-events at lists.jboss.org
Mon Nov 29 14:14:09 EST 2010


Provide programmatic access to RemoteCacheManager configuration data
--------------------------------------------------------------------

                 Key: ISPN-808
                 URL: https://jira.jboss.org/browse/ISPN-808
             Project: Infinispan
          Issue Type: Bug
    Affects Versions: 4.1.0.Final, 4.2.0.CR2
            Reporter: Richard Achmatowicz
            Assignee: Mircea Markus
             Fix For: 4.2.0.Final


The javadoc for the interface org.infinispan.client.hotrod.RemoteCache incorrectly marks a number of operations as supported, whereas the code throws an UnsupportedOperationException when the se methods are invoked.
The methods in question are:

void evict()
Configuration getConfiguration()
void addListener()
Set<Object> getListeners()
void removeListener()




-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the infinispan-issues mailing list