JXTA

Uses of Class
net.jxta.impl.access.AccessList.Entry

Packages that use AccessList.Entry
net.jxta.impl.access   
 

Uses of AccessList.Entry in net.jxta.impl.access
 

Fields in net.jxta.impl.access with type parameters of type AccessList.Entry
protected  Map<ID,AccessList.Entry> AccessList.accessMap
           
 

Methods in net.jxta.impl.access that return types with arguments of type AccessList.Entry
 Map<ID,AccessList.Entry> AccessList.getAccessMap()
          gets the entries list
 

Methods in net.jxta.impl.access with parameters of type AccessList.Entry
 void AccessList.add(AccessList.Entry entry)
          Adds an ACL entry
 void AccessList.remove(AccessList.Entry entry)
          Removes an ACL entry
 

Method parameters in net.jxta.impl.access with type arguments of type AccessList.Entry
protected  void AccessList.setEntries(Map<ID,AccessList.Entry> map)
          sets the entries list
 

Constructor parameters in net.jxta.impl.access with type arguments of type AccessList.Entry
AccessList(Map<ID,AccessList.Entry> map)
           
 


JXSE