Uses of Class
org.apache.oodt.profile.ProfileException

Packages that use ProfileException
org.apache.oodt.profile   
org.apache.oodt.profile.handlers   
org.apache.oodt.profile.handlers.cas   
org.apache.oodt.profile.handlers.lightweight Lightweight profile handler. 
 

Uses of ProfileException in org.apache.oodt.profile
 

Subclasses of ProfileException in org.apache.oodt.profile
 class ProfileSAXException
          An XML-related SAX exception from a profile server.
 class ProfileSQLException
          A database-related SQL exception from a profile server.
 

Uses of ProfileException in org.apache.oodt.profile.handlers
 

Methods in org.apache.oodt.profile.handlers that throw ProfileException
abstract  void DatabaseProfileManager.add(Connection conn, Profile profile)
           
 void ProfileManager.add(Profile profile)
          Add a profile into the set of profiles managed by this profile server.
 void DatabaseProfileManager.add(Profile profile)
           
 void ProfileManager.addAll(Collection collection)
          Add all of the profiles in the given collection to the set managed by this server.
 void DatabaseProfileManager.addAll(Collection collection)
           
abstract  void DatabaseProfileManager.addAll(Connection conn, Collection collection)
           
 void ProfileManager.clear()
          Clear all profiles.
 void DatabaseProfileManager.clear()
           
abstract  void DatabaseProfileManager.clear(Connection conn)
           
 boolean ProfileManager.contains(Profile profile)
          Tell if the given profile is managed by this server.
 boolean DatabaseProfileManager.contains(Profile profile)
           
 boolean ProfileManager.containsAll(Collection collection)
          Tell if the given collection of profiles are managed by this server.
 boolean DatabaseProfileManager.containsAll(Collection collection)
           
abstract  List DatabaseProfileManager.findProfiles(Connection conn, XMLQuery query)
           
 List ProfileHandler.findProfiles(XMLQuery query)
          Find a set of profiles that match the given query.
 List DatabaseProfileManager.findProfiles(XMLQuery query)
          findProfiles Returns a list of matching profiles
abstract  Profile DatabaseProfileManager.get(Connection conn, String profID)
           
 Profile ProfileHandler.get(String profID)
          Get a profile.
 Profile DatabaseProfileManager.get(String profId)
           
 Collection ProfileManager.getAll()
          Get all profiles.
 Collection DatabaseProfileManager.getAll()
           
abstract  List DatabaseProfileManager.getProfiles(Connection conn)
          Dump profiles in the database.
 boolean ProfileManager.isEmpty()
          Tell if the set of profiles managed by this server is empty.
 boolean DatabaseProfileManager.isEmpty()
           
 Iterator ProfileManager.iterator()
          Iterate over the available profiles.
 Iterator DatabaseProfileManager.iterator()
           
protected static Connection DatabaseProfileManager.openConnection(Properties props)
           
abstract  boolean DatabaseProfileManager.remove(Connection conn, String profId)
           
abstract  boolean DatabaseProfileManager.remove(Connection conn, String profId, String version)
           
 boolean ProfileManager.remove(String profID)
          Remove the profile with the given ID.
 boolean DatabaseProfileManager.remove(String profId)
           
 boolean ProfileManager.remove(String profID, String version)
          Remove the profile with the given ID.
 boolean DatabaseProfileManager.remove(String profId, String version)
           
abstract  void DatabaseProfileManager.replace(Connection conn, Profile profile)
           
 void ProfileManager.replace(Profile profile)
          Replace a profile into the set of profiles managed by this profile server.
 void DatabaseProfileManager.replace(Profile profile)
           
 int ProfileManager.size()
          Get the size of the set of profiles managed by this server.
 int DatabaseProfileManager.size()
           
abstract  int DatabaseProfileManager.size(Connection conn)
           
 

Uses of ProfileException in org.apache.oodt.profile.handlers.cas
 

Methods in org.apache.oodt.profile.handlers.cas that throw ProfileException
 List CASProfileHandler.findProfiles(XMLQuery query)
           
 Profile CASProfileHandler.get(String arg0)
           
 

Uses of ProfileException in org.apache.oodt.profile.handlers.lightweight
 

Methods in org.apache.oodt.profile.handlers.lightweight that throw ProfileException
 List LightweightProfileServer.findProfiles(XMLQuery query)
           
 



Copyright © 1999-2012 Apache OODT. All Rights Reserved.