Uses of Class
org.semispace.Holder

Packages that use Holder
org.semispace   
org.semispace.comet.common   
org.semispace.ws Webservices definition and integration module. 
 

Uses of Holder in org.semispace
 

Methods in org.semispace that return Holder
 Holder HolderContainer.addHolder(String xml, long liveUntil, String entryClassName, Map<String,String> searchMap)
           
 Holder HolderElement.findById(long id)
          Searching for holder elements with given ID
 Holder HolderContainer.findById(long id, String className)
           
 Holder SemiSpace.readHolderById(long hId)
          Used for retrieving element with basis in id
 Holder HolderContainer.readHolderWithId(long id)
           
 Holder HolderElement.removeHolderById(long id)
           
 Holder HolderContainer.removeHolderById(long id, String className)
           
 Holder[] HolderElement.toArray()
           
 

Methods in org.semispace that return types with arguments of type Holder
 Iterator<Holder> HolderElement.iterator()
           
 

Methods in org.semispace with parameters of type Holder
 void HolderElement.addHolder(Holder add)
           
protected  void HolderContainer.addHolder(Holder add)
          Protected for the benefit of junit tests.
static HolderElement HolderElement.createNewCollection(Holder holder)
           
protected  boolean SemiSpace.renewElement(Holder holder, long duration)
           
 

Constructors in org.semispace with parameters of type Holder
ElementLease(Holder holder, SemiSpace space)
           
 

Uses of Holder in org.semispace.comet.common
 

Methods in org.semispace.comet.common that return Holder
static Holder XmlManipulation.retrievePropertiesFromXml(String xmlsource, long duration)
          TODO Presently duplicated from WsSpaceImpl Protected for the benefit of junit test(s)
 

Uses of Holder in org.semispace.ws
 

Methods in org.semispace.ws that return Holder
protected  Holder WsSpaceImpl.retrievePropertiesFromXml(String xmlsource)
          Protected for the benefit of junit test(s)
 



Copyright © 2008-2012. All Rights Reserved.