Uses of Class
org.apache.wsrp4j.persistence.xml.driver.UserList

Packages that use UserList
org.apache.wsrp4j.persistence.xml   
org.apache.wsrp4j.persistence.xml.driver   
 

Uses of UserList in org.apache.wsrp4j.persistence.xml
 

Methods in org.apache.wsrp4j.persistence.xml with parameters of type UserList
 PersistentInformation ServerPersistentInformationProvider.getPersistentInformation(UserList userList)
          Returns the persistent file information for the user
 PersistentInformation ClientPersistentInformationProvider.getPersistentInformation(UserList userList)
          Returns the persistent file information for the User
 

Uses of UserList in org.apache.wsrp4j.persistence.xml.driver
 

Methods in org.apache.wsrp4j.persistence.xml.driver with parameters of type UserList
 PersistentInformation ClientPersistentInformationProviderImpl.getPersistentInformation(UserList userList)
          Returns the persistent file information for the user
 PersistentInformation ServerPersistentInformationProviderImpl.getPersistentInformation(UserList userList)
          Returns the persistent file information for the user
 



--