Uses of Class
org.ogf.graap.wsag.server.persistence.PersistedResourceException

Packages that use PersistedResourceException
org.ogf.graap.wsag.server.persistence   
org.ogf.graap.wsag.server.persistence.impl   
org.ogf.graap.wsag.wsrf.persistence   
 

Uses of PersistedResourceException in org.ogf.graap.wsag.server.persistence
 

Methods in org.ogf.graap.wsag.server.persistence that throw PersistedResourceException
 PersistentAgreement IAgreementHome.find(String agreementId)
          Finds an agreement with a given ID.
 void IAgreementHome.remove(String agreementId)
          Removes the agreement with the given id.
 

Uses of PersistedResourceException in org.ogf.graap.wsag.server.persistence.impl
 

Methods in org.ogf.graap.wsag.server.persistence.impl that throw PersistedResourceException
protected  PersistentAgreementFactory[] SimpleWSAG4JPersistence.doLoad()
           
protected  PersistentAgreement[] SimplePersistentAgreementFactory.doLoad()
          This agreement factory does not support persistence.
protected  PersistentAgreementFactory[] DatabaseWSAG4JPersistence.doLoad()
           
 PersistentAgreement[] DatabasePersistentAgreementFactory.doLoad()
          Loads all agreements that were created by this factory.
protected abstract  PersistentAgreementFactory[] AbstractWSAG4JPersistence.doLoad()
          Loads the agreement factories for this persistence layer.
protected abstract  PersistentAgreement[] AbstractPersistentAgreementFactory.doLoad()
          Loads all agreements that were created by this factory.
protected  void SimplePersistentAgreementFactory.doRemove(PersistentAgreement agreement)
          This agreement factory does not support persistence.
 void DatabasePersistentAgreementFactory.doRemove(PersistentAgreement toRemove)
          Removes an agreement from the persistence layer
protected abstract  void AbstractPersistentAgreementFactory.doRemove(PersistentAgreement toRemove)
          Removes an agreement from the persistence layer
protected  boolean SimpleWSAG4JPersistence.doRemove(PersistentAgreementFactory factory)
          Removes a persistent factory from the persistence layer.
 boolean DatabaseWSAG4JPersistence.doRemove(PersistentAgreementFactory factory)
          Removes a persistent factory from the persistence layer.
protected abstract  boolean AbstractWSAG4JPersistence.doRemove(PersistentAgreementFactory factory)
          Removes a persistent factory from the persistence layer.
 PersistentAgreement DatabaseAgreementHome.find(String agreementId)
          Finds an agreement with a given ID.
 PersistentAgreement AbstractPersistentAgreementFactory.find(String agreementId)
          Finds an agreement with a given ID.
protected  PersistentAgreement SimplePersistentAgreementFactory.persistAgreement(Agreement agreement)
          This agreement factory does not support persistence.
 PersistentAgreement DatabasePersistentAgreementFactory.persistAgreement(Agreement agreement)
           
protected abstract  PersistentAgreement AbstractPersistentAgreementFactory.persistAgreement(Agreement agreement)
          Persists the given agreement instance.
 void DatabaseAgreementHome.remove(String agreementId)
          Deprecated.  
 void AbstractPersistentAgreementFactory.remove(String agreementId)
          Removes the agreement with the given id.
 

Uses of PersistedResourceException in org.ogf.graap.wsag.wsrf.persistence
 

Methods in org.ogf.graap.wsag.wsrf.persistence that throw PersistedResourceException
 WsDatabasePersistentAgreement WsDatabaseAgreementFactory.find(String epr)
          Tries to find an agreement for a specified EPR.
 EndpointReferenceType AgreementEprContainer.getEpr()
          Returns the EPR of the persisted resourse.
 void WsDatabaseAgreementFactory.remove(String epr)
          Removes the factory identified by the given EPR.
 



Copyright © 2008-2012. All Rights Reserved.